Bob Barrows [MVP] wrote on 24 jun 2008 in
microsoft.public.inetserver.asp.general:
? ASP/JSCRIPT is supported
I don't know if it is supported on all "non native" ASP use,
like ASP emulation for linux.
It is on MS-window platforms.
You can use the Execute statement in VBSCRIPT. It's not something I
would recommend doing but people do use it.
I would not recommend executing a string either in ASP/VB or in ASP/JS,
because the only logical reason to do it, is when getting such string from
clientside, which would be extremely dangerous.
Using ASP/JS als an alternative to ASP/VB in general I strongly recommend,
as it is pleasing to the mind to use a slightly more demanding language.
I know Bob and I disagree on this.
My giving this example of JS in this thread was simply ment to discourage
using "ASP-code" for "ASP-VB-code".