Never Submit
Never Submit
Lol I've done it with typing in the Vars in the URL!
Is ther another way do complete?
Is ther another way do complete?
-
- Posts: 2
- Joined: Wed Nov 05, 2008 9:16 pm
- Contact:
-
- Posts: 1
- Joined: Tue Nov 18, 2008 3:08 pm
I just created a local File with a copied Source Code.
Edited here:
Edited here:
Code: Select all
<form name=frm action=http://www.hacker.org/challenge/chal.php method=get>
-
- Posts: 1
- Joined: Fri Jan 29, 2010 3:44 am
Never Submit - Right Click - Inspect Element...
I compared the source code of the Never Submit page with another challenge with a working submit button by right clicking mouse then choosing View page source.
Found the only difference was onSubmit="return false">
I simply right clicked the web page> chose Inspect element> This opens Developer Tools and lets you view the source code and change it> I located " onSubmit="return false"> ", double-clicked it, highlighted the text and pressed backspace, which deletes it.
Then pressed submit, all done.
I did not think it would be that easy since I have no programming experience. That was fun!
Found the only difference was onSubmit="return false">
I simply right clicked the web page> chose Inspect element> This opens Developer Tools and lets you view the source code and change it> I located " onSubmit="return false"> ", double-clicked it, highlighted the text and pressed backspace, which deletes it.
Then pressed submit, all done.
I did not think it would be that easy since I have no programming experience. That was fun!
-
- Posts: 5
- Joined: Sun Mar 11, 2012 2:57 pm
- Contact:
I can't continue?
I did it, both by changing the url and by deleting the onsubmit thing. However the challenge map isn't updating. Can anyone help?