Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Javascript 'Reveal' Script
Name: mpawsey Date: November 14, 2004 at 12:14:06 Pacific OS: WinXP CPU/Ram: 1Gb
Comment:
Hi,
I am trying to get a simple script for a website (I am not that good at Javascript)
All I want its to have a table, and when the user hovers over a link in one column, something else is revealed next to it in the other column.
Is this easy enough, and does anyone know any websites that would have that sort of script?
Name: Don Arnett Date: November 14, 2004 at 20:39:15 Pacific
Reply:
You could look at www.dynamicdrive.com. They have a lot of 'dynamic html' type scripts, which is what you are looking for.
If you give more details, I or someone else might be able to give some example code. What do you want to appear in the other column, text, picture, ?
0
Response Number 2
Name: andyhargreaves Date: November 16, 2004 at 05:18:16 Pacific
Reply:
My initial reaction was you could probably so this with an image rollover. In fact, there must be many ways of achieving this. As Don said, more details please!
Summary: Hi guys, I have been toying with this for a while tonight. I am trying to use the onchange event to send an id to a javascript function that will fill in the hidden value of an input field and pen a...
Summary: You are asking for a lot. In order to build that kind of site you would need to know HTML, JavaScript, a scripting language (such as PHP), as well as how to manage and interact with a database. You do...