I would like to create a href link to a VBS script file and also passing an argument with it.
I haven't found a solution or even if it's possible.
---Client Side---
<a href="runscript.vbs 'argument'">Run Script</a>
This definately does not work, but maybe you can see what I'm trying to achieve.
Is it possible to do it in a vbscript subroutine on client side?
Thanks
I haven't found a solution or even if it's possible.
---Client Side---
<a href="runscript.vbs 'argument'">Run Script</a>
This definately does not work, but maybe you can see what I'm trying to achieve.
Is it possible to do it in a vbscript subroutine on client side?
Thanks