You are here: irt.org | FAQ | JavaScript | NotABug | Q1075 [ previous next ]
Symptom: The function called does not do anything.
Reason: A Javascript error somewhere else is so severe that the script cannot even alert.
Workaround: Insert an alert() after a successfull part of the script and move it until it does not alert anymore. Be advised that Internet Explorer 3 has some timing bugs that CAN be affected by the insertion of the alert ;-)