Re: Another IE bug

by "Cyanide _7" <leo7278(at)hotmail.com>

 Date:  Thu, 23 Mar 2000 12:55:54 CST
 To:  Fred_Kuhne(at)vonrollisola-usa.com
 Cc:  hwg-languages(at)hwg.org
  todo: View Thread, Original
>Has anyone been able to get IE5 to properly use window.status='blah' in an 
>image
>map area with an onmouseover?

yep, this works for me! - Cyanide_7

<script>
function statusMsg(msg){
  status = msg;
  return true;
}
</script>
<map name="foobar">
  <area shape=rect coords="20,0,40,20"
  onMouseOver="return statusMsg('quad 1');">
  <area shape=rect coords="0,0,20,20"
  onMouseOver="return statusMsg('quad 2');">
  <area shape=rect coords="0,20,20,40"
  onMouseOver="return statusMsg('quad 3');">
  <area shape=rect coords="20,20,40,40"
  onMouseOver="return statusMsg('quad 4');">
</map>
<img src="?" width=40 height=40 usemap="#foobar" ismap>


>I've tried several different ways and it doesn't work.. works fine in 
>Netscape
>but not IE..  window.status stuff works fine for regular links, but put it 
>in an
><area>
>tag and it won't work.
>
>Fred Kuhne
>
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA