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

List Keys In Jscript Object Using Vbscript (classic Asp)

I am using the JSON2 script in an asp page to parse JSON post data. After parsing the data, I have … Read more List Keys In Jscript Object Using Vbscript (classic Asp)

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

Does Javascript Have An Equivalent Of Vbscript's Executeglobal?

Is there any alternative of ExecuteGlobal in javascript? Function vbExecuteGlobal(parmSCRIPT) E… Read more Does Javascript Have An Equivalent Of Vbscript's Executeglobal?

Calling VBScript From JavaScript Or Vice Versa?

Is it possible to call a VBScript function from a JavaScript call, or alternately call JavaScript f… Read more Calling VBScript From JavaScript Or Vice Versa?