Please enter your username!
______________________
|_____________________| Check
Solution:- This challenge is really, really, really basic!
- View page source code and find the JavaScript code like below.
<script type="text/javascript">
function usercheck() {input_user=document.formular.user.value;if (input_user=="warmup") {window.location.href=input_user +".php";}else {alert("Go home!");window.location.href="http://www.disney.com";}}</script> - You got it! The username equals to "warmup".
- Well done!