Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vbscript

Automatic Login To A Website On Windows 7/chrome Via Batch File

I have a batch file. I have case select. if user types 26 it will open link 1 chrome. if user types… Read more Automatic Login To A Website On Windows 7/chrome Via Batch File

Synchronous Vbscript Changed To Incorrectly Asynchronous Javascript

So my boss asked me to look into an issue where they are porting old VBscript scripts into Javascri… Read more Synchronous Vbscript Changed To Incorrectly Asynchronous Javascript

How To Evaluate Vbscript Expression From Javascript Via Vba

The latest MS Office update has disabled vbscript which I am using in Excel VBA to evaluate express… Read more How To Evaluate Vbscript Expression From Javascript Via Vba

Upload A File Via A Form Using Asp

I have a simple html form in a .asp page. I would like add a field to let users upload files via th… Read more Upload A File Via A Form Using Asp

Pass And Return Value From Javascript To Vbscript, Vice Versa In Asp

My code is below, I would like to make this work because my existing webpage that I am working at m… Read more Pass And Return Value From Javascript To Vbscript, Vice Versa In Asp