Forum Moderators: open
Another thing to look out for: make sure you don't have any unclosed functions or 'if' statements or 'for' loops or strings (particularly near the end of a file, as the problem seems to be stopping the second file from working).
Do you get a yellow exclamation icon in the bottom left of the browser window? (IE). If you do, double-click it and look at the error message for clues.
doBoth() {
eval(q80)
eval(mouseMove)
}
document.onmousemove="doBoth()"
I think this might work - from what you posted it appears that q80 and mouseMove are variables that hold code to execute - I think - which is why I used eval(). Anyway, even if I'm wrong about what q80 and mouseMove do, the idea of calling a function that does two things is still OK.