Código Javascript
:
Ver originalfunction boton(url){iframe.innerHTML = "<iframe width=600 height=600 src="+url.id+"></iframe>";}
<input type="radio" id="http://busc4.com" name="boton" onclick="boton(this);" />
<input type="radio" id="http://forosdelweb.com" name="boton" onclick="boton(this);"/>
<div id="iframe"></div>