Hi, I am a total newbie to ASP & VBSCRIPT and I would like to know how to send data entered by the client to an asp page.
It has to be done inside a vbscript sub called by a button. I tried :
Sub mySub
windows.navigate "someASPpage.asp"
end sub
but I am not sure how to pass the info (textbox values) I need along. Any tips would be appreciated. Thanks in advance...
It has to be done inside a vbscript sub called by a button. I tried :
Sub mySub
windows.navigate "someASPpage.asp"
end sub
but I am not sure how to pass the info (textbox values) I need along. Any tips would be appreciated. Thanks in advance...