Results 1 to 2 of 2
Working on perlCGI
I want to submit a form and display the values of the form on bottom of the same page but not able to find a way to ...
- 02-24-2009 #1Linux Newbie
- Join Date
- Jan 2008
- Posts
- 114
Submit form without redirecting to the another page in PerlCGI
Working on perlCGI
I want to submit a form and display the values of the form on bottom of the same page but not able to find a way to do the same
Can anyone help me?Switched to Scripting
- 02-24-2009 #2Linux User
- Join Date
- May 2008
- Location
- NYC, moved from KS & MO
- Posts
- 251
On the client side you can use jQuery to make ajax calls to the back-end server to accomplish your goal. See Submit A Form Without Page Refresh using jQuery - NETTUTS for examples.


Reply With Quote