If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > How to link two or more paramters to the same page.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-01-03, 14:21
maxy maxy is offline
Registered User
 
Join Date: Jun 2003
Posts: 1
Red face How to link two or more paramters to the same page.

Example:
User clicks on link in first.asp, the result is written to the same first.asp.
Then user clicks on the new result link on first.asp That result is now written to the same page. (The results from the first two clicks should still be on display on the same page)

The final result is also written to the same page.
End result, one asp page showing all selection made leading to finale result.
Now that would be helpful.
Reply With Quote
  #2 (permalink)  
Old 06-02-03, 03:25
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
Re: How to link two or more paramters to the same page.

Quote:
Originally posted by maxy
Example:
User clicks on link in first.asp, the result is written to the same first.asp.
Then user clicks on the new result link on first.asp That result is now written to the same page. (The results from the first two clicks should still be on display on the same page)

The final result is also written to the same page.
End result, one asp page showing all selection made leading to finale result.
Now that would be helpful.
Maxy...

Your requirement is straightforward... and if you know how to pass a querystring or form variable, then you already have your answer.

For queryStrings, just continue to add a new variable to the querystring, keeping the old variables and adding the new.

For forms, add a hidden input variable for the old values at each step... again, reassigning the old values.

Hope this helps...

Tim
__________________
Tim
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On