
Passing values between an ASP page and an HTA - VBS script
Since you "kick off a local VBS script to run on the local machine", you certainly can't use an ASP
server side objects...
Exactly how do you do the "kick off" part?
--
Michael Harris
Microsoft.MVP.Scripting
--
Please do not email questions - post them to the newsgroup instead.
--
We have an HTA page loading a remote webserver ASP page, An event is triggered
from the ASP page (witin the HTA container) to kick off a local VBS script to run
on the local machine. We want to pass values from the calling ASP page to the
VBS Script.
is Sessions a good way to do this? if so how could we receive ASP Session values
within the script?
if not what is another method?
As always thanks to you all!
Elmehdi