Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1514 Internet Explorer mouseOver calls functions twice

You are here: irt.org | FAQ | JavaScript | Bugs | Q1514 [ previous next ]

Affects: Internet Explorer 4.x 4.x

Must put code in function to intercept second call:

var inAction=false

function callme() {
  if (!inAction) {
     inAction=true

     [your statements]

     inAction=false
  }

}

Submitted by Steven Wazlavek

©2018 Martin Webb