Links on pages found after a search have their URLs corrupted.
The following page includes the a link "For a guide to measuring your UPVC Locks . - Click here" several paragraphs down:
http://www.locksonline.co.uk/acatalo...Door_Bolt.html
Clicking on this opens a popup window and is rendered as expected. This link is hardcoded.
However, when you search for this page through the CGI bin, the link is corrupted:
http://www.locksonline.co.uk/cgi-bin...ml%23a_2d#a_2d
If you look at the javascript when displayed outside of the CGI bin it is shown as:
<a href="javascript:ShowPopUp('http://www.locksonline.co.uk/resources/upvc_multipoint/upvc_measurement.php',630,570);">Click here</a>
However, this is corrupted by the CGI search to:
<a href="javascript:ShowPopUp('http://www.locksonline.co.uk/acatalog/http://www.locksonline.co.uk/resources/upvc_multipoint/upvc_measurement.php',630,570);">Click here</a>
Anyone come across this before, and if so, what is the remedy for this?
It must be something to do with the referring host, because if you click on these links, "community.actinic.com" is inserted!
The following page includes the a link "For a guide to measuring your UPVC Locks . - Click here" several paragraphs down:
http://www.locksonline.co.uk/acatalo...Door_Bolt.html
Clicking on this opens a popup window and is rendered as expected. This link is hardcoded.
However, when you search for this page through the CGI bin, the link is corrupted:
http://www.locksonline.co.uk/cgi-bin...ml%23a_2d#a_2d
If you look at the javascript when displayed outside of the CGI bin it is shown as:
<a href="javascript:ShowPopUp('http://www.locksonline.co.uk/resources/upvc_multipoint/upvc_measurement.php',630,570);">Click here</a>
However, this is corrupted by the CGI search to:
<a href="javascript:ShowPopUp('http://www.locksonline.co.uk/acatalog/http://www.locksonline.co.uk/resources/upvc_multipoint/upvc_measurement.php',630,570);">Click here</a>
Anyone come across this before, and if so, what is the remedy for this?
It must be something to do with the referring host, because if you click on these links, "community.actinic.com" is inserted!
Comment