- Joined
- Nov 26, 2007
- Messages
- 2,928
- Reaction score
- 84
I want to have a form with one input box called Field1.
The format of the output URL is something like, http://www.MyDomain.com/a/b/c/
The input box, lets say, is a one word 'Foobar'. So what I get right now for my form output is the standard:
http://www.MyDomain.com/a/b/c/&Field1=Foobar
But what I want is,
http://www.MyDomain.com/a/b/c/Foobar.html
So I do not want the ?, nor the field name; and I need to add .html to the end. How to do this
with a basic HTML form? Surely this is not hard.
The format of the output URL is something like, http://www.MyDomain.com/a/b/c/
The input box, lets say, is a one word 'Foobar'. So what I get right now for my form output is the standard:
http://www.MyDomain.com/a/b/c/&Field1=Foobar
But what I want is,
http://www.MyDomain.com/a/b/c/Foobar.html
So I do not want the ?, nor the field name; and I need to add .html to the end. How to do this
with a basic HTML form? Surely this is not hard.