lauraSatellite
Technical User
Hi, i have been trying to work out how to call a .vbs file from an onClick event on a html page.
I have come accross many sites that show you how to write a html page which includes a vbscript, but none that shows you how to refer to a vbscript located outside of that html file.
Say I had a file called test.vbs and it was located in the same folder as index.html. Say I wanted test.vbs to execute when a button in index.html is clicked. Can this be done?
I have come accross many sites that show you how to write a html page which includes a vbscript, but none that shows you how to refer to a vbscript located outside of that html file.
Say I had a file called test.vbs and it was located in the same folder as index.html. Say I wanted test.vbs to execute when a button in index.html is clicked. Can this be done?