[
February Full List
|
Reply
]
Re: OnMouseOver
From
James.
on 6 Feb '99
replying to
Re: OnMouseOver
posted by Jim
>
<A HREF="page.html" onmouseover="document.page.src='lit_up.gif'"
>
onmouseout="document.page.src='normal.gif'">
<IMG SRC="normal.gif" border=0>
</A>
The example above won't work. You'll need to create a script in the
head of the document that specifies the variables and the functions.
For more on quick and dirty JavaScript, ECMA and JScript check out
the sites below.
http://www.webcoder.com/
http://www.developer.com
http://developer.netscape.com/
(the source)
James
ps: Lance Arthur's Glassdog is the epitome of JavaScript abuse.
You can find a bazillion scripts that can be modified to suit your
needs. In Netscape's Navigator, just type Ctrl-U. :)
http://www.glassdog.com/
Reply to this message
Required Details
Your name:
Subject:
Optional Details
Home page title:
Home page URL:
Email:
(if you'd like to receive
automatic replies by email)
Your Message
>>
>onmouseout="document.page.src='normal.gif'">
> >The example above won't work. You'll need to create a script in the >head of the document that specifies the variables and the functions. > >For more on quick and dirty JavaScript, ECMA and JScript check out >the sites below. > >http://www.webcoder.com/ >http://www.developer.com >http://developer.netscape.com/ (the source) > >James > >ps: Lance Arthur's Glassdog is the epitome of JavaScript abuse. >You can find a bazillion scripts that can be modified to suit your >needs. In Netscape's Navigator, just type Ctrl-U. :) > >http://www.glassdog.com/