MAC + Netscape = error

Z

ziemon

some weird things are happening on a MAC and NETSCAPE 4.7 can someone tell
me why ?

tnx

<SCRIPT LANGUAGE="JavaScript">
<!--
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
//-->
</SCRIPT>
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
var timeDelay = 1;

var Pix = new Array ("","1on.gif","2on.gif","3on.gif");
var howMany = Pix.length;

timeDelay *= 1000;
var PicCurrentNum = 0;
var PicCurrent = new Image();
PicCurrent.src = Pix[PicCurrentNum];

function startPix()
{
setInterval("slideshow()", timeDelay);
focus();
}

function slideshow()
{
PicCurrentNum++;
if (PicCurrentNum == 1)
{
PicCurrent.src = Pix[PicCurrentNum];
document["one"].src = PicCurrent.src;
}
else if (PicCurrentNum == 2)
{
PicCurrent.src = Pix[PicCurrentNum];
document["two"].src = PicCurrent.src;
}
else if (PicCurrentNum == 3)
{
PicCurrent.src = Pix[PicCurrentNum];
document["three"].src = PicCurrent.src;
}
else if (PicCurrentNum == 6)
{
document.location.href='../../en/0/index.htm'
}
}
</script>
<TITLE>STEELCASE INSPIRATION OFFICE</TITLE>
</HEAD>

<BODY OnLoad="startPix()" topmargin="0" leftmargin="0" marginheight="0"
marginwidth="0">
<table border="0" cellspacing="0" cellpadding="0" width="100%"
height="100%">
<tr valign="top" align="center">
<td height="1%"><img src="2off.gif" width="105" height="150" alt=""
border="0" name="two"></td>
</tr>
<tr valign="middle" align="center">
<td><img src="1off.gif" width="443" height="210" alt="" border="0"
name="one"></td>
</tr>
<tr valign="bottom" align="center">
<td height="1%"><img src="3off.gif" width="700" height="125" alt=""
border="0" name="three"></td>
</tr>
</table>
</BODY>
</HTML>
 
Z

ziemon

images start flickering, and are gray, i can't see it myself since i have no
mac, but some one told me
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top