Hello all,
I'm trying to put a buy button in my app, and using the follow hyperlink
command.
If I take the address below and copy/paste into IE, it correctly adds the
item to the shopping cart. However, if I use the statement below on a
button, it opens the page, but says "There are no items in your shopping
cart".
I wonder if it's getting hung up on the special characters like the ? or the
&?
Application.Fol lowHyperlink
"https://www.keysecure.c om/pcesoft.com/cart.cgi?item=I BILL01&cart=pce softshopping"
I'm trying to put a buy button in my app, and using the follow hyperlink
command.
If I take the address below and copy/paste into IE, it correctly adds the
item to the shopping cart. However, if I use the statement below on a
button, it opens the page, but says "There are no items in your shopping
cart".
I wonder if it's getting hung up on the special characters like the ? or the
&?
Application.Fol lowHyperlink
"https://www.keysecure.c om/pcesoft.com/cart.cgi?item=I BILL01&cart=pce softshopping"
Comment