|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
can't solve this problem
<i><b>Originally posted by : ram (rameshpatel@usa.com)</b></i><br />I want to pass variable from one asp page (which is at one domain (www.abc.com/a.asp) ) to another asp page (which is at another domain (www.zzz.com/b.asp)).When I use <br /><br />response.redirect "www.zzz.com/b.asp" <br /><br />b.asp doesn't get variable from first page.what should I do? <br /><br /><br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : arp (arp55@yahoo.com)</b></i><br />you need to use<br />response.redirect "www.zzz.coom/b.asp?variable=value<br /><br /><br />------------<br />ram at 3/7/2000 6:44:36 PM<br /><br />I want to pass variable from one asp page (which is at one domain (www.abc.com/a.asp) ) to another asp page (which is at another domain (www.zzz.com/b.asp)).When I use <br /><br />response.redirect "www.zzz.com/b.asp" <br /><br />b.asp doesn't get variable from first page.what should I do? <br /><br /><br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > can't solve this problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|