What I have:
a. I have a contact.htm page with a form on it. I have a drop down menu in which I have several options the user can choose to select a subject matter.
b. a footer (which acts as a site map) on the bottom of all web pages.
What I'm trying to do:
On the footer, there is a link called "feedback". When the user clicks it, I want to send them to the form on the contact.htm page and have that drop down subject list already selected as "feedback". I'm sure it's just a matter of passing a variable from the page with the footer to the contact.htm page. I would imagine on the contact page I would do a body onload function to set the drop down list <option> value = "feedback". I just can't figure out how to pass a variable across the page.
I've uploaded parts of each page if anyone needs to test on actual content.
http://www.shan-dysigns.com/test/footer.htm acts as the footer
http://www.shan-dysigns.com is most of the contact page/test/contact.htm is most of the contact page.
I removed any unrelated content for privacy, but there should be enough there to test.
Thanks for any advise...