Hey all,
I need your help with a form I have to do for a Uni assignment. Basically below is a quote from the assignment sheet saying what the form has to do etc.
So anyway from that I made a form up with the HTML code like this:You are required to include on your webpage a postcode lookup form on
which you can specify a postcode or place name and the lookup server will
return the corresponding place or postcode for that value. The form should
also include a checkbox which gives users the option to search on partial
postcodes and place names.
Fields should be placed one above the other, similar to the screenshot below (you are not required to put a box around the form nor need you align the form to the right of the screen). The postcode lookup text boxes are to be named "postcode" and "place"; while the checkbox should be named "matchsubstrings". "Reset" and "Submit" buttons are to be used.
The method associated with the form is "Post".
The lookup is to be directed to the following URL:
<http://www.commerce.uq.edu.au/scripts/2601lookup.php>
The site that actually hosts the actual script is down so I can't test it myself but I was wondering whether you guys thought this was the correct code I am using.<form action="http://www.commerce.uq.edu.au/scripts/2601lookup.php" method="post" name="postcode">
<font face="arial" size="2" color="black"> Postcode </font><input type="text" name="postcode">
<font face="arial" size="2" color="black"> Location </font> <input type="text" name="place">
<font face="arial" size="2" color="black"> Partial Match?</font><input type="checkbox" name="matchsubstrings">
<input type="Submit" value="Submit" align="MIDDLE"> <input type="Reset" value="Reset" align="MIDDLE">
</form>
Cheers for any help.
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
New Video Editing Webpage
By Poisoned in forum Newbie / General discussionsReplies: 3Last Post: 2nd Feb 2008, 02:37 -
error on webpage
By alintatoc in forum ComputerReplies: 7Last Post: 12th Jan 2008, 06:09 -
Webpage building software
By slimmx in forum ComputerReplies: 8Last Post: 16th Dec 2007, 15:48 -
Having trouble reaching a webpage
By louthewiz in forum ComputerReplies: 31Last Post: 22nd Oct 2007, 16:28 -
Getting an AVI on to a webpage
By sgallagher27 in forum Video ConversionReplies: 5Last Post: 22nd May 2007, 04:43