not append # to url

not append # to url


Hi,
I am building a mail account.
the moment user logins, url is localhost/maillist. This url,on any
operation remains the same(since internally ajax call is made).
For reading any mail,Readmail form at the start contains a link '<a
href=#ATTACH>Go To Attachment</a>' which points to group of links of
attachments<a name=ATTACH> present at the bottom.
problem is when 'Go To Attachment' link is clicked,focus is shifted to
group of attachments but the url changes to localhost/maillist#ATTACH.
I want url to be unchanged because now when user opens any other mail
(i'e second time)then url is still localhost/maillist#ATTACH and
clicks 'Go To Attachment' link , now this fails and focus is not
shifted.
Regards
Rupam