
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