Lab9 Afternoon

  • Upload
    danish

  • View
    216

  • Download
    0

Embed Size (px)

Citation preview

  • 7/23/2019 Lab9 Afternoon

    1/1

    Web Engineering CS F13 Lab 9 (Afternoon Section)

    Date: 5-Januar-!"1#

    Co$$on %int&:

    i$'ort aa*&+,*.

    /e+ue&t*get0ara$eter(na$e2).

    a&4 1:

    Create the two pages that make up the user interface for the Student Record application. The first page is

    an HTML page that asks the user to enter a first name, last name, roll number and email address. Then,

    when the user clicks on the Submit button, the HTML page calls the JS and passes the four user

    entriesto that page. !hen the JS recei"es the four entries. #n this simple application, though, the JS$ust passes the four entries back to the browser so it can displa% the second page of this application. &rom

    this page, the user can return to the first page b% clicking the 'ack button in the web browser or b%

    clickingthe Return button that(s displa%ed on this page.

    a&4 !:

    Create a cu&to$er $anage$ent &&te$ u&ing &'*

    Create a page that show all customersdata sa"ed in s)l database**lso create a page that asks

    the user to enter a first name, last name and email address of the customer. Then, when the userclicks on the Submit button, and data is sa"ed into the database. !hen user clicks on the show all

    customer button, allCustomers.$sp will be called to show all customers.