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

Javascript Equivalent Function For Vbscript Msgbox()

I need to convert following function to javascript, MsgBox('Are you a programmer?',0,'P… Read more Javascript Equivalent Function For Vbscript Msgbox()

Access Vbscript Variable Within Javascript Inside Of An Hta

I'm trying to access a variable in javascript that i set in vbscript all within one hta file: S… Read more Access Vbscript Variable Within Javascript Inside Of An Hta

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

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)

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?

Download A File Using Javascript

There's this Excel file I want users to be able to download from my server. There must be an ea… Read more Download A File Using Javascript

Visual Studio Project Template For Javascript/vbscript?

Has anyone had luck finding a Visual Studio Project Template for JavaScript and/or VBScript? I wou… Read more Visual Studio Project Template For Javascript/vbscript?

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?

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?