Results 1 to 2 of 2

Thread: it doing it just 1 time

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156

    Exclamation

    i wrote this code, but it is execute only 1 time.
    what do i need to chang or add

    function document_onmousemove() {
    var x;
    var y;

    x=window.event.x;
    y=window.event.y;

    document.write(x+"."+y);
    }
    //-->
    </SCRIPT>
    <SCRIPT LANGUAGE=javascript FOR=document EVENT=onmousemove>
    <!--
    document_onmousemove();
    //-->
    </SCRIPT>


    thanks
    The MORE I get to know,
    I realize that I know NOTHING !

  2. #2
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696

    Unhappy

    Hi lirlir

    I cant see what the problem is myself but try checking this page it does the same as you want and it works fine

    http://msdn.microsoft.com/workshop/s...ousemoveEX.htm

    Sorry I couldn't be any more help

    Ian
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width