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.

13


ghost's Avatar
0 0

i tried both methods for this, i saved the page to my hard drive, then used notepad to modify it and add george to the list. i opened it, but that didnt work. i then tried javascript. if you want to know what i did with the javasicript, ill pm you.

thanks


Thucydides's Avatar
Ghost in the Machine
0 0

you can't just add george to the list and expect it to work from your notepad, you have to also consider the fact the page is now in a different location and account for it in your html. If you don't know how to do that, then I suggest you research how forms work a little more.


ghost's Avatar
0 0

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.


ghost's Avatar
0 0

Irrelevant and won't help anyone, but If you change the 'subname' value you can get the button to say whatever you want… It's childish but fun


ghost's Avatar
0 0

Don't you mean change the Value? :P


I-O-W-A's Avatar
[Forever Blind To See]
0 0

notcie on the form there's no action?


ghost's Avatar
0 0

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]….


ghost's Avatar
0 0

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.


ghost's Avatar
0 0

when i did this challenge, i didnt see the value change from name to George…:)


ghost's Avatar
0 0

Use firefox… it has an add on where you can edit html as well as css… and add n edit cookies… actually it helps with alot of the challenges on this site..


ghost's Avatar
0 0

Two words:

GET OPERA

Challenge complete.