I am working on a project where i need to access clean URL’s always i.e no parameters can be passed in the URL for getting values on another page.
Can anyone please suggest an alternative other than ‘Form Submit’ method.
Thanks In Advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For Clean URL’s i prefer you may use HTTP POST Method. Hope that helps.
Else, you can use AJAX with jQuery to submit the values to another page.
Check out w3schools to get started with AJAX : http://www.w3schools.com/jquery/jquery_ajax.asp
No support for SESSION since i don’t like writing php code inside my web page.