I have a VBScript script file saved as a .vbs on my desktop: pastebin.com/Nhj5Rs0j
Can I take this and put it in a HTML file to upload to my website via FTP?
I tried to do this on Internet Explorer and I clicked allow active content. I get done, but with an error on the page (I just realized this).
Can I recreate these events using a .hta or some other programming language?
What can I possibly do to achieve my goal?
There is nothing wrong with VBScript in the browser (IE only, ofcourse), but the script you provided in the pastebin will never work, because it is a script for Windows-based Scripting Host environment that is only executable in the OS itself and not in the web browser.