Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

LTBrowser Enumeration

Show in webframe
Specifies the current browser.
Syntax
Leadtools.LTBrowser = function() { };
Leadtools.LTBrowser.prototype = {
	unknown = 0,
	internetExplorer = 1,
	firefox = 2,
	chrome = 3,
	safari = 4,
	opera = 5,
	android = 6,
	edge = 7,
	
 };
Members
ValueMemberDescription
0unknownUnknown browser.
1internetExplorerMicrosoft Internet Explorer
2firefoxFirefox
3chromeChrome
4safariSafari
5operaOpera
6androidAndroid
7edgeMicrosoft Edge
Example

For an example, refer to LTHelper.

See Also

Reference

Leadtools Namespace

Error processing SSI file