oboe45
Posts: 9
|
| Posted: 05/11/2006, 9:16 AM |
|
if i have a url parameter, in a URL for example
http://www.test.com/page1.php?pageid=7
how can I pass the value of page id (7) in a subsequent URL
http://www.test.com/page2.php?newparam=(value of pageid passed previously)
Thanks
|
 |
 |
peterr
Posts: 5971
|
| Posted: 05/11/2006, 11:40 AM |
|
Use the "Preserve Parameters" property (set it to "GET").
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
oboe45
Posts: 9
|
| Posted: 05/16/2006, 9:18 AM |
|
How do you do this when the called page contains a report. The called page does not have a "Preserve Parameters" property.
|
 |
 |
|