and Thanks in advance to all for even taking time to read my question. Now to summarize the question I am trying to somehow pass a value when you click on an anchor tag which when the new page loads, where a form is located, a certain form field to be auto populated. Now to go into detail, let me explain what I am trying to do in the project
when you go to this link http://wwwtest.courts.mo.gov/civiceducation/presentation.html , you can see that next to each presentation topic there is a request this presentation link. when you click the link, it will take you to a form http://wwwtest.courts.mo.gov/civiceducation/request_presentation.jsp .
Now on the first page (presentation.html), all 3 "request this presentation" link point to the same page with all empty fields. All i want to do is when the "request this presentation" link for a particular topic is clicked, when it goes to the next page ( request_presentation.jsp) the form opens but this time the "select" field titled "name of presentation" should be prefilled with the topic. i hope i made this clear but if not please let me know.
If there is an easier or a different logic that can be used please guide me in the right direction. Thanks in advance