|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (1 bit)
Join Date: Oct 2004
Posts: 1
|
asp question
how to passing the value one from one url to other !
i dunno how to do it !!!
|
|
|
|
|
|
#2 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
Couple of ways to do it.
1. Use a cookie to track the value. (ASP has support for this built in) 2. Submit the value through forms. You can use the "input type='hidden'" tag to hide the value from the user. Last edited by faulkner132; 10-14-2004 at 11:41 AM. |
|
|
|
|
|
#3 |
|
PCMech: Saving Lives
Join Date: Apr 2004
Location: England, the United Kingdom
Posts: 1,839
|
You could use a session variable (but its not the best programming pratice), so you want to avoid that, but other examples of passing data from pages you can find at: http://www.4guysfromrolla.com/webtech/041399-1.shtml
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|