Browser Based
In a browser-based Web application, the user simply goes to a website, and JavaScript instructions are contained within the Web pages that are retrieved. Combined with the HTML and CSS style sheet, which provide the visual layout, the browser executes the code and renders the page. In addition, processing at the server site is typically performed to access databases and other support functions. The data for a Web application may be stored locally or on the Web, or in both locations.