• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

cant find the error

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

This should be pretty simple but I have spent a long time on this and still cant figure out whats wrong.

The page works fine but if the User selects DVD from the dropdown and doesnt type anything in the 2 text fields, it should display an alert. Its working fine for the other options in the drop down, only this does not work.

Would greatly appreciate if someone can enlighten me on this... thanks.

Edit:

Actually seems like the Text Field for Year is the problem. For some reason any validation functions associated with that particular text field do not work... I am wondering why
[ December 02, 2007: Message edited by: Sabrina Kaur ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I think your problem is the fact you are checking the fields even though they may not be there.

Debug your code. Add alert statements and follow the flow. See what the values are, what the results of your validation are.

Eric
 
Uh oh, we're definitely being carded. Here, show him this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic