JediKnight
July 27th, 2007, 12:11 PM
Hi,
Sorry for the easy question, but does anyone have an example of this process :-
(1) simple HTML where I can enter a value in an input box
(2) The HTML calls some VBScript and the VBScript displays the value in a message box.
(3) The VBScript then displays another input box for me to enter a value in a NEW variable (defined in the VBScript).
(4) The VBScript ends and my HTML displays the NEW value just entered in VBScript
I'm hoping that this can be done in very few lines and shows me how to pass values between code types.
Sorry for the easy question, but does anyone have an example of this process :-
(1) simple HTML where I can enter a value in an input box
(2) The HTML calls some VBScript and the VBScript displays the value in a message box.
(3) The VBScript then displays another input box for me to enter a value in a NEW variable (defined in the VBScript).
(4) The VBScript ends and my HTML displays the NEW value just entered in VBScript
I'm hoping that this can be done in very few lines and shows me how to pass values between code types.