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

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

Ie 9 Error Getelementbyid: Object Required

for some reason, VBS below works like a charm in IE 8, but in IE9 on both of my Laptops I get Obje… Read more Ie 9 Error Getelementbyid: Object Required

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

VBScript To Click Link On A Web Page Table That Calls Embedded (?) Javascript Function

At my work we have a very tedious process where we have to pull information from a web database and… Read more VBScript To Click Link On A Web Page Table That Calls Embedded (?) Javascript Function

Saving Javascript Variable In Server Side Variable (vbscript)

I know you cant save javascript variables into server side variables (vbscript) directly, but is th… Read more Saving Javascript Variable In Server Side Variable (vbscript)