[
February Full List
|
Reply
]
Correction
From
Jim
on 6 Feb '99
replying to
OnMouseOver
posted by Mike
<A HREF="page.html"
onmouseover="document.something.src='lit_up.gif'"
onmouseout="document.something.src='normal.gif'">
<IMG NAME="something" SRC="normal.gif" border=0>
</A>
This will work - no need for any Javascript calls in the
<HEAD>
or anything like that.
I still don't see the point in it...
Re: Correction
- James. -
06/02/99
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
>
onmouseover="document.something.src='lit_up.gif'" >onmouseout="document.something.src='normal.gif'"> >
> >This will work - no need for any Javascript calls in the >or anything like that. > >I still don't see the point in it...