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 Rhinorhino 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 File3po

  1. File3po

    Imitating scrollbar buttons - Expert help please?

    Try this. <HTML> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- n = (document.layers) ? 1:0 ie = (document.all) ? 1:0 scrollLeft = 100 scrollTop = 50 scrollNestLeft = 0 scrollNestTop = 0 scrollWidth = 300 scrollHeight = 280 scrollBarWidth = 19 scrollBoxHeight = 23 scrollArrowHeight = 15...
  2. File3po

    document write

    This will clear the entire page. <input type="button" name="btn" value="Clear" onclick="document.write('')"/>

Part and Inventory Search

Back
Top