|
Posted by todofixthis on 01/06/08 16:24
Heya, Ken.
Submitting a form sends a new HTTP request, so you'll need to either
combine the two forms into one (give each submit button a name so that
you can keep track of which button the User clicked), or you can use
AJAX to send the first form's results.
Navigation:
[Reply to this message]
|