Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hugobossv8
  • Content: Threads
  • Order by date
  1. hugobossv8

    disabling controls on page removes CSS

    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...
  2. hugobossv8

    bridge cross-domain iframe

    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...

Part and Inventory Search

Back
Top