HTML INPUT TYPE, Remove value's text

mich

New Member
How to remove input type - value text when user click on it.How to print Password, not ....... Do I must use java script?Is any way for php to remove dot?Here is my code\[code\]<html> <form action="testing.php" method="POST"> <p>SIGN UP</p> <input type="text" name="name" value="http://stackoverflow.com/questions/13722048/Enter Name" /> <input type="password" name="password" value="http://stackoverflow.com/questions/13722048/Enter Password"/> <input type="submit" name="submit"/> </form></html>\[/code\]
 
Back
Top