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!

Recent content by shortkid422

  1. shortkid422

    Validate Selection List Not working

    Ok, i found a new script, small problem now, itll submit even if the date isnt valid: <script Language=&quot;JavaScript&quot;> function checkDate() { var myDayStr = document.CheckDate.formDate.value; var myMonthStr = document.CheckDate.formMonth.value; var myYearStr =...
  2. shortkid422

    Validate Selection List Not working

    most of it works, the only problem is that like on February, if i do 3 or 4 as the day, i get the errror, but thanks for helping.
  3. shortkid422

    Validate Selection List Not working

    didnt work.
  4. shortkid422

    Validate Selection List Not working

    thanks, just one prob. It will chekc to see if the date exists, but if i do like January, the month changes to February. The months keep jumping around, know how i could fix that. If you need an example: http://www.coastertrade.com/clients/travel/site/dates.php
  5. 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')...
  6. 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...
  7. shortkid422

    Javascript Form check error prevents working

    thanks both of you, it worked great. thank you so much.
  8. 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