Hi all,

In my VBScript code, I want to be able to invoke an external script (a jsp script living in some other server) and pass a variable to that script that will do some database stuff, block and wait for that script to complete, and once it is done, resume with my code.

How do I do a url invocation without doing a redirect?

Thanks,

Didou