EnableViewStateMac is a security measure used by ASP.NET in order to ensure that the viewstate for a page has not been tampered with.
ASP.NET raises an error (Validation of viewstate MAC failed) if it detects that there has been a change in the value of viewstate that was sent to the browser.
JavaScript - What are windows object and navigator object in JavaScript? -
Windows object is top level object in Java script. It contains several other objects such as, document, history, location, name, menu bar etc., in itself. Window object is the global object for Java script that is written at client-side.
Information pertaining to the client browser and system is returned by the navigator object of JavaScript. Navigator object is the top level object for all users.
JavaScript - What are windows object and navigator object in JavaScript?
The details of the client browser can be obtained sing JavaScript. Details such as client name, version, codename and the platform can be obtained.
navigator.appName - Gives the name of the browser
navigator.appVersion - Gives the browser version
navigator.appCodeName - Gives the browser codename
navigator.platform - Gives the platform on which the browser is running
The JavaScript Window Object is the top level JavaScript object which corresponds to the web browser window.
navigator.appName - Gives the name of the browser
navigator.appVersion - Gives the browser version
navigator.appCodeName - Gives the browser codename
navigator.platform - Gives the platform on which the browser is running
The JavaScript Window Object is the top level JavaScript object which corresponds to the web browser window.
feature, feature, feature ... ");
features - A comma separated list of features that allow you to customize the appearance of the window
features - A comma separated list of features that allow you to customize the appearance of the window

0 Comments:
Post a Comment