How to handle drop down box change event without refreshing page?
Posted by lampinterview on May 8, 2008
You can use AJAX for collect the data without refreshing page. you can call a AJAX function on the on change event of drop down.
Posted by lampinterview on May 8, 2008
You can use AJAX for collect the data without refreshing page. you can call a AJAX function on the on change event of drop down.