PDA

View Full Version : OnClick Text Change


BrianMerkel
06-27-2006, 05:32 PM
Hello again.
I was wondering if anyone out there new how to change actual text on a page using the onclick command/inside of an exsisting java script.

I would like to do the following:

User clicks on a certain radio button,
the text next to the radio button changes, as well as some text on other places.

If anyone could help me out, that would be great.

Thanks.

Jon Hanlon
06-27-2006, 06:45 PM
Look at .innerHTML
There are heaps of Dynamic HTML examples on Google.