-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTPS IAC MAP1.htm
46 lines (39 loc) · 1.07 KB
/
TPS IAC MAP1.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<script>
<!--
var appVer = navigator.appVersion;
var msie = appVer.indexOf( "MSIE " );
var msieWin31 = (appVer.indexOf( "Windows 3.1" ) >= 0)
var isMac = (appVer.indexOf("Macintosh") >= 0);
var ver = 0;
if( msie >= 0 )
ver = parseFloat(appVer.substring(msie + 5, appVer.indexOf(";", msie)));
else
ver = parseInt(appVer);
var loadPage = true;
if ( !(!msieWin31 && ((msie >= 0 && ver >= 4.0) || (msie < 0 && ver >= 4))) )
loadPage = window.confirm("Your browser does not support features requred by this web page. Do you still want to load this page?");
if ( loadPage )
{
if( msie >= 0 && ( (isMac && ver>=5) || (!isMac && ver>=4) ) )
window.location.replace('TPS IAC MAP1_frame.htm');
else
{
if ( !msieWin31 && ((msie >= 0 && ver >= 3.02) || (msie < 0 && ver >= 3)) )
window.location.replace("TPS IAC MAP1_frame.htm");
else
window.location.href = "TPS IAC MAP1_frame.htm";
}
}
//-->
</script>
</head>
<frameset>
<noframes>
<body>
<p>This page requires a browser that supports frames, your's doesn't.</p>
</body>
</noframes>
</frameset>
</html>