|
This should work (didn't test it hehe)
-----------
<script language="javascript">
function changeImage(image){
document.TheImagesName.src=image
}
</script>
---------
<form>
<input type="radio" onclick="changeImage('http://www.yoursite.com/image.gif')">
</form>
<img src="" name="TheImagesName">
Somthing along those lines.
__________________
Please login or register to view this content. Registration is FREE - 100 Satisfied Customers - Custom Programming and Web Development
|