_1 | __ | <HTML> |
_2 | <HEAD> | |
_3 | <SCRIPT LANGUAGE="JavaScript"> | |
_4 | <!-- | |
_5 | __var name = navigator.appName; | |
_6 | __if (name == "Netscape") { location = "netscape.html"; } | |
_7 | __else if (name == "Microsoft Internet Explorer") { location = "explorer.html"; } | |
_8 | __else { location = "others.html"; } | |
_9 | // --> | |
10 | </SCRIPT> | |
11 | </HEAD> | |
12 | </HTML> |