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.

basic 13


ghost's Avatar
0 0

well i know what im suppose to do just am having a few problems

well i saves the source and edited the form and tried to login

then i realized there was no action tag in the the form

so i put it in and i get a page that says

Malformed Request

can you help me with what im doing wrong?????

here is how i edited it

<select name="name">
<option value="George">George
   </option>
   <option value="Frank">Frank
   </option><option value="Johnny">Johnny
   </option><option value="Anna">Anna
   </option><option value="Jessica">Jessica
</option></select>

<input value="Log In" name="subname" type="submit">
</form>
</center>

Futility's Avatar
:(
80 122

Try using the FireFox plugin called Firebug. It's very useful for this challenge. I'm not saying not to keep trying to figure out what's wrong with your source. The plugin is just very useful.


ghost's Avatar
0 0

well i have fire bug are you saying to edit it with it and then try it??


ghost's Avatar
0 0

wow duh

that was easy thanks alot


ghost's Avatar
0 0

I prefer web developer plugin, very useful, like firebug but in my opinion more powerful, but to each his own, either will work