Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I redirect users of non-VBScript compatable browsers

Status
Not open for further replies.

VBMan

Programmer
Jul 1, 2000
49
US
I need to know in VBScript/JavaScript how to redirect users of non-VBScript browsers (ex. Netscape)<br><br>Thanks.<br><br>Email me at <A HREF="mailto:msdngod@hotmail.com">msdngod@hotmail.com</A>
 
It really doesn't matter whether browser is VBScript-browser, as you called it, or not. You are still able to redirect users, by means of <br>Response.Redirect &quot;some location&quot; or in javascript - location.href=&quot;some location&quot;
 
It really doesn't matter whether browser is VBScript-compatible browser, as you called it, or not. You are still able to redirect users, by means of <br>Response.Redirect &quot;some location&quot; or in javascript - location.href=&quot;some location&quot;
 
I mean that when it loads if they are using a browser like netscape they go to a different page and never see the main index page.&nbsp;&nbsp;Like a page saying that they will not be able to view this correctly because they can do VBScript.<br><br>If you could tell me the source that would help.<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top