|
-
Dec 21st, 2000, 06:10 PM
#1
Thread Starter
Hyperactive Member
Im sending header to the browser to spawn a "save-as" dialog to download word-documents out of a database. It works fine in internet explorer but it does not work in Netscape:
Response.AddHeader "Content-type", "application/msword"
Response.AddHeader "Content-Disposition", "filename=" & Request.QueryString("DocName")
Response.AddHeader "Content-Transfer-Encoding", "binary"
Anybody now a fix to make it work in Netscape ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|