PDA

View Full Version : back button error


mediamanuk
11-Aug-2003, 12:54 PM
Hi
I have built a site in actinic.
My problem is when i am at the checkout, i have the buttons confirm, checkout now, cancel.

If i select anything other than these buttons i get an error 'page cannot be displayed'

Any ideas

test site is
www.tailoredsystems.co.uk/index2.asp

Thanks for any help

Ben_Brown
28-Aug-2003, 08:20 AM
hi there,

Your links in the Act_Primary template are linking to files in the same directory i.e.

http://www.tailoredsystems.co.uk/cgi-bin/Cooling.html

which should be going to...

http://www.tailoredsystems.co.uk/Cooling.html

the links in your template should link to your root directory, i.e. the links in the html should look something like this:

<a href="../Cooling.html">Cooling</a>

NOT

<a href="Cooling.html">Cooling</a>

hope that helps

mediamanuk
28-Aug-2003, 10:27 AM
Thanks Ben

Makes sanse really when you think about it......

:D