How to display text in the password field?

Hi

i want to display text in the password field like enter your password. i used

two text field one is for showing password and other one is password ,if user click the password text it get focus on password field it works fine in all browser but iphone it doesnt show the keyboard on focus how to resolve it .

example like this

You can use the placeholder attribute which will automatically show the text in the field, and clear it when you activate the field.

Thank you paul_wilkins, now fixed.