Espero por favor me orienten esta situación.
Código Javascript:
Ver original
<script language="JavaScript" type="text/javascript"> <!-- function crearFrame(val, anc, alt) { var testFrame = document.createElement("IFRAME"); testFrame.id = "contenidos"; testFrame.src = val; testFrame.width = anc; testFrame.height = alt; testFrame.frameborder = "0"; testFrame.scrolling = "no"; var control = document.getElementById(testFrame.id) document.body.removeChild(control); document.body.appendChild(testFrame); } //--> </script> <form> <input type="button" value="Silencio" onclick="crearFrame('nada.html', '1', '1')"/> <input type="button" value="Grupo Acir" onclick="crearFrame('http://www.grupoacir.com.mx/multimedia/audio/radio/flash/mixquer.php', '500', '400')"/> <input type="button" value="Radio BUAP" onclick="crearFrame('http://www.enciendetv.buap.mx/paginas/2510.asp?canal=1', '550', '400')"/> </form> </p> <br /> <iframe id="contenidos" frameborder="0" width="500" scrolling="no" height="400" src="http://www.grupoacir.com.mx/multimedia/audio/radio/flash/mixquer.php"> </iframe>
No digo que estoy desesperado porque la verdad que me muero de sueño, gracias.