AAAAAAAAAA

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

    AAAAAAAAAA


    <style>
    ..shakeimage{
    position:relati ve
    }
    </style>
    <script language="JavaS cript1.2">

    /*
    Shake image script (onMouseover)-
    C Dynamic Drive (www.dynamicdrive.com)
    For full source code, usage terms, and 100's more DHTML scripts, visit

    */

    //configure shake degree (where larger # equals greater shake)
    var rector=3

    ///////DONE EDITTING///////////
    var stopit=0
    var a=1

    function init(which){
    stopit=0
    shake=which
    shake.style.lef t=0
    shake.style.top =0
    }

    function rattleimage(){
    if ((!document.all &&!document.get ElementById)||s topit==1)
    return
    if (a==1){
    shake.style.top =parseInt(shake .style.top)+rec tor
    }
    else if (a==2){
    shake.style.lef t=parseInt(shak e.style.left)+r ector
    }
    else if (a==3){
    shake.style.top =parseInt(shake .style.top)-rector
    }
    else{
    shake.style.lef t=parseInt(shak e.style.left)-rector
    }
    if (a<4)
    a++
    else
    a=1
    setTimeout("rat tleimage()",50)
    }

    function stoprattle(whic h){
    stopit=1
    which.style.lef t=0
    which.style.top =0
    }

    </script>



    Style Scripts


  • Hywel Jenkins

    #2
    Re: AAAAAAAAAA

    In article <cp1ij0$s11$1@n emesis.news.tpi .pl>, jamal3lo@wp.pl says...[color=blue]
    >[/color]

    You're an idiot. Figure out the difference between "Java" and
    "JavaScript ", then come back.

    --
    Hywel http://kibo.org.uk/
    I do not eat quiche.

    Comment

    • Starshine Moonbeam

      #3
      Re: AAAAAAAAAA

      In article <MPG.1c1eccdaa0 ca802f9896b6@ne ws.individual.n et>, Hywel
      Jenkins (hyweljenkins@h otmail.com) dropped a +5 bundle of words...
      [color=blue]
      > In article <cp1ij0$s11$1@n emesis.news.tpi .pl>, jamal3lo@wp.pl says...[color=green]
      > >[/color]
      >
      > You're an idiot. Figure out the difference between "Java" and
      > "JavaScript ", then come back.[/color]

      This is Java:

      public class Whatever {

      public void someMethod(Stri ng argument) {


      stuff, stuff, stuff

      }

      }



      --
      Starshine Moonbeam
      mhm31x9 Smeeter#29 WSD#30
      sTaRShInE_mOOnB eAm aT HoTmAil dOt CoM









      Comment

      • Andrew Thompson

        #4
        Re: AAAAAAAAAA

        On Mon, 6 Dec 2004 16:18:30 -0600, Starshine Moonbeam wrote:

        ....[color=blue]
        > This is Java:[/color]

        In what sense?

        public class Whatever {

        public void someMethod(Stri ng argument) {


        stuff, stuff, stuff
        ^
        Whatever.java:6 : not a statement
        ^
        Whatever.java:6 : ';' expected
        2 errors

        }

        }

        ;-)

        --
        Andrew Thompson
        http://www.PhySci.org/codes/ Web & IT Help
        http://www.PhySci.org/ Open-source software suite
        http://www.1point1C.org/ Science & Technology
        http://www.LensEscapes.com/ Images that escape the mundane

        Comment

        • Hywel Jenkins

          #5
          Re: AAAAAAAAAA

          In article <MPG.1c1e96ac6f 80ec3989f53@new s.alt.net>,
          silverbells@tac oshells.com says...[color=blue]
          > In article <MPG.1c1eccdaa0 ca802f9896b6@ne ws.individual.n et>, Hywel
          > Jenkins (hyweljenkins@h otmail.com) dropped a +5 bundle of words...
          >[color=green]
          > > In article <cp1ij0$s11$1@n emesis.news.tpi .pl>, jamal3lo@wp.pl says...[color=darkred]
          > > >[/color]
          > >
          > > You're an idiot. Figure out the difference between "Java" and
          > > "JavaScript ", then come back.[/color]
          >
          > This is Java:
          >
          > public class Whatever {
          >
          > public void someMethod(Stri ng argument) {
          >
          >
          > stuff, stuff, stuff
          >
          > }
          >
          > }[/color]

          So you say. Is it, though?

          --
          Hywel http://kibo.org.uk/
          I do not eat quiche.

          Comment

          Working...