Hello,
I'm using the following code to disable all controls on my page - in IE 6.0, however, the CSS that's applied to my hyperlinks disappears. Is there anyway to retain the CSS settings on disabled controls?
for (i in document.all){
document.all[i].disabled = true;
}
Here's...
Hello,
I need to resize an iframe based on content. Problem is that the content of the iframe is not in same domain as parent page. So I get the permission denied message.
I would like to place some bridge file or policy file of some sort that allows access to the iframe, like so...
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.