| |
cconn
Posts: 3
Score: 0
Joined: 11/16/2004
From:
Status: offline
|
I want to use "inp" in another VB function. How do i do that? Assumption on my part: - You want the value of "inp" to be dealt with on the second page (querynew2.asp). In "querynew2.asp", you could simply code something like this: <% myStr = Request.Form("inp") %>
|
|