You are here: irt.org | FAQ | JavaScript | Bugs | Q1514 [ previous next ]
Affects: 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