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.

trying with Javascript


crashbird's Avatar
-=CodeGuru=-
0 0

i don't know how to send data as post using javascript .. i also tried ajax.. but then i realised i was being stupid.. please help me..


ghost's Avatar
0 0

I haven't tried that, but couldn't you just add ".submit()" to the end of your inline javascript?

markupjavascript:<code>;x=document.forms[*];x.submit()

and, in the case of the first challenge, you just go to a certain url, that's easy enough to figure out so I won't post code.

that's really fast copying/pasting though, just do it with another language


crashbird's Avatar
-=CodeGuru=-
0 0

which language did you use..


ghost's Avatar
0 0

I used PHP with the curl library.


Mouzi's Avatar
Member
0 0

sharpskater80 wrote: that's really fast copying/pasting though, just do it with another language Why would you have to copy/paste? :D You can use bookmarks (just have to click) or Greasemonkey/userscripts. If you know what you're doing these challenges are easiest done with JS. You can just try the code in the url and when it works bookmark it -> done.


Uber0n's Avatar
Member
0 0

@Mouzi: I agree - that's a good and smart way to beat them ;)