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 wOOdy-Soft 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 Ryock

  1. Ryock

    Validation of a textarea

    I used this validation and it's works if (document.form.text_area.value == "") { alert("..."); document.form.text_area.focus ( ); document.form.text_area.select( ); return false; }

Part and Inventory Search

Back
Top