Hello,
I am working with a list of links on a web page. When someone clicks on a link and it opens in a page, the page position of the original is NOT retained; it shoots up back to the top of the page. this is the problem. How do I get it to retain its position so that if someone is clicking on the 16th link, for example, the page does not return him to the top of the page after he clicks?
here is the applicabe (I think) ASP code:
<a href="#"
onClick="window.open('ShowSome_detail.asp?f_ID=<%=rsDC.Fields("gd_key"
%>','','resizable=yes,menubar=yes,scrollbars=yes,height=300,width=400')"><i>
<%= rsDc.Fields("gd_Title"
%></i></a> (Date: <%= rsDC.Fields("gd_Year"
%>)
<% If rsDC.Fields("gd_zip"
=true Then %>
Is there something I should change here? Thanks.
Chinyere![[afro2] [afro2] [afro2]](/data/assets/smilies/afro2.gif)
I am working with a list of links on a web page. When someone clicks on a link and it opens in a page, the page position of the original is NOT retained; it shoots up back to the top of the page. this is the problem. How do I get it to retain its position so that if someone is clicking on the 16th link, for example, the page does not return him to the top of the page after he clicks?
here is the applicabe (I think) ASP code:
<a href="#"
onClick="window.open('ShowSome_detail.asp?f_ID=<%=rsDC.Fields("gd_key"
<%= rsDc.Fields("gd_Title"
<% If rsDC.Fields("gd_zip"
Is there something I should change here? Thanks.
Chinyere
![[afro2] [afro2] [afro2]](/data/assets/smilies/afro2.gif)