Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2012, 10:26
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 8 meses
Puntos: 1567
Respuesta: Volviéndome loco con Internet Explorer

Mira, yo la usé asi y me funciona bien

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <link rel="stylesheet" type="text/css" href="assets/SqueezeBox.css" />
  7. <script type="text/javascript" src="mootools-core-1.4.5.js"></script>
  8. <script type="text/javascript" src="SqueezeBox.js"></script>
  9. </head>
  10.  
  11. <form action="#">
  12. <select id="opciones" name="opciones" onchange="seleccionar();">
  13. <option value="">elegir</option>
  14. <option value="uno">uno</option>
  15. <option value="dos">dos</option>
  16. </form>
  17. <script type="text/javascript">
  18. //<![CDATA[
  19.  
  20. function seleccionar(){
  21. var opt = document.getElementById('opciones').value;
  22. if(opt == "uno"){
  23.  
  24. window.addEvent('domready', function() {
  25.  
  26. SqueezeBox.initialize({
  27. size: {x: 400, y: 350}
  28. });
  29. SqueezeBox.open("http://emprear.com", {
  30. handler: 'iframe',
  31. size: { x: 400, y: 350 }
  32. });
  33.  
  34. });
  35. }
  36.  
  37. }
  38. //]]>
  39. </body>
  40. </html>
y use la mootools-core-1.4.5.js, pero me baje la version completa con todas las dependencias

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.