I am trying to link into the actinic catalog via a hyperlink from my main site. (www.dislocate.co.uk) .
I'm sure it was working last week - however....
It ain't now!
1. link to specific product:
If you go to www.dislocate.co.uk and click on the 'buy online' link near the Candyrag pink picture - I get a page not found error.
I have followed the guidelines in the Adv User Guide and used code as follows for the specific product link:
<a href="http://www.dislocate.co.uk/cgi-bin/ss000001.pl?PRODREF=10&NOLOGIN=1&ACTINIC_REFERRER=http://www.dislocate.co.uk/acatalog/"><b>Buy Online</b>
2. I would also like to be able to search the shop from here and have replicated the search code from within Actinic as follows:
<form name=simplesearch action="http://www.dislocate.co.uk/cgi-bin/ss000001.pl" METHOD="GET">
<tr> <td valign=middle noWrap align=left><input style="background-color: #F5F5F5" type="TEXT" name="SS" size="11" maxsize="125" value="Search Shop.." onFocus="this.value='';this.style.background='#FFFFFF'"> <input type="image" border="0" name="ACTION" src="images/quicksearch.gif"><input TYPE=HIDDEN NAME="PR" VALUE="-1"><input TYPE=HIDDEN NAME="TB" VALUE="A"><input TYPE=HIDDEN NAME="SHOP" VALUE="">
</td>
</tr>
</form>
Can someone please tell me what i am doing wrong??
Thanks,
Robynne.
I'm sure it was working last week - however....
It ain't now!
1. link to specific product:
If you go to www.dislocate.co.uk and click on the 'buy online' link near the Candyrag pink picture - I get a page not found error.
I have followed the guidelines in the Adv User Guide and used code as follows for the specific product link:
<a href="http://www.dislocate.co.uk/cgi-bin/ss000001.pl?PRODREF=10&NOLOGIN=1&ACTINIC_REFERRER=http://www.dislocate.co.uk/acatalog/"><b>Buy Online</b>
2. I would also like to be able to search the shop from here and have replicated the search code from within Actinic as follows:
<form name=simplesearch action="http://www.dislocate.co.uk/cgi-bin/ss000001.pl" METHOD="GET">
<tr> <td valign=middle noWrap align=left><input style="background-color: #F5F5F5" type="TEXT" name="SS" size="11" maxsize="125" value="Search Shop.." onFocus="this.value='';this.style.background='#FFFFFF'"> <input type="image" border="0" name="ACTION" src="images/quicksearch.gif"><input TYPE=HIDDEN NAME="PR" VALUE="-1"><input TYPE=HIDDEN NAME="TB" VALUE="A"><input TYPE=HIDDEN NAME="SHOP" VALUE="">
</td>
</tr>
</form>
Can someone please tell me what i am doing wrong??
Thanks,
Robynne.
Comment