Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
javascript 2
hehe, this may sound lame but I'm still a n00b - but you don't have to enter the password to pass the challenge. Once you find the aforementioned "../level2javascript.js" and look at the page, you see the "../xxx.php" - paste that in the URL Bar in the same place you pasted "../level2javascript.js" and bingo! 15 Points! :D
i have a mini html page for getting the sorce if right click is disabled :P
<head>
<title>mini.html</title>
<body>
<a href="INSERT THE URL OF THE TARGET">right click and press "save target as" to download the sorce</a>
</body>
</html>```
also if you have a keyboard that have not started to rotten yet it will have a key that actually have the exact same function as the right click with mouse. [Here](http://img241.imageshack.us/img241/7030/rightclickonkeyboardrt3.jpg) is where it is located on the keyboard.
Ofcause they can ban that key aswell but it did work on javascript challange 1 and 3.
You can also get the sorce by accessing *'view'* from the menubar and then click on *'sorce'* in the toolbar of IE7 (and all other versions), in FF you do the same. access *'view'* from the menubar and click on *'sorce'* or as already mentioned press the key combination *[ctrl]+[u]*.
The best solotion i know of is the first. make a small html with a link to the page and right click on the link and then press "save target as". The reason i find this one the best is since i have come across a few pages that have disableded the view of sorce code totaly so the option is greyed out when on the *'view'* menu, and the sorce of those pages could still be downloaded by the first method.