Library code snippets
Get the scripting language & version
By James Crowley, published on 08 Oct 2001
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
Related articles
Related discussion
-
Read eMails from Outlook express using ASP
by kumaravelu (1 replies)
-
Help to Call ASP function from onclick event in HTML to pass an array
by vka (0 replies)
-
Binary Studio | software development outsourcing Ukraine
by shane124 (4 replies)
-
Variable In Vb.Net
by chia (0 replies)
-
ideas in building a captive portal
by sjranjan (2 replies)
Related podcasts
-
Scott Guthrie
Scott catches up with Scott Guthrie in an interview covering Ajax, Asp 2.0, extender controls, CSS adapters and more.
Hello,
Im trying a solution for this problem.Kindly could anyone tell me as how to "Convert VBScript to DLL" .I need it very urgently..Thanks for any ideas.
This thread is for discussions of Get the scripting language & version.