Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


transmitting result to another asp page

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,1429
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> transmitting result to another asp page
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 transmitting result to another asp page - 10/6/2004 12:24:53 AM   
  vledda

 

Posts: 9
Score: 0
Joined: 9/6/2004
From:
Status: offline
I have the following form:

<form name = "input" action = "http://engage-eemimse-dev.isw.com/querynew2.asp" method = "get">
<input value=" <%=strIP %>" name = "inp">
<input type = "submit" value=" Export" >
</form>

I want to use "inp" in another VB function. How do i do that?
 
 
Post #: 1
 
 Re: transmitting result to another asp page - 11/16/2004 7:21:50 AM   
  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") %>

(in reply to vledda)
 
 
Post #: 2
 
 Re: transmitting result to another asp page - 12/17/2004 1:42:45 PM   
  hughewil

 

Posts: 27
Score: 0
Joined: 12/11/2004
From:
Status: offline
atually since he is using method=get he would have to use
request.querystring("inp")

or change his method to method=post and use
request.form("inp")
which would actually be better, I hate get.

(in reply to vledda)
 
 
Post #: 3
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> transmitting result to another asp page Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts