0

如何在用户单击时删除输入类型 - 值文本。如何打印密码,而不是.......我必须使用java脚本吗?php有什么方法可以删除点吗?

这是我的代码

<html>
    <form action="testing.php" method="POST">
            <p>SIGN UP</p>
            <input type="text" name="name" value="Enter Name" />
            <input type="password" name="password" value="Enter Password"/>
            <input type="submit" name="submit"/>
    </form>
</html>
4

1 回答 1

1

改用占位符:

<input name="Name" placeholder="Enter Name" />
于 2012-12-05T11:17:31.650 回答