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.

javscript from


ghost's Avatar
0 0

im not familiar with javascript at all and ive tried to google up the code i need but i dont know exactly what im looking for. what would the code be for a java script submit form be if i wanted all the info that they type in the boxes to be sent to my email? i know about the "mailto:" but doesnt that tell them that they are sending the info to me? is it possible to do it anonymously?


ghost's Avatar
0 0

www.w3schools.com

By the sounds of it you would need something like PHP (combined with HTML… learn HTML first).

To make it easier to do what you want try and learn these php functions:- fopen, fclose, fwrite, get, post,

then learn about forms in html.

Hope that helped.


ghost's Avatar
0 0

thanks bro ill try what i can. i dunno if this will help explain what im trying to do, but has anyone ever messd around with hackthissite.org? i think the general idea was used in one of there basic challenges.


ghost's Avatar
0 0

For the hackthissite.com challenge ur talking about u have to use a certain javascript injection.Use the search on hackthissite and search for javascript injections and there's an article about changing emails via javascript injection.