blazinazn wrote:umm yoo i have firebug, and i seem to be getting an error on this page
check is not defined:
function onclick(event) {
2 javascript:
3 check(document.getElementById("pass").value);
4 }
Also I am not sure if this is something to do with Firebugs crap... because i seem to be getting this error to :O
Firebug cannot find firebugCommandLineAttached attribute on firebug console element, its too early for command line <div id="_firebugConsole" style="display: none;" firebugversion="1.5.0"> Window 5
yep... only on java 5
-- Sun Jan 31, 2010 5:20 pm --
hahahaha ok i set a breakpoint on 81 and it literally freezes the page... O.o hahahaha why is that!!!
It freezes script execution because its exactly that, a breakpoint. It stops there and waits for you to do something (continue, step through, etc).
The second js error is just something that sometimes happens with firebug. Its nothing to worry about. Also, as stated before, javascript is not java, and not even related.
It looks like your first error is exactly as it says. The function 'check' is not defined. If its not defined, how is it supposed to call it?! EDIT: Now that I looked at the mission, I don't know what you were trying to do with the 'check' function, but it doesn't look like the right thing. pay attention to what 'moo' is and figure out what you need to type to make things work how they are supposed to.




