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 Chriss 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. shortkid422

    Validate Selection List Not working

    I have this code but Javascript is not validating the code. <script Language=&quot;JavaScript&quot;> function ValidateForm(form) { if((form.month_arrive.value = &quot;February&quot;) && (form.day_arrive.value > &quot;29&quot;)) { alert('That date does not exist')...
  2. shortkid422

    Checking dates when submitted not functioning

    I have this date thing set up so that i can have 2 sets of dates, and what i want to do is when i submit the values, i want to make sure that the first date is before the second date. This is what i have but the funtion test() isnt working. <? function test() { if ($tdoao2 < $tdoao) { echo...
  3. shortkid422

    Javascript Form check error prevents working

    I have this code and when you make a mistake in the input, it will give you the error message, but when you click OK, then you can go to the next page. Also, if there is no error, then it wont let you submit it. I have been confused about this forever, here is the code: <script...

Part and Inventory Search

Back
Top