The Initial Document: "application.html"

Previous Next

When a client connects to a USoft web application, it receives an initial HTML document that contains all the information needed to boot the application. This HTML document provides:

The <html> and <head> tags that provide the overall structure of the browsed HTML.

References to all the .js and .css files needed for the client to further interpret the delivered application and convert all the content to browsable HTML.

Substitution variables that have global (= application-wide) scope, such as ${Encoding} and ${LogLevel}.

collapseLocation
collapseFormat: HTML5
collapseSubstitution variables
collapseEditing or replacing "application.html"

 

See Also

The Web Designer Stack

Active Web Browsers