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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MayaPT

  1. MayaPT

    iFrame Question! Pls Help

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

    Deactivate afterclick

    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.

Part and Inventory Search

Back
Top