Jump to content

jneaod

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by jneaod

  1. How do i color a link red or green or something using just html? THANKS!
  2. jneaod

    Windows

    I already have but i keep getting distracted so i got a book on javascript so i could have a reference.
  3. Can you use PHP for client-side scripting. I know you can use it for server-side scripting.
  4. jneaod

    Windows

    Sorry . I just wanted to see if i could do it.
  5. As far as i know VBScript is for microsoft internet explorer, and javascript is for netscape. Not sure about firefox. I'm not sure if they are interchangeable, but javascript can run on internet explorer.
  6. jneaod

    Windows

    jneaod@yahoo.comI wanted to know how i would make a javascript document that makes it create a new window everytime you move your mouse.I did this already:<html><head><script type="text/javascript">function Box(){alert("Some text here")}</script></head><body onmousemove="Box()"></body></html>All it does is it makes an alert box popup with what ever text you replace "some text here" with. everytime you click a button it comes back. The only way to get rid of it is to ctrl+alt+del or turn the conputer off.
  7. What is it supposed to do?
×
×
  • Create New...