[thelist] code crashing IE4.5 on Mac
elfur@hugvit.is
elfur at hugvit.is
Mon Mar 20 05:37:04 2000
Can anyone tell me why the following code is making headache for IE4.5 on Mac
only, NN (Mac) accepts it and all PC browsers accept it but when loaded in IE4.5
on Mac the browser shuts down.
I'm sorry I can't give you an URL.
thanks
elfur
*the puzzled one*
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Elfur Logadóttir, vefari
elfur@hugvit.is
http://www.hugvit.com
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
<HTML>
<HEAD>
<!-- Lotus-Domino (Release 5.0.1b (Intl) - 30 September 1999 on Windows
NT/Intel) -->
<style type="text/css">
<!--
A:hover {color: #a30d0d}
.menuH{
font-family: arial,sans-serif;
color: #a30d0d;
text-decoration: none;
font-size: 12px;
font-weight: normal;
}
.newsH{
font-family: arial,sans-serif;
color:#000000;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
.backH{
font-family: arial,sans-serif;
color:#a30d0d;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
.searchH{
font-family: arial,sans-serif;
color:#ffffff;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}
P {
font-family: arial,sans-serif;
font-size: 12px;
text-decoration: none;
color: #000000;
}
Body {
font-family: arial,sans-serif;
font-size: 12px;
text-decoration: none;
}
-->
</style>
<script language="javaScript">
if ((navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 3) ||
(navigator.appName == "Microsoft Internet Explorer" &&
parseInt(navigator.appVersion) >= 4)) {
rollOvers = 1;
} else {
rollOvers = 0;
}
loaded = 0
var dirLevel = 0;
var levelMod = "";
levelMod = "";
for (i = 0;i < dirLevel;i++) {
levelMod += "../";
}
function loadImg () {
if (rollOvers) {{../";+)
University01On = new Image(40,120);
University01On.src = levelMod +
"../Files/UniversityOn/$file/UniversityOn.GIF";
University01Off = new Image(40, 120);
University01Off.src = levelMod +
"../Files/UniversityOff/$file/UniversityOff.GIF";
About01On = new Image(40, 120);
About01On.src = levelMod + "../Files/AboutOn/$file/AboutOn.GIF";
About01Off = new Image(40, 120);
About01Off.src = levelMod + "../Files/AboutOff/$file/AboutOff.GIF";
Shop01On = new Image(40, 80);
Shop01On.src = levelMod + "../Files/ShopOn/$file/ShopOn.GIF";
Shop01Off = new Image(40, 80);
Shop01Off.src = levelMod + "../Files/ShopOff/$file/ShopOff.GIF";
Contacts01On = new Image(38, 100);
Contacts01On.src = levelMod + "../Files/ContactsOn/$file/ContactsOn.gif";
Contacts01Off = new Image(38, 100);
Contacts01Off.src = levelMod + "../Files/ContactsOff/$file/ContactsOff.GIF";
Registration01On = new Image(40, 70);
Registration01On.src = levelMod +
"../Files/RegistrationOn/$file/RegistrationOn.GIF";
Registration01Off = new Image(40, 70);
Registration01Off.src = levelMod +
"../Files/RegistrationOff/$file/RegistrationOff.GIF";
Search01On = new Image(40, 100);
Search01On.src = levelMod + "../Files/SearchOn/$file/SearchOn.GIF";
Search01Off = new Image(40, 100);
Search01Off.src = levelMod + "../Files/SearchOff/$file/SearchOff.GIF";
News01On = new Image(25, 67);
News01On.src = levelMod + "../Files/NewsOn/$file/NewsOn.GIF";
News01Off = new Image(25, 67);
News01Off.src = levelMod + "../Files/NewsOff/$file/NewsOff.GIF";
Press01On = new Image(25, 68);
Press01On.src = levelMod + "../Files/PressOn/$file/PressOn.GIF";
Press01Off = new Image(25, 68);
Press01Off.src = levelMod + "../Files/PressOff/$file/PressOff.GIF";
Events01On = new Image(25, 87);
Events01On.src = levelMod + "../Files/EventsOn/$file/EventsOn.GIF";
Events01Off = new Image(25, 87);
Events01Off.src = levelMod + "../Files/EventsOff/$file/EventsOff.GIF";
loaded = 1
}
}
function switchOn(imgName) {
if (loaded == 1) {
imgOn = eval(imgName + "On.src");
document [imgName].src = imgOn;
}
}
function switchOff(imgName) {
if (loaded == 1) {
imgOff = eval(imgName + "Off.src");
document [imgName].src = imgOff;
}
}
</script>
<script language="JavaScript">
if (rollOvers) document.writeln('<body bgcolor="FFFFFF" onLoad = "loadImg()">');
else document.writeln('<body bgcolor="FFFFFF">');
</script>
<script language="JavaScript">
function getHeight(){
var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (document.all) ? 1 : 0;
var doc_width;
var doc_height;
if (ns4up) {
doc_height = self.innerHeight;
} else if (ie4up) {
doc_height = document.body.clientHeight;
}
return doc_height;
}
</SCRIPT><TITLE>Registration and Log-on</TITLE></HEAD><body bgcolor="FFFFFF"
text = "000000" link="BF5555" alink="FFFFFF" vlink="12736F" " topmargin=0
leftmargin=0 marginwidth=0 marginheight=0"><!--<TITLE>Registration and
Log-on</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
document._domino_target = "_self";
function _doClick(v, o, t) {
var url="/pages/LoginRegistration.html?OpenDocument&Click=" + v;
if (o.href != null)
o.href = url;
else {
if (t == null)
t = document._domino_target;
window.open(url, t);
}
}
// -->
</SCRIPT>
</HEAD>
<BODY TEXT="000000" BGCOLOR="FFFFFF" -->
<FORM><center><table width=800 height=100% border=0 cellspacing=0
cellpadding=0><tr><td rowspan=3 valign=top
background="../Files/LeftSidebar/$file/LeftSidebar.gif" bgcolor=000000
width=21><img src="../Files/LeftSidebar/$file/LeftSidebar.gif" width=21
height=100% vspace=0 hspace=0 border=0></td><td bgcolor=000000 valign=top
colspan=3><Table width=758 height=65><tr><td rowspan=2 valign=top
align=Center><a href="index.html"><img src="../Files/Logo/$file/Logo.gif"
vspace=9 hspace=0 border=0></a></td><td valign=top align=right ><A
href="../pages/SupportMain.html"
onMouseover="switchOn('University01')"onMouseout="switchOff('University01')">
<img src="../Files/UniversityOff/$file/UniversityOff.gif" vspace=12 hspace=5
border=0 name="University01"></A><A href="../pages/About.html"
onMouseover="switchOn('About01')"onMouseout="switchOff('About01')"><img
src="../Files/AboutOff/$file/AboutOff.gif" vspace=12 hspace=5 border=0
name="About01"></A><A href="../pages/ShopOpen.html"
onMouseover="switchOn('Shop01')"onMouseout="switchOff('Shop01')"><img
src="../Files/ShopOff/$file/ShopOff.gif" vspace=12 hspace=5 border=0
name="Shop01"></A><A href="../pages/LoginRegistration.html"
onMouseover="switchOn('Registration01')"onMouseout="switchOff('Registration01')"><img
src="../Files/RegistrationOff/$file/RegistrationOff.gif" vspace=12 hspace=5
border=0 name="Registration01"></A><A href="../pages/EventsCalendar.html"
onMouseover="switchOn('Events01')"onMouseout="switchOff('Events01')"><img
src="../Files/EventsOff/$file/EventsOff.gif" vspace=12 hspace=5 border=0
name="Events01"></A><A href="../../product.nsf/ContactsSearch?OpenForm"
onMouseover="switchOn(
'Contacts01')"onMouseout="switchOff('Contacts01')"><img
src="../Files/ContactsOff/$file/ContactsOff.gif" vspace=12 hspace=5 border=0
name="Contacts01"></A></td></tr><tr><td align=right><A
href="../pages/prod.html"><img src="../Files/prod/$file/prod.gif" vspace=0
hspace=8 border=0></a><A href="../pages/Accessories.html"><img
src="../Files/accessoriesY/$file/accessoriesY.gif" vspace=0 hspace=8
border=0></a><A href="../pages/Gallery.html"><img
src="../Files/galleryG/$file/galleryR.gif" vspace=0 hspace=16
border=0></a></td></tr></table></td><td rowspan=3 valign=top
background="../Files/RightSidebar/$file/RightSidebar.gif" bgcolor=000000
width=21><img src="../Files/RightSidebar/$file/RightSidebar.gif" width=21
height=100% vspace=0 hspace=0 border=0></td></tr><tr><td bgcolor=ffffff
valign=top> </td><td bgcolor=ffffff valign=top width=100% height=86%>
<table width=758 cellpadding=0 cellspacing=0 border=0 ><tr><td width=758
height=50 colspan=6><font color=ffffff>.</font></td></tr><tr><td width=200
valign=top align=center><img src="../Files/Animation/$file/ANI.gif" vspace=0
hspace=0 border=0></td><td width=328 valign=top><b>Registration and
Log-on</b><p><BR>
<FONT SIZE=1 COLOR="FFFFFF" FACE="Arial"></p><!--]</FONT>
[--><p> <BR>
<FONT SIZE=4 FACE="Arial">As a registered user you have direct access to
important software updates, new settings and other important download
stuff.</FONT><BR>
<BR>
<FONT SIZE=4 FACE="Arial">If you previously have registered your product from
this page and defined your personal username and password, you can log-on
directly</FONT><BR>
<BR>
<A HREF="../../User.nsf/Login"><FONT SIZE=4 FACE="Arial">Log-in</FONT></A><BR>
<BR>
<FONT SIZE=4 FACE="Arial">If you have not registered you product or if you
previously registered your product manually (sending the registration card) or
electronically and recieved a letter with a 10 digit number, you have to
re-register here before you can have access to the download area</FONT><FONT
SIZE=4 FACE="Arial">.</FONT><BR>
<FONT SIZE=4 FACE="Arial"><BR>
</FONT><A HREF="../../User.nsf/User"><FONT SIZE=4
FACE="Arial">Register</FONT></A><BR>
</p></td><td width=2 valign=top ><font color=ffffff>.</font></td><td width=2
valign=top bgcolor=000000>.</td><td width=26><font color=ffffff>.</font></td><td
width=200 valign=top><a href="LoginRegistration.html" class="backH">REGISTRATION
AND LOG-ON</a><br><br></td></tr></table></font></td><td bgcolor=ffffff
valign=top> </td></tr><tr><td bgcolor=000000 valign=bottom colspan=3
></FORM>
<SCRIPT LANGUAGE="JavaScript">
<!--
function browse(prodID) {
var myURL = document.URL;
var form = document.forms["SearchForm"];
var AField = document.forms["SearchForm"].elements["SimpleQuery"];
var gildi = AField.value;
myURL = myURL.substring(0, myURL.indexOf(".nsf") + 4);
form.action= myURL + "/agentSearch?openAgent&" + gildi;
window.location = myURL + "/agentSearch?openAgent&" + gildi;
}
// -->
</SCRIPT>
<FORM METHOD=post onSubmit="return browse('');" NAME="SearchForm"><table
height=100% border=0 width=100% bgcolor=000000 cellspacing="0"
cellpadding="0"><tr><td> </td><td align="center" width="603">
<a href="../pages/Mailinglist.html" class="searchH">MailingList</a></td><td
width=155 align=left><a href="javascript:browse();"
class="searchH">Search</a><INPUT TYPE=TEXT NAME="SimpleQuery" VALUE="" size=10
ID="SimpleQuery"></td>
<INPUT NAME="completeURL" VALUE="" type=hidden>
<INPUT NAME="urlSearch" TYPE=hidden VALUE="SearchResults"><INPUT
NAME="urlMailList" TYPE=hidden
VALUE="MailingList.html"><INPUT NAME="HTTP_Cookie" TYPE=hidden
VALUE="firm=ALLI"><INPUT NAME="SaveOptions" TYPE=hidden VALUE="0">
<INPUT NAME="Query_String" TYPE=hidden
VALUE="OpenForm&BaseTarget=framePage"></tr></table></FORM></td></tr></table></center>
<!--
This document is created in IBM WebPagePro, Copyright (C) 1997-1999 -
http://www.ibm.com
--></FORM>
</BODY>
</HTML>