How to call vbscript from javascript function in ASP.NET?

  • Thread starter Thread starter Vadim Vulfov
  • Start date Start date
V

Vadim Vulfov

We have VBScript function that we need to call from Javascript. How can
we do that?

Vadim
 
In IE it should just work.
Simply call the function name and pass it parameters, etc.
It doesn't matter which of the two languages the function is written in.
 
IE will execute VBScript.
It runs in a sandbox, so the capabilities are quite limited when it comes to
potentially dangerous function calls.
 
IE will execute VBScript.
It runs in a sandbox, so the capabilities are quite limited when it comes to
potentially dangerous function calls.

My kids have a sandbox, still, they get sand all over the damn place...

;o)

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top