Dec 6, 2004 #1 digiman1134 Programmer Joined Nov 23, 2004 Messages 19 Location US I need some help, I am trying to pass along a variable from an HTML form, a text box onto a VBScript, how would I do this?
I need some help, I am trying to pass along a variable from an HTML form, a text box onto a VBScript, how would I do this?
Dec 6, 2004 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Take a look at the document.getElementById method. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
Take a look at the document.getElementById method. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Dec 6, 2004 Thread starter #3 digiman1134 Programmer Joined Nov 23, 2004 Messages 19 Location US thanx that helped, I've got it working now Upvote 0 Downvote