Hi,
I am working with desktop and i a have a rare error in explorer 7 with iframe.
I did a window with an iframe. In Mozilla loads well de window, and in IE7 loads sometimes well. But a lot of times make an error of javascript and the iframe dont load the data. Is strange becouse in Mozilla goes well all the time but in Explorer goes wrong only with websites with a lot of javascript, Do you know how to fix it?
The error said: object null or something like that. I not sure becouse the error change some times.
MyDesktop.TribunalWindow = Ext.extend(Ext.app.Module, {
id:'tribunales-win',
init : function(){
this.launcher = {
text: 'Tribunales',
iconCls:'tribunales', Permission denied in ie7:: <body id=body><iframe frameborder=0 id=history-frame src=/ermaif/xmlhttp Click Ok and close the Internet Explorer window. http://www.icefaces.org/JForum/posts/list/4591.pageHOME |
handler : this.createWindow,
scope: this
}
},
createWindow : function(){
var desktop = this.app.getDesktop();
var win = desktop.getWindow('tribunales-win');
if(!win){
win = desktop.createWindow({
id: 'tribunales-win', Nabble - DWR - Users - Parameter marshalling between iframes + DWR:: if you are using DWR inside the iframe with data passed in from another window: From engine.js: calling DWR but this can be a pain and is error-prone. http://www.nabble.com/Parameter-marshalling-between-iframes-+-DWR-td16510537.htmlHOME |
title:'Tribunales',
width:740,
height:480,
html: '',
iconCls: 'tribunales',
shim:false,
animCollapse:false,
constrainHeader:true
});
}
win.show();
}
});
Thanks for yout time and sorry for my english.
Are you aware of this bug (http://www.extjs.com/forum/showthread.php?t=43246) in Ext 2.2?
did you fix this error?
Nortel Unveils Vision, Strategy for Israeli High-Performance Net
Busy Friday Leads to Strong Close for Net Stocks
|