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 TouchToneTommy 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 lbrandt

  1. lbrandt

    CRYSTAL SQL ASP

    I Am passing my parameters like this. <form action=&quot;/directory/filename.rpt?init=java&quot; Method=&quot;POST&quot;> <input type=&quot;text&quot; name=&quot;prompt0&quot;> <input type=&quot;text&quot; name=&quot;prompt1&quot;> <input type=&quot;submit&quot; value=&quot;view&quot;> </form>...
  2. lbrandt

    Form validation in pop-up window

    I have a form that is in a pop-up window. The form submit's itself back to the main window. When I try to do validation on the form in the pop-up window I get an error sayin that my form elements are &quot;null or not an object&quot;. If I create a simple page doing the same thing, I get no...
  3. lbrandt

    checking two values onSubmit - doesn't work!

    You might try making sure you have values for each button and checking THAT in you validation. eg. <input type=radio name=phoneType value=mobile> Then checking by document.formName.phoneType.value == &quot;mobile&quot; && ... Hope this helps.

Part and Inventory Search

Back
Top