MAC + Netscape = error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ziemon

    MAC + Netscape = error

    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>


  • Janwillem Borleffs

    #2
    Re: MAC + Netscape = error


    "ziemon" <news@ziemon.nl > schreef in bericht
    news:bjn0a2$r9k $1@news3.tilbu1 .nb.home.nl...[color=blue]
    > some weird things are happening on a MAC and NETSCAPE 4.7 can someone tell
    > me why ?
    >[/color]

    And those weird things are....?

    JW



    Comment

    • ziemon

      #3
      Re: MAC + Netscape = error

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


      "Janwillem Borleffs" <jwb@jwbfoto.de mon.nl> wrote in message
      news:3f5f0ed2$0 $28904$1b62eedf @news.euronet.n l...[color=blue]
      >
      > "ziemon" <news@ziemon.nl > schreef in bericht
      > news:bjn0a2$r9k $1@news3.tilbu1 .nb.home.nl...[color=green]
      > > some weird things are happening on a MAC and NETSCAPE 4.7 can someone[/color][/color]
      tell[color=blue][color=green]
      > > me why ?
      > >[/color]
      >
      > And those weird things are....?
      >
      > JW
      >
      >
      >[/color]


      Comment

      Working...