Window Browser JavaScript DHTML




     function Application(Title, ProgramName, Path, Vendor) {
        this.Title = Title
        this.ProgramName = ProgramName
        this.Path = Path
        this.Vendor = Vendor
     }
   
     function displayApp() {
        alert(Application)
     }