No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hey, I want to send parameters via submitted form, and then to reload my jsp page: Should I use onclick command or on submit action to transfer parameters using GET method? My code: [CODE] <body> <form action="ShowPatientList.do" id="patientListForm" name="patientListForm" method = "GET"> <p>ImiÄ™ <input id ="imie" name = "Imie" value …
Hey, A have a similar question I want do search my form using three input fields and a submit button, than I want to filter my list of patients using method GET. Can you show my how to change this code to do that? [CODE]<body> <form action='"ShowPatientList.do?imie="+ ' name="patientDetailsForm" method …
The End.
Member 784740