I have this asp code that will launch an external vbscript.
<a href="c:\somevbs.vbs"><input type=image src="blocal.gif" onclick="return false"></a>
</td>
Is this the correct way of doing it or do I need to create a function inside my asp code to launch the script and if so how do I code this function.
Any help will be greatly appreciated.
<a href="c:\somevbs.vbs"><input type=image src="blocal.gif" onclick="return false"></a>
</td>
Is this the correct way of doing it or do I need to create a function inside my asp code to launch the script and if so how do I code this function.
Any help will be greatly appreciated.