I am using imagemap on an asp page to retrieve information from our
database and display the same page again with anchor to where the new
information is located on the page.
codepage:
http://www.dearborn.com/recampus/reecmap.asp
During initial loading of the page imagemap shows all of the links in
the status window when mouse moves over different areas of the
imagemap.
However once the page is reloaded with additional information (same
page url but appended with anchor name as shown below), imagemap do
not show any of the links when mouse moves over the image.
http://www.dearborn.com/recampus/reecmap.asp?link=1&lststate=IL#req
(when state of Illinois is clicked)
This code works fine with IE and Netscape 6.2 browsers.
Problem is only with Netscape4.7 browser. (By the way, problem is
corrected if I don't append the imagemap url links with anchor name.)
Any help or suggestion will be appreciated.
Thanks
gshah