Response.Redirect + Netscape Browser + StyleSheets = Problem! 
Author Message
 Response.Redirect + Netscape Browser + StyleSheets = Problem!

Hi all,

Looking for some help. Our site uses style sheets and we have a redirect in
default.asp off the default web site to a virtual directory within the web
site. Our .css files are in an include directory off this virtual directory
like so:
...\wwwroot                                    <--- default web site
(www.mysite.com)
...\wwwroot\default.asp                   <--- contains:
Response.Redirect("vdir\default.asp")
...\wwwroot\vdir                              <--- virtual directory
...\wwwroot\vdir\default.asp             <--- contains:
href="include/style.css"
...\wwwroot\vdir\include\style.css     <--- style sheet, referenced above

What happens in Netscape only is when the www.mysite.com is hit, the
redirect finds the vdir\default.asp file, hits the href line (style sheet
reference) and returns a 404 error. In the address it references
" http://www.*-*-*.com/ ;

What gives? Can anyone contribute ideas? (I noticed slashes comes into play?
Why netscape and not IE?) Please Help!!

Thanks!
Chris



Sat, 19 Oct 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Response.Redirect + Netscape Browser + StyleSheets = Problem!

2. Response Redirect doesn't Work - No me funciona Response Redirect

3. redirect Netscape or AOL web browser...

4. problem with response.redirect

5. Response Redirect problem

6. problem with response.redirect

7. Response.Redirect problem...

8. Style Sheet problem with response.redirect

9. problem with response.redirect and forms

10. Problem Launching RealPlayer After Response.Redirect

11. Problem with Response.Redirect vs. frames

12. Response.Redirect problem

 

 
Powered by phpBB® Forum Software