I want to have a password field which says \"Password\" in it before a user enters their password (so they know what the field is)
I\'d rather just use Javascript, i
If you're using HTML5 then you should use the placeholder attribute.
If you're using HTML4 you can create a fake password field.