|
|
|
|
![]() ![]() |
Apr 22 2006, 12:18 AM
Post
#1
|
|
|
Member [ Level 1 ] Group: Members Posts: 45 Joined: 21-April 06 Member No.: 12,892 |
If you want to detect your visitors browser, sebd them a message and redirect them use this script:
CODE <script language="JavaScript"> <!-- var browserName=navigator.appName; if (browserName=="Netscape") { alert("Hi Netscape user!") window.location = "netscape.html" } else { if (browserName=="Microsoft Internet Explorer") { alert("Hi Microsoft Internet Exlorer User!"); window.location = "MIE.html" } else { alert("What are you browsing with?"); window.location = "unkown.html" } } //--> </SCRIPT> |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th October 2008 - 05:38 PM |