VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. 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.

    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>
    So anyway from that I made a form up with the HTML code like this:


    <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>
    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.

    Cheers for any help.
    Quote Quote  
  2. Member
    Join Date
    Mar 2002
    Location
    canada
    Search Comp PM
    like to help you out,but i'm afraid thats out of my leauge
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!