Yea you can simply use an onclick event and have the value of the radio button as the url of the avatar...
The radio button...
<input type=\"radio\" name=\"avatar\" value=\"avatar_location.gif\" onclick=\"avatar.value=this.getAttribute('value')\ ">
The text field...
<input type=\"text\" name=\"useravatar\" value=\"$useravatar\" id=\"avatar\">
--James 
Last edited by Dark-Skys99 : 11-27-2004 at 10:42 AM.
Reason: Errors
|