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 Wanet Telecoms Ltd 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 angela

  1. angela

    aborting sending incomplete form

    I'm very new to JavaScript, but can't you try returning it false?<br><br>function checkcurrent() {<br>if (form.Patient_ID.value == &quot;&quot; ?? form.Hospital.value == &quot;&quot;) {<br>alert(&quot;Please enter both the patient ID and the hospital&quot;);<br>return false;<br>}else{...
  2. angela

    Validating forms with an exception

    I have spent so much time on it that I've got myself confused!&nbsp;&nbsp;I am trying to make a form with and address. (city, state, and zip) where it will validate it.&nbsp;&nbsp;The city must be greater than 2 characters long, with no numbers, the state must be 2 characters long with no...
  3. angela

    How can I create an 'onMouseOver' that happens only once?

    I want to create an image that when the mouseOver takes place, and alert comes up, but only that once.&nbsp;&nbsp;How can I do that?

Part and Inventory Search

Back
Top