Funny script!

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

    Funny script!

    IE 5.5 - 6 only

    Go to http://www.psssst.qc.ca/ and click on the "now" option on the top
    menu.

    Look at your clock!

    Click "now" again to disable the script.


    May not be perfect on some machine/configuration but he, it's just an funny
    useless script! ;-)


    OgreGras



  • Ivo

    #2
    Re: Funny script!

    "ogregras" wrote[color=blue]
    > IE 5.5 - 6 only
    >
    > Go to http://www.psssst.qc.ca/ and click on the "now" option on the top
    > menu.
    >
    > Look at your clock!
    >
    > Click "now" again to disable the script.
    >
    >
    > May not be perfect on some machine/configuration but he, it's just an[/color]
    funny[color=blue]
    > useless script! ;-)
    >
    >
    > OgreGras[/color]


    Don't listen to strange men, my mama said. Tinkering with my clock? Could
    you post the relevant bits in the newsgroup? That could be fun.

    I.


    Comment

    • William Morris

      #3
      Re: Funny script!

      Harmless. Useless, yes, but harmless.


      "ogregras" <1234@1234.co m> wrote in message
      news:Orfmc.6293 7$oJ2.933032@we ber.videotron.n et...[color=blue]
      > IE 5.5 - 6 only
      >
      > Go to http://www.psssst.qc.ca/ and click on the "now" option on the top
      > menu.
      >
      > Look at your clock!
      >
      > Click "now" again to disable the script.
      >
      >
      > May not be perfect on some machine/configuration but he, it's just an[/color]
      funny[color=blue]
      > useless script! ;-)
      >
      >
      > OgreGras
      >
      >
      >[/color]


      Comment

      • ogregras

        #4
        Re: Funny script!

        It's harmless don't worry.
        But again it's not perfect, just funny.

        Here's the code:



        <!--
        *************** ******
        NOW!

        script by OgreGras


        *************** ******
        -->

        <script language="javas cript">

        var height = 15 ;
        var width = 51;
        var top = screen.availHei ght + 8 ;
        var left = screen.availWid th - width - 8 ;
        var lInterval ;
        var ledivnow ;

        function displayAlways()
        {
        if (!(ledivnow.isO pen))
        {
        ledivnow.show(l eft, top, width, height);
        }
        };

        function goNow()
        {
        if (window.createP opup)
        {
        var cok = getCookie("nowc ok") ;
        if(cok)
        {
        clearTimeout(lI nterval);

        ledivnow = createPopup();

        ledivnow.docume nt.parentWindow .openPsssst = function()
        {

        window.open("ht tp://www.psssst.qc.c a/viewtopic.php?t =398&j=0") ;
        };

        ledivnow.docume nt.body.innerHT ML = '<img id="lediv" style="cursor:h and;"
        src="heure.gif" border="0" width="51" height="15" alt="MAINTENANT !"
        onclick="openPs ssst()">';

        lInterval = setInterval(dis playAlways, 10);
        }
        }
        };

        onload = goNow;

        </script>

        <!-- END: NOW!! -->





        Comment

        Working...