hello all,
i am trying to determine if my iframe content loaded or not,
can someone tell me what is wornge with this script :
[CODE=javascript]function iframe(){
y = document.getEle mentById('ifram e_test');
if (y.readyState == "complete")
document.getEle mentById('show' ).style.display ="none";
}[/CODE]
[HTML]<iframe align="middle" height="400px"...