matvespa Posted October 3, 2010 Share Posted October 3, 2010 Hi guys. Im not sure if this is normal in html. But if someone could help. Its much appreciated! I try to do an anchor link on another page, here is my example: <a name="testi"></a> //somewhere above the code below <a href='$targetpage?page=$prev#testi'>prev</a> //anchor link When i click on "prev" link, it direct me to another page correctly. But my page name/title which is: <title>Testimonials | Ten International</title> //page name appears to be Testimonials | Ten International#testi How do i actually make the word #testi in my page name/title disappear of hidden? Link to comment https://forums.phpfreaks.com/topic/215035-anchor-link-problem/ Share on other sites More sharing options...
haku Posted October 4, 2010 Share Posted October 4, 2010 The anchor on one page will have nothing to do with the title on another, so it's something else in your code that is causing this. Maybe a strangely configured get variable, or some HTML errors. Impossible to say without seeing the live page. Link to comment https://forums.phpfreaks.com/topic/215035-anchor-link-problem/#findComment-1118747 Share on other sites More sharing options...
frizi Posted October 9, 2010 Share Posted October 9, 2010 I'm aslo excluding such effect on your script. There must be something else what is causing this. Just past the original code, the one you poste seems to be different and not real. Link to comment https://forums.phpfreaks.com/topic/215035-anchor-link-problem/#findComment-1120649 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.