Click to See Complete Forum and Search --> : Adding Address to Url via form?
I would like to have a page on my site which would allow user to add two pc's of information, which would be then added to existing url and take them to that particular page?
Is there an easy form for this or is it a custom coding problem?
Thanks for help
cfajohnson
09-27-2009, 07:00 PM
Do you mean something like this:
<form action="http://validator.w3.org/check?" method="GET" >
<p>
<label>URL:</label>
<input type=text size="30" name="uri" value="http://">
<input type="submit" value=" Validate " class="button">
</p>
</form>
See it in action at: http://cfajohnson.com/webdesign/selection/ (the page is still under construction and has no styling applied yet).