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 strongm 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: *

  1. frkimrki

    Refresh page using a select box

    if old version use link to call update function (<a href="JavaScript:nameOfUpdateFunction();">Change</a>), then u can do it with "onchange" event in dropdown box : <select onchange="JavaScript:nameOfUpdateFunction();">...</select>
  2. frkimrki

    table border and javascript

    when i set a border to table with javascript : table.style.border = '1px solid #000000'; i got someting like this : <table style="border-left:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;"> ... </table> How can i avoid this...

Part and Inventory Search

Back
Top