Question: Javascript Create a series of two HTML documents which do the following: [50 points] A page named dynamic-sums.html which does the following: [5 points] Accepts

Javascript

  • Create a series of two HTML documents which do the following:
    • [50 points] A page named "dynamic-sums.html" which does the following:
      • [5 points] Accepts a numeric parameter called "Rows"
      • [5 points] Accepts a numeric parameter called "Columns"
      • [5 points] Generates a table with the specified number of rows and columns
      • [5 points] Each column has a header associated with it
      • [5 points] Each row has a header associated with it
      • [25 points] Each cell which is not part of the header has the sum of the row and the column index.
    • [50 points] Create a page called "orders.html" which does the following:
      • [5 points] Obtains a name from the user.
      • [5 points] Obtains an entree from the user.
      • [5 points] Obtains optional notes from the user.
      • [5 points] Contains a table with the "Name", "Entree", and "Notes" for each order.
      • [5 points] Each row in the table (aside from the header) has a remove button.
      • [15 points] By submitting the form, a new row is added to the table containing the name, entree, and row.
      • [10 points] By clicking the remove button, the row in question is removed from the table.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!