Click here to Skip to main content
15,907,396 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Problem with html attribute width=100% Pin
Heath Stewart11-Nov-03 13:22
protectorHeath Stewart11-Nov-03 13:22 
GeneralRe: Problem with html attribute width=100% Pin
ZoogieZork11-Nov-03 17:43
ZoogieZork11-Nov-03 17:43 
GeneralRe: Problem with html attribute width=100% Pin
Bill Priess12-Nov-03 6:18
Bill Priess12-Nov-03 6:18 
GeneralOpening Document from ASP Pin
SatyaDY10-Nov-03 22:42
SatyaDY10-Nov-03 22:42 
GeneralRe: Opening Document from ASP Pin
Heath Stewart11-Nov-03 13:21
protectorHeath Stewart11-Nov-03 13:21 
GeneralRe: Opening Document from ASP Pin
SatyaDY11-Nov-03 17:43
SatyaDY11-Nov-03 17:43 
GeneralRe: Opening Document from ASP Pin
Heath Stewart11-Nov-03 19:04
protectorHeath Stewart11-Nov-03 19:04 
GeneralRe: Opening Document from ASP Pin
SatyaDY11-Nov-03 21:44
SatyaDY11-Nov-03 21:44 
Hi,

The client Windows2000 with Office 2000, alone is getting the page displayed. Why I mentioned OS is because with Win NT workstation Office 2000 installed on it, I could not get the page. Coming to IE in all the clients IE 5.0 or later.
I am putting my code snippet here.

<% Response.buffer= true
Response.ContentType = "application/msword" %>

<% dim conn,rs
set conn=Server.CreateObject("ADODB.Connection")
conn.open "dsn here"," "," " %>
' Putting a query here
set rs=conn.execute("Select xxxx")
' Writing the output to a html table in a loop

Thanks and Regards,
Satya Prasad
GeneralRe: Opening Document from ASP Pin
Heath Stewart12-Nov-03 2:31
protectorHeath Stewart12-Nov-03 2:31 
GeneralIE Address bar icon Pin
Tom Archer10-Nov-03 13:08
Tom Archer10-Nov-03 13:08 
GeneralRe: IE Address bar icon Pin
J. Dunlap10-Nov-03 15:40
J. Dunlap10-Nov-03 15:40 
GeneralRe: IE Address bar icon Pin
Heath Stewart11-Nov-03 13:18
protectorHeath Stewart11-Nov-03 13:18 
GeneralCharts on ASP.NET Pin
Colin Angus Mackay10-Nov-03 3:43
Colin Angus Mackay10-Nov-03 3:43 
QuestionASPX complied at runtime? Pin
CillyMe8-Nov-03 23:34
CillyMe8-Nov-03 23:34 
AnswerRe: ASPX complied at runtime? Pin
Heath Stewart10-Nov-03 3:57
protectorHeath Stewart10-Nov-03 3:57 
GeneralRe: ASPX complied at runtime? Pin
CillyMe12-Nov-03 15:56
CillyMe12-Nov-03 15:56 
GeneralRe: ASPX complied at runtime? Pin
J. Dunlap12-Nov-03 16:09
J. Dunlap12-Nov-03 16:09 
GeneralRe: ASPX complied at runtime? Pin
CillyMe12-Nov-03 17:14
CillyMe12-Nov-03 17:14 
GeneralArchitectural Question Pin
allia8-Nov-03 6:28
allia8-Nov-03 6:28 
GeneralRe: Architectural Question Pin
ZoogieZork8-Nov-03 8:11
ZoogieZork8-Nov-03 8:11 
GeneralRe: Architectural Question Pin
allia8-Nov-03 9:00
allia8-Nov-03 9:00 
GeneralRe: Architectural Question Pin
Paul Watson8-Nov-03 9:45
sitebuilderPaul Watson8-Nov-03 9:45 
GeneralRe: Architectural Question Pin
allia8-Nov-03 10:04
allia8-Nov-03 10:04 
GeneralHTML Titles in Frames Pin
Jeryth7-Nov-03 9:40
Jeryth7-Nov-03 9:40 
GeneralRe: HTML Titles in Frames Pin
ZoogieZork8-Nov-03 8:25
ZoogieZork8-Nov-03 8:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.