![]() |
|
利用JavaScript基于浏览器类型的重定向
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
广告招租,e-mail:yesize@hotmail.com
<HTML> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- function redirectClient(ieurl, nsurl) { // test for Internet Explorer (any version) if (navigator.userAgent.indexOf("MSIE") != -1) { window.location = ieurl; } else { // its not IE so assume its Netscape window.location = nsurl; } } //--> </SCRIPT> </HEAD> <BODY> Click <A HREF="javascript:redirectClient(explorer.html, netscape.html)">here</A> to redirect based on the users browser. </BODY> </HTML>
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||