VBScript
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Links) |
||
Line 10: | Line 10: | ||
* [[Wikipedia:VBScript|Wikipedia article]] | * [[Wikipedia:VBScript|Wikipedia article]] | ||
* [http://msdn.microsoft.com/en-us/library/t0aew7h6.aspx MSDN VBScript resources] | * [http://msdn.microsoft.com/en-us/library/t0aew7h6.aspx MSDN VBScript resources] | ||
+ | * [http://stackoverflow.com/questions/17483782/vbscript-support-in-internet-explorer-11 VBScript Support in IE 11] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] |
Revision as of 01:38, 20 August 2014
VBScript is a Microsoft scripting language used in various Windows client and server environments, including Internet Explorer and IIS. It can be used similarly to JavaScript, but is based on Visual Basic, and is pretty much found only in Microsoft environments, not cross-platform and vendor-neutral like some other languages. Use of it is one of the things that can make a web, intranet, or extranet application Microsoft-specific.