Click to See Complete Forum and Search --> : switch image


tiger66
07-13-2003, 12:03 AM
Hello
I am wondering how can I write a js that can allow me to switch images by click on the radio button?

Thanks

Khalid Ali
07-13-2003, 05:42 AM
in the onclick event of the radio button add this code

'document.getELementById("rIm").src="image.gif"'

and in the html par to fthepage add the ffollowing

<img id="rIm" src="blank.gif"/>