I wanted to make some input fields to get the Data, .. hope this is right? :>
- Code: Select all
<form action="input_text.htm">
<p>A:<br><input name="A" type="text" size="30" maxlength="40"></p>
<p>B:<br><input name="B" type="text" size="30" maxlength="40"></p>
<p>C:<br><input name="C" type="text" size="30" maxlength="30"></p>
<p>D:<br><input name="D" type="text" size="30" maxlength="40"></p>
<input type="submit" value=" Send ">
</form>
Now i want to use this data for an Internet Link like http://www.nexuiz.com/A-B-C-D
(i.e. A= this B=is C=a D=test it would be:
http://www.nexuiz.com/this-is-a-test)
How can I do this and get the browser to connect there directly?
Any help would be great. Thx Bundy
