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? Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.