Hi Everybody,
I have a function that works great in IE but fails in NN. Would
someone please give me some insight as to how to correct this:
function init(){
var oFrame = parent.frames['content'];
if (typeof(oFrame. divSummary) != 'undefined'){** *** fails here!
updateContent(o Frame);
return;
}
setTimeout("ini t();",200);
return;
}
function updateContent(o Frame){
oFrame.wH(oFram e.gE('divSummar y'), '<%= sHTML%>');
return;
}
Your reply is greatly appreciated,
Jeff
I have a function that works great in IE but fails in NN. Would
someone please give me some insight as to how to correct this:
function init(){
var oFrame = parent.frames['content'];
if (typeof(oFrame. divSummary) != 'undefined'){** *** fails here!
updateContent(o Frame);
return;
}
setTimeout("ini t();",200);
return;
}
function updateContent(o Frame){
oFrame.wH(oFram e.gE('divSummar y'), '<%= sHTML%>');
return;
}
Your reply is greatly appreciated,
Jeff
Comment