Heya all,
I've got a really weird bug here at the moment.
I recently uploaded a javascript file form my local dev machine to an IIS server, and it gave me an odd error: "truedocument undefined".
When i looked up the line in my browser source code(the one you get using ctrl-U in firefox), i noticed that all the || parts were missing.
if (document.getElementById("graafwerk").checked == truedocument.getElementById("heetwerk").checked == truedocument.getElementById("explosiemeting").checked == true)
But the source code is like this:
if (document.getElementById("graafwerk").checked == true || document.getElementById("heetwerk").checked == true || document.getElementById("explosiemeting").checked == true)
I should probably add that this happened on an ISS 6.0 machine: not exactly modern no, but that's out of my control.