Hello,

i do define a iframe on a page like this:

<iframe id="iFrame" name="iFrame" scrolling="no" src="" frameborder="0" marginheight="0" marginwidth="0" height="90%" width="90%">
</iframe>

so i dont initialy define a src for this iframe.

in a js function i do fire frameready like this:

$.frameReady(function(){
 load("loadmodule.cgi",POSTParam,function(){ alert("done"); });
 alert("here");
},"top.iFrame", { load: {type:"script",src:"/Templates/Generic/Scripts/interface.js",id:"t"}
 }
);

but there is no content loaded into the iframe nor is any of the alerts being 
fired.
Might anyone help me with this issue please ?

Thx
Ralf



Reply via email to