PDA

View Full Version : Noob elp


anoan
06-25-2002, 01:34 PM
Right, so I'm new to JS. What I want to do is, whenever the cursor moves over a link or image, some text to be displayed in a certain area, in a table.
For instance:
I move cursor over an image and "an image" appears in the table
I move it off and the text clears.
I move cursor over an link and "a link" appears in the same table
etc etc etc
Anyone?

PS nice colouring on the forums...

JohnKrutsch
06-25-2002, 05:14 PM
Check out the scripts at DynamicDrive, in particuar this one:

http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm

Quiet Storm
06-25-2002, 06:59 PM
Or this one:

http://www.dynamicdrive.com/dynamicindex5/linkinfo2.htm

anoan
06-27-2002, 12:18 AM
Hey, cool, thanks...

I'll have a look at the code..:thumbsup: