
March 31st, 2000, 03:36 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
<i><b>Originally posted by : Chris Snider (csnider@worldnet.att.net)</b></i><br />Mikael,<br /><br />You can user the Response.Redirect "http://www.otheraddress.com?parameter=value¶mter=value". Make sure you use Server.URLEncode(value) so that the appropriate escape codes are added to the URL correctly.<br /><br />This will tell the browser to call the new web address and send the parameters and value as part of the URL.<br /><br />If you need further explanation or have other questions, please email me.<br /><br />Chris Snider<br /><br /><br />------------<br />Mike at 3/28/2000 5:43:25 AM<br /><br />How do I manage to send values(id and PW) to another www- adress?<br /><br /><br />Mikael
|