Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why does the anchor tag not working in IE version 6? 1

Status
Not open for further replies.

rhapsody

Programmer
Sep 27, 2002
18
0
0
PH
I'm using an anchor tag to create a link to a portion of a page everytime the page refreshes.The anchor works on IE ver.5 but when i run my program in IE ver. 6 it doesn't work!Please help...tnx

 
It's a little short to help, don't you have a few lines of code to post ? These that create your anchor, for exemple, should be helpfull. Water is not bad as long as it stays out human body ;-)
 
ok...the codes goes like this...
page name "project.asp"
<html>
<table...>
<tr>
<a name=&quot;5&quot;></a>
<td..>

</td>
</tr>
</table...>
</html>

when I refresh the page i use the server side script(vbScript)
<%
response.redirect &quot;project.asp#5&quot;
%>
 
Try to add id attribute with value &quot;5&quot; to your anchor tag and give another try to see if it works better. Water is not bad as long as it stays out human body ;-)
 
you're welcome. Thanx for the star. Water is not bad as long as it stays out human body ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top