Can anyone help me? I have been searching the forum for two days and feel like I have tried everything. I am out of things to try.
The site is:
http://www.arcbs-promo.com/
user name: teri@inkwellusa.com
psswd: test
My customer does not want unregistered customers on the site, so you must LOGIN to buy something. That aspect is working. When you LOGOUT it actually looks like you LOGOUT but you don't. I am using the code for the logout buttton as:
<a href="<Actinic:Variable Name="WebSiteURL"/>"cgi-bin/bb000001.pl?ACTION=LOGOUT">
I have tried to hardcode the link to the logout button as:
<a href="http://www.arcbs-promo.com/cgi-bin/bb000001.pl?ACTION=LOGOUT">
but that does not work either. Any suggestions?
The site is:
http://www.arcbs-promo.com/
user name: teri@inkwellusa.com
psswd: test
My customer does not want unregistered customers on the site, so you must LOGIN to buy something. That aspect is working. When you LOGOUT it actually looks like you LOGOUT but you don't. I am using the code for the logout buttton as:
<a href="<Actinic:Variable Name="WebSiteURL"/>"cgi-bin/bb000001.pl?ACTION=LOGOUT">
I have tried to hardcode the link to the logout button as:
<a href="http://www.arcbs-promo.com/cgi-bin/bb000001.pl?ACTION=LOGOUT">
but that does not work either. Any suggestions?
Comment