I know just about nothing of HTML. Last night, I was trying for hours to make a text box that when you type something and hit submit, it changes the current url to ____.com/(whatever you typed).html
My code looks like this:
<FORM ACTION="">
Your Answer: <INPUT answer="">
<input type="image" name="submit" src="http://www.idiotsguidetowebmarketing.com/images/cool_arrow_v.gif" />
</FORM>
Whenever someone types something in, it tacks on ?=(what was typed in) to the end of the web address. I am not allowed to have ? or = in the address. How do I get it to say (answer).html. When I put ".html" after form action, it just adds .html?=(what was typed in)
Please help, I hardly know anything about HTML




