|
|
Q1075 Function does not execute (1)
irt.org | Knowledge Base | JavaScript | NotABug | Q1075 [ previous next ] Q1075 Function does not execute (1)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 ;-) |
-- div -->
|