[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: onMouseOver
Roger,
you can try the following:
function click_to( str )
{
window.status='bla bla text';
lication.search = str;
}
<IMG usemap="#meny.map" SRC="bilder/meny.gif" WIDTH=181 HEIGHT=140
BORDER=0 ALT="meny.gif" ISMAP>
<MAP Name="meny.map">
<AREA SHAPE="RECT" COORDS="40,3 ,176,32" target="_main"
href="javascript:parent.click_to('index.htm')">
<AREA SHAPE="RECT" COORDS="40,38 ,176,67" target="_main"
href="javascript:parent.click_to(r2form.htm')">
<AREA SHAPE="RECT" COORDS="40,72 176,102" target="_main"
href="javascript:parent.click_to(staff.htm')" >
<AREA SHAPE="RECT" COORDS="40,107 177,137" target="_main"
href="javascript:parent.click_to(links.htm')">
</map>
masoud.
--------------------------------------------------------------------
For help about the list, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
List archives and pointer to FAQ: http://www.obscure.org/javascript/