I do not know anything about ASP. I know little more about HTML. I hope this is not too ridiculously large a question:

In general, how do you get an .htm page to accept passed values via the url?

I have a few .htm pages created with DreamWeaver MX. They have very little scripting going on. Maybe a submit button that sends some info to an email address. I read in their help that you needed some kind of Get method to accept such parameters.

Can anyone explain in general what needs to be inserted into such an .htm document so that I can pass it a parameter on the url. So I can do something like:

www.mysite.com/mypage.htm/?companyname="this is the company name"

One other question: is there such a thing as "converting" plain old .htm's to .asp pages? If so, can it be done via some kind of wizard in asp.net? vb.net? whoo-ha.not?

Thanks to anyone who cares.