Preview

Information Technology

Better Essays
Open Document
Open Document
3937 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Information Technology
HTML - Web Forms
HTML web forms are a composition of buttons, checkboxes, and text input fields embedded inside of HTML documents with one goal in mind: to capture user input. By doing things such as providing fields for user data such as names, phone number, and email addresses, web forms give users the opportunity to interact directly with a webpage.
HTML forms are placed on a web page using the <form> tag. This tag should encapsulate a series of other form elements, identifying them as a single cohesive web form.
HTML Form Element: <form name="myWebForm" action="myServerSideScript.php" method="post"> <input type="checkbox" /> Checkbox 1<br /> <input type="text" /> Text Field 1<br /> <input type="submit" value="SUBMIT" /> </form>
HTML Web Form:
-------------------------------------------------
Top of Form
Checkbox 1
Text Field 1
Bottom of Form
HTML form elements rely on action and method attributes to identify where to send the form data for processing (action) and how to process the data (method). In the code above, we've inserted some make-believe values to represent what a typical HTML form might look like behind the scenes.
Unfortunately, HTML alone is unable to process form data. A scripting language such as PHP, PERL, and/or JavaScript must be used with HTML forms to process data captured by HTML form elements. A complete form-processing example using PHP can be found here: PHP Form Processing Example.
For the purpose of following along, we can also adjust the action property slightly to have the form launch an email client instead of processing a make-believe server-side script. This will provide us with some form interactivity for us as we learn more about HTML forms.
HTML Email Form Element: <form name="myWebForm" action="mailto:youremail@email.com" method="post">

You May Also Find These Documents Helpful

  • Good Essays

    HTML is currently in its fifth revision or HTML53. With HTML5 a standard is set for how to display the web page; where pictures are displayed, fonts used for text and total layout of the page. XML (extensible markup language) is used for web documents. CCS (cascading style sheet) is written into the HTML document or attached as a file to define the appearance of the displayed page.…

    • 897 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    Using the links below and Internet research, list the usage for each of the HTML tags in the table below.…

    • 242 Words
    • 1 Page
    Satisfactory Essays
  • Powerful Essays

    In this lab I was able to identify the vulnerabilities of the Web application immediately by uncovering the Web form’s ability to handle unexpected data. This was accomplished by using DVWA tool to perform an attack exploiting a…

    • 1544 Words
    • 7 Pages
    Powerful Essays
  • Powerful Essays

    Cis518 Assignment 2

    • 776 Words
    • 4 Pages

    In response of student register web page, a blank web form will be displayed for entering the record. All the fields must be filled correctly in order to save the record in web database.…

    • 776 Words
    • 4 Pages
    Powerful Essays
  • Good Essays

    “I waited and watched for seven years. I saw him come and go – Dolan”, “The thousands of injuries of Fortunate I had borne as I best could, but when ventured upon insult. I vowed revenge – The narrator” With the words spoken by these two men, in the stories, “Dolan’s Cadillac” and “The Cask of Amontillado”, one can see their ambition to get revenge on the ones who wronged. The characters, plot, and theme of the two stories are very much alike. The main characters seek revenge on the people who avenge them and gain their control of life back after their revenge has been succeeded. The theme that will best fit the stories is revenge is best served cold, in the Cask of Amontillado it’s served hot. Focusing on the characters, the narrators of “Dolan Cadillac” and the “Cask of Amontillado”, the reader can notice that they have the same thought process, and both take revenge on well known males in their society. While both authors are great writers, it is the reader’s decision on which writer they prefer.…

    • 888 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Grimke Sisters Essay

    • 748 Words
    • 3 Pages

    Women sought for liberty and equality that was granted to men during the early nineteenth century in the United States. Women questioned differences in rights and roles compared to men. Sarah Grimke was the daughter of a wealthy slave-owner in Charleston, South Carolina. She despised slavery and inequality of women and moved to Philadelphia. She became a Quaker and leader for abolition and women’s rights. Sarah Grimke published Letters on the Equality of the Sexes in 1838 that criticized inequality of women. However she believed achieving equality of the sexes was possible. She argued that God had made both genders equal, but men created inferiority among women and denied them opportunity. She insisted that women gain rights and duties to be able to participate in education, religion and urged that marriage should not limit women’s rights. She believed Americans could achieve equality of the sexes by allowing women to get equal educational opportunities, holding rights during marriage equal to men, and by receiving equal salary as men.…

    • 748 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Below you will find some suggested topics for the essay you are supposed to write. Choose one topic that you intend to write on. Narrow down the topic that you’ve chosen. Then write a strong, clear, and an effective thesis statement.…

    • 239 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    Information Technology

    • 389 Words
    • 2 Pages

    Use the Microsoft Baseline Security Analyzer (MBSA) to detect the patches and updates that may be missing from your current installation. MBSA compares your installation to a list of currently available updates maintained in an XML file. MBSA can download the XML file when it scans your server or you can manually download the file to the server or make it available on a network server.…

    • 389 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Basta

    • 1044 Words
    • 5 Pages

    Try this code http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark Try this code http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark JavaScript Introduction lar scripting language on the internet, and works http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark Internet Explorer JavaScript Introduction http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark Google Chrome JavaScript Introduction http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark Mozilla Firefox JavaScript Introduction http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark Opera JavaScript Introduction http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark Safari JavaScript Introduction http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark What is JavaScript? avaScript was designed to add interactivity to HTML pag avaScript is a scripting language scripting language is a lightweight programming langua http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark What is JavaScript? embedded directly into HTML pages preted language (means that scripts execute without pr vaScript without purchasing a license http://www.w3schools.com JavaScript Programming for Absolute Beginners sirmark What is JavaScript?…

    • 1044 Words
    • 5 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Cosc 1301

    • 4931 Words
    • 20 Pages

    HTML ____ are typically used to collect shipping and payment information during checkout at an e-commerce Web site.…

    • 4931 Words
    • 20 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Information Technology

    • 277 Words
    • 1 Page

    How is information used in the modern enterprise? How does this use affect IT systems?…

    • 277 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    216. What pair of tags should encase the contents (e.g., text, images) of your HTML…

    • 376 Words
    • 2 Pages
    Good Essays
  • Good Essays

    This reference notes some of the most commonly used HTML and XHTML tags. It is not, nor is it intended to be, a comprehensive list of available tags. Details regarding the proper use of XHTML are at the end of this document. What It Is Basic Document Tags What It Does Indicates the start and end of an HTML Document Defines the portion of the document that contains essential formatting information. The material in the head is invisible. Defines the portion of the document that contains the visible information.…

    • 1188 Words
    • 5 Pages
    Good Essays
  • Good Essays

    Information Technology

    • 4224 Words
    • 17 Pages

    6. If you wanted to ensure that your business maintains a desirable return on your investment with technology, what should be one of your main concerns?…

    • 4224 Words
    • 17 Pages
    Good Essays
  • Powerful Essays

    Credit Card Fraud

    • 4212 Words
    • 17 Pages

    Katherine J. Barker, Jackie D'Amato, Paul Sheridon. Journal of Financial Crime. London: 2008. Vol. 15, Iss. 4; pg. 398…

    • 4212 Words
    • 17 Pages
    Powerful Essays

Related Topics