Hi,
Maybe you are using that code in IE6 in IE6 the setAttribute method does not work, instead you need to access the attribute directly like this:
document.getElementById("IFRAMEID").scrollbars = "yes";
the way vbkris wrote works ok in firefox and other IE versions but setAttribute was...
Hi,
I'm not sure if i get your problem clearly but perhaps you could use the onclick event of the buttons to disable them no? that way they could be clicked and disabled after.
Sorry if this doesn't relate well to your problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.