[thelist] Simply (?) ASP question

John C Bullas jcbullas at nildram.co.uk
Sat Nov 15 12:44:13 CST 2003


At 18:18 15/11/2003, Rick at Shiesl wrote
>Folk -

https://www.paypal.com/en_US/pdf/shopping_cart.pdf

http://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/how-to-outside#dynamic

http://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/news/index-outside

does this help any?

FB


>I am trying to send a form to PayPal, but need to use ASP variables within
>the form. Presently I have:
>
>         <form action="https://www.paypal.com/cgi-bin/webscr" method="get">
>             <input type="hidden" name="cmd" value="_xclick">
>             <input type="hidden" name="business" value="???.coM">
>             <input type="hidden" name="return" value="http://???.com/">
>             <input type="hidden" name="item_name" value= <% strMember %> >
>             <input type="hidden" name="item_number" value= <% strMember %> >
>             <input type="hidden" name="amount" value= <% strMember_Amt %> >
>
>             <input type="hidden" name="currency_code" value="USD">
>
>The problem is that the "<% strMember %>" and "<% strMember_Amt %>" syntax
>is wrong. Does anyone know how to include an ASP variable here. Thanks
>greatly. Rick



More information about the thelist mailing list