I have a server side VBScript file, that I want to be excuted when a user clicks a link/button/something on a html page. The script works when I embed this in the html file:
<script type="text/vbscript" src="name.vbs"></script>
However, as I said, I want to execute it when a user clicks something, not when the page loads. Any ideas?
<script type="text/vbscript" src="name.vbs"></script>
However, as I said, I want to execute it when a user clicks something, not when the page loads. Any ideas?