Hi,
That what I want to get.
I have a html page. When user click a link then a IFRAME open in middle of this page. The IFRAME is in top, but do not cover all the html page, only a little size (300x200 pixels). I want to disable all controls in the html page, to wait user to close the little IFRAME.
How can I get it?
Now I use window.document.form[0].el
ements to disable all elements, but <div> isn't in "elements" colecction. Other way is to put another IFRAME/??? over the html page so it take click when user try to click over html page. But this IFRAME must be transaparent, and I have problem, cause its is over my IFRAME.
Solution must be valid in IE6 and NS6/Mozilla. Better if is W3C compatible.
Thanks
Start Free Trial