does anyone know how to use the 'ondblclick' event to access a link within an image map? i have been able to get this to function with in IE, but not in Netscape.
i have tried the following:
1. <area href="Javascript:void(0)" ondblclick="document.location.href='url'" shape="rect" coords="75, 151, 156, 168">
and
2. <area href="Javascript:void(0)" ondblclick="changePage('pagename')" coords="75, 151, 156, 168">
with the following function:
function changePage(linkName)
{
document.location.href= linkName + ".html";
}
any ideas?
to see the actual page, go to
i can create a separate page for netscape if your solution does not work in IE.
beware!! this page has sound!!!!
thanks.
i have tried the following:
1. <area href="Javascript:void(0)" ondblclick="document.location.href='url'" shape="rect" coords="75, 151, 156, 168">
and
2. <area href="Javascript:void(0)" ondblclick="changePage('pagename')" coords="75, 151, 156, 168">
with the following function:
function changePage(linkName)
{
document.location.href= linkName + ".html";
}
any ideas?
to see the actual page, go to
i can create a separate page for netscape if your solution does not work in IE.
beware!! this page has sound!!!!
thanks.