Jump to content

bowhuntertech

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by bowhuntertech

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Clasen - Simple HTML Form1</title> </head> <body> <form action="/Chapter2/form1.php" method="post"> <fieldset><legend>Enter a number below:</legend> <p><b>Number:</b> <input type="text" name="inputNum" size="10" maxlength="10" /></p> </fieldset> <div><input type="submit" name="submit" value="Submit" /> </form> </body> </html> How do I insert that into this so it runs correctly.. I'm sorry i'm so new I have been reading but i'm just not grasping it.
  2. Ok, right now I have a form on a webpage just a blank box titled "number" I need to enter a value in the box and have the script do the following: If the number is <10, display the message “The number is smaller than 10” If the number is between 10 and 100, display the message “The number is between 10 and 100” If the number is >100, display the message “The number is larger than 100” I just don't know how to link the value inputted in the box with this simple script.. I am sorry if this is vague if you need me to post pics of what I have so far please let me know
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.