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 "some location" or in javascript - location.href="some location"
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 "some location" or in javascript - location.href="some location"
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. 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>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.