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...
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)...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.