tengo el siguiente codigo, funciona perfecto en IE, pero en Firefox no funciona....
![en desacuerdo](http://static.forosdelweb.com/fdwtheme/images/smilies/dedosabajo.png)
![en desacuerdo](http://static.forosdelweb.com/fdwtheme/images/smilies/dedosabajo.png)
Estaba investigando
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
X favor ayudenme que puedo hacer plis....
Código PHP:
var iframe = document.createElement("iframe");
iframe.height = "100%";
iframe.width = "100%";
iframe.frameBorder = "0";
iframe.scrolling = "no";
iframe.id = "wizardScreen" ;
nextUrl = GetNextUrl();
if (nextUrl == null)
alert("Next URL not defined!")
iframe.src = nextUrl;
iframe.onreadystatechange = function() { OnStepLoaded(iframe); };
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)
![sonriente](http://static.forosdelweb.com/fdwtheme/images/smilies/smile.png)