| |
James2
Posts: 3
Score: 0
Joined: 1/7/2002
From:
Status: offline
|
If your talking about passing information on a weboage. You can do two things: 1) place the new information in hidden fields and reaccess them (on the same page) by using request.form("name_of_field"). For example, you can design a VBscript function to take the input and write the information onto the page. 2)If its a lot of information you can create a function with VBscript and store the information (i.e into a array) once the user performs a action event-like pressing a button. I hope this Helps, James
|
|