13
bigggnick wrote: i then tried javascript. if you want to know what i did with the javasicript, ill pm you.
thanks
Read this http://www.hackthissite.org/articles/read/7. Once you have figured it out make sure you hit the "LogIn" button.
remotec2 wrote: i will more than likely get flammed for this, but when you are accessing a form using a javascript injection, and the form doesnt have name, you put forms[0] (computer starts counting at 0). well, seeing as <option …> doesnt have a name either, you would put options[0]….
The same goes for the element's value. If you're changing the first name to George, and you can see it change to George, you're probably doing something wrong.
http://www.htmlcodetutorial.com/forms/ <— some reading to pass the time this is what i used