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

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

Javascript Elements With Class / Variable Id

There's a page with some HTML as follows: Then further down the page, the code will repeat wi… Read more Javascript Elements With Class / Variable Id

Using Variables From Previous Asp Page

On my first page I have an array defined as: dim selection selection = Array('name', &#… Read more Using Variables From Previous Asp Page

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

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

How Can I Use Javascript Oo Classes From Vbscript, In An Asp-classic Or Wsh Environment?

I know I can call top-level functions defined in JS from VBScript, and vice versa, like this: Read more How Can I Use Javascript Oo Classes From Vbscript, In An Asp-classic Or Wsh Environment?

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