i made a link from one page to another page specific part.
here is my Example :
first page
<a href="mypage.html#tips">tips</a>
another page
<a name="tips">my tips</a>
it works fine in Ffox but not working in IE8.
what should i do.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try using an ID instead (make sure it’s unique on that page)
This seems to be the standard now though I’m not sure why
nameisn’t working for you as AFAIK it hasn’t been deprecated.Update
What DOCTYPE are you using? Seems the
nameattribute has been marked "Obsolete" in HTML5. See http://www.w3.org/TR/html5/obsolete.html#obsolete-but-conforming-features