Rated
Read 10,499 times
Related Categories
Get the scripting language & version
A number of rarely-known functions ScriptEngine, ScriptEngineMajorVersion,
and ScriptEngineMinorVersion allow you to find out from your script
the server-side scripting language, and it's version. For example,
<%=ScriptEngine%><BR>
<%=ScriptEngineMajorVersion%><BR>
<%=ScriptEngineMinorVersion%><BR>
will output
VBScript
5
0
James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.
Comments
|