Hi,
I'm building a quick time validation (ie the end time for a task must be great than the start time)
I can create an event for the time boxes losing focus to alert via an alert message but I would prefer the message to come up when the submit button is clicked.
I've tried using the beforesubmit event and I can get the id's of the select boxes but never the text associated with the value. I'm trying as follows:
beforeSubmit:function(pdata){
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top