write a program in javascript that will read in


Write a program in Javascript that will read in an XML file. This file will contain details of devices maintained by the IT department of an organisation including an ID number, description, location, manufacturer and year purchased.  The program will then ask a user whether they want to (1) list all resources displaying the manufacturer and year purchased, (2) details of description, manufacturer and year purchased for a given id or (3) list all the devices of a particular description from a particular manufacturer.

Explain the relative merits of using text boxes to allow a user to enter data to select a value such as manufacturer or id and the use of a drop-down list in this example. There are marks available for those who use a drop-down box for at least one of the options in this application.

Required:

(a) Outline how text boxes and drop-down boxes can be used to select an item from the XML file

(b) Evaluate the two approaches

(c) Initial design flowchart for the chosen approach

(d) Printout showing properly indented and commented code with meaningful identifiers

(e) Listing of XML file

(f)  Print out of a sample run

(g) Explanation of steps to determine that the program is correct

(h) CD of implemented solution

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: write a program in javascript that will read in
Reference No:- TGS0219877

Expected delivery within 24 Hours