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 Chris Miller 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. chqdzn

    multi-page search enhancement using javascript

    Hi everybody, I would like the users to be able to include more than one page in their search, and have a checkmark icon display on the menu items of the pages they have completed. This is a usability enhancement. It's just to "remind" the user that whatever textboxes they filled in on any...
  2. chqdzn

    check for blank fields in a form

    Thanks, TomThumbKP-- I tried that vbs statement at the start of this whole process, but it didn't work. When I use that statement, I lose the "jump-to-next-txtbox" (j2ntb) functionality, and the form still submits. Where I'm finding the trouble is that my form is using a server-side (ss)...
  3. chqdzn

    check for blank fields in a form

    Here's a snippet. How do I check to make sure the boxes are not blank? thanks in advance! <script language="vbscript"> Function checkLength(n) Select Case n Case 3 if Len(document.Form1("txt1box").value) >= 3 then if IsNumeric(document.Form1("rrtxt3box").value) Then...
  4. chqdzn

    check for blank fields in a form

    I'm a newbie to vbscript. I need to check my form for blank txtbox fields. I wrote a function using select case to check for correct quantity and type of data, so that once this info is correct, the cursor moves to the next txtbox and so on. however, i need to make sure my users enter data in...

Part and Inventory Search

Back
Top