Hi there
I've got links on my pages hard coded in the following style
<a href="http://www.domain.co.uk/cgi-bin/ss000001.pl?SECTIONID=filename.html&NOLOGIN=1">
This quite happily and correctly takes the customer to the correct page
If I try and include an anchor definition in this though it chucks the user back to the login page i.e.
<a href="http://www.domain.co.uk/cgi-bin/ss000001.pl?SECTIONID=filename.html#aitem01&NOLOGIN=1">
Can anyone advise if I'm doing this wrong or whether I can do it at all?
Best Regards
Jos
I've got links on my pages hard coded in the following style
<a href="http://www.domain.co.uk/cgi-bin/ss000001.pl?SECTIONID=filename.html&NOLOGIN=1">
This quite happily and correctly takes the customer to the correct page
If I try and include an anchor definition in this though it chucks the user back to the login page i.e.
<a href="http://www.domain.co.uk/cgi-bin/ss000001.pl?SECTIONID=filename.html#aitem01&NOLOGIN=1">
Can anyone advise if I'm doing this wrong or whether I can do it at all?
Best Regards
Jos
Comment