![]() |
|||
PHP
IT Tags
Solr XML php mail XHTML Stop Script objects local server Overlapping Layers SimpleXML mysql server connection to MYSQL UPDATE photo gallery sdf local server associative arrays my_thread_global_end Simplexml Parser magento ecommerce Mobile site Remove Duplicate server shutdown Combo box control panel Xampp include PHP and FLash multiple file uplo indexing solr ajax check domain |
[JavaScript] After Update Event
By: rekha singh | 03 Feb 2010 1:53 pm
Dear all. CommentsThat's an onChange handler. Here's some code:
By: rekha singh | 03 Feb 2010
This one reminds me one of my problems:
By: rekha singh | 03 Feb 2010
What is usually done is the programmer writes onSubmit for the form object. This allows all fields to be validated at once.
By: rekha singh | 03 Feb 2010
Thanks very much for the answer. I tried for checkbox and it run well, but for radio type, nothing happen. Here is the script:
By: rekha singh | 03 Feb 2010
My original problem was that I don't care the new values, I only want to know if the values were changed or not. (should the user click on submit, or he/she can close the page).
By: rekha singh | 03 Feb 2010
The problem here is that radio buttons work by having their objects in an array, because all radio buttons that work together have the same name. Thus, txtBox.form. radio1 refers to an array; in order to refer to a particular object you need txtBox.form. radio1 [0].
By: rekha singh | 03 Feb 2010
|
