Ok, this is beginning to seem extremely weird to me.
I got FireFox, installed it custom and chose the Developer Extension thing to be installed along with it.
I went to my application, upon clicked the master checkbox, it changed every input to a checkbox (the submit buttons) and ticked/unticked them on click.
So I quickly realised that:
Code: Select all
if (inputBoxes[x].type = 'checkbox')
was causing it, changed it from = to == and it worked!
I was chuffed. Went back to IE. Doesn't work! Haha.
No errors in IE anymore, and no errors what-so-ever (as far as I can see - maybe tell me where I should be looking, never used FF before...) in FireFox.
Can someone tell me where this console thing is? Edit: OK found it, got it on, still trying to work out how to use it... Edit: Ok, I've sort of figured out how to use it, but it shows some errors which I don't understand, and I don't know which website it found them on..
Code: Select all
Error: uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIWebNavigation.loadURI]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://global/content/viewSource.js :: viewSource :: line 145" data: no]
is one of the errors, and theres one below identical if not nearly identical.
I also get this:
Code: Select all
Error: syntax error
Source File: javascript: http://home.jaysfiles.co.uk/PHPJayFile
Line: 1, Column: 38
Source Code:
http://home.jaysfiles.co.uk/PHPJayFile
which I don't understand. Line one contains <html> only, so nothing is in or even near column 38...
Can anyone help!?