some weird things are happening on a MAC and NETSCAPE 4.7 can someone tell
me why ?
tnx
<SCRIPT LANGUAGE="JavaS cript">
<!--
self.moveTo(0,0 )
self.resizeTo(s creen.availWidt h,screen.availH eight)
//-->
</SCRIPT>
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaS cript">
var timeDelay = 1;
var Pix = new Array ("","1on.gif"," 2on.gif","3on.g if");
var howMany = Pix.length;
timeDelay *= 1000;
var PicCurrentNum = 0;
var PicCurrent = new Image();
PicCurrent.src = Pix[PicCurrentNum];
function startPix()
{
setInterval("sl ideshow()", 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.locati on.href='../../en/0/index.htm'
}
}
</script>
<TITLE>STEELCAS E INSPIRATION OFFICE</TITLE>
</HEAD>
<BODY OnLoad="startPi x()" 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%"><im g 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%"><im g src="3off.gif" width="700" height="125" alt=""
border="0" name="three"></td>
</tr>
</table>
</BODY>
</HTML>
me why ?
tnx
<SCRIPT LANGUAGE="JavaS cript">
<!--
self.moveTo(0,0 )
self.resizeTo(s creen.availWidt h,screen.availH eight)
//-->
</SCRIPT>
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaS cript">
var timeDelay = 1;
var Pix = new Array ("","1on.gif"," 2on.gif","3on.g if");
var howMany = Pix.length;
timeDelay *= 1000;
var PicCurrentNum = 0;
var PicCurrent = new Image();
PicCurrent.src = Pix[PicCurrentNum];
function startPix()
{
setInterval("sl ideshow()", 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.locati on.href='../../en/0/index.htm'
}
}
</script>
<TITLE>STEELCAS E INSPIRATION OFFICE</TITLE>
</HEAD>
<BODY OnLoad="startPi x()" 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%"><im g 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%"><im g src="3off.gif" width="700" height="125" alt=""
border="0" name="three"></td>
</tr>
</table>
</BODY>
</HTML>
Comment