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 IamaSherpa 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. olivia

    array problem

    Hi, I have a puzzling problem. I have one array and three forms on one page. The first form displays data 0-52, second 53-189, third 190-end as a select list. When an option in the first form is clicked, it displays the right variables in a text box. However when the options in the second form...
  2. olivia

    accessing total number of entries from a field

    Great, that is exactly what was needed. I used pattern matching <br>if ($Form{$field} =~ /1\,/){<br>and it all adds up<br>Thanks so much!
  3. olivia

    accessing total number of entries from a field

    Hi, <br>I have a inventory that has, several fields with identical names, the value is always 1. When someone checks three fields with the same name, output is <br>Pencils: 1, 1, 1<br>I want to have the total number inserted, in this case 3 so<br>Pencils: 3<br>I realize this is creating an array...
  4. olivia

    aborting sending incomplete form

    Thanks, I tried doing this taking out the {else} statement but it still submits after the dialogue box pops up. Now it looks like this. Am I missing something?!<br><br><FONT FACE=monospace>function checkcurrent() {<br>if (form.Patient_ID.value == &quot;&quot; ¦¦ form.Hospital.value ==...
  5. olivia

    aborting sending incomplete form

    Hi, <br>Anyone know how to abort a post operation if the form data is incomplete? do you not specify the action in the form tag but put it in the script to be sent if it passes the validation?? Any ideas gratefully received. thanks!!<br><br>this is what I'm thinking but it doesn't work...
  6. olivia

    aborting sending incomplete form

    Hi, <br>Anyone know how to abort a post operation if the form data is incomplete? do you not specify the action in the form tag but put it in the script to be sent if it passes the validation?? Any ideas gratefully received. thanks!!<br><br>this is what I'm thinking but it doesn't work...
  7. olivia

    box unchecks itself on submit

    hmm, that didn't seem to work. It's still unchecking itself Any other ideas? Thanks!
  8. olivia

    box unchecks itself on submit

    Hi there, annoying glitch - have a medical calculator which takes values and passes them to a child window, the checkbox that is scripted with an &quot;if else&quot; unchecks itself on submit, although the correct value is passed. If you go back to the parent window and submit again, the...

Part and Inventory Search

Back
Top