![]() |
|
|
|||||||
![]() |
ASP Net - opening files in Netcape 7.2? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
if I have Response.Redirect("file:///C:/Temp/test.txt") in code, in the
Netscape window I get "Object moved to here", where 'here' is hyperlinked to "file:///C:/Temp/test.txt". I can drag the link and open it in a new tab, but how can I get it to open initially? thanks. Eych |
|
|
|
|
#2 |
|
Posts: n/a
|
Response.Redirect emits an http oject moved code to the browser. Netscape
often informs users that the file is actually a redirect to a new location. One of the ways you can get around this sometimes is to set the response.buffer = true, then clear the buffer before you send the redirect. It doesn't always do the trick, but it often does help. Hope this helps, Mark Fitzpatrick Microsoft MVP - FrontPage "Eych" <> wrote in message news: oups.com... > if I have Response.Redirect("file:///C:/Temp/test.txt") in code, in the > Netscape window I get "Object moved to here", where 'here' is > hyperlinked to "file:///C:/Temp/test.txt". I can drag the link and > open it in a new tab, but how can I get it to open initially? > > thanks. > Mark Fitzpatrick |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Convert Video files to PSP | ivan | DVD Video | 4 | 06-17-2008 11:16 AM |
| Error opening and uplodaing files containing letters such as ä, ö etc. | Chayanne | Software | 3 | 07-03-2007 06:05 AM |
| Convert Video files to MP4 for iPod | ivan | DVD Video | 0 | 04-26-2006 08:38 AM |
| Very slow recognising DVD disc | Terry Pinnell | DVD Video | 1 | 03-28-2006 06:53 PM |
| Now I introduce some popular software of multimedia | eightsome@gmail.com | DVD Video | 0 | 03-28-2006 02:29 PM |