pnjones
Posts: 42
|
| Posted: 09/12/2005, 6:19 AM |
|
On the retrieving customer data on the fly example the system is passing one 1 parameter. How do i add a secong parameter to the request
"GetCustomerInfo.asp?Customer="+T_CustLink
I need to add Product="+T_Product
What is the syntax to use ?
thanks
_________________
Regards
Pat |
 |
 |
Edd
Posts: 547
|
| Posted: 09/12/2005, 8:18 AM |
|
"GetCustomerInfo.asp?Customer="+T_CustLink + "&Product="+ T_Product

Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|