All Forums >> [Scripting] >> WSH & Client Side VBScript >> Variables in VbScript without asp Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I want to do a program based in VbScript that uses a database. But I want to do this only for the client side, without asp. What I want to know is how can I pass a variable from one htm page to another. I mean, with asp you use for example page.asp?var=value , but i need to do this without asp (very important that you understand this) Thank you
Thank you for your answer My project doesn?t not require so much. I have only to insert data into a database and then make some queries, but it isn?t complicated. The program is to store the pacients info, for a doctor. What I need to know is how can I pass a variable from a htm document to another. I mean, for example if I click in page1.htm on the link of the pacient named "Johnson", I need to use the variable "Johnson" on page2.html to make the querie. I know with asp this can be done for example like page.asp?var=value, but my project is for the client side. I hope you could please answer as soon as posible, it?s really important for me. Thank you for your attention.
You are welcome. Since the program is done at client side, you can use all features of ADO, yes you can write a stand alone application using VBScript furthermore it can be designed like window application using HTA, if you are not sure what HTA is, go to MSDN.