Support Forums
How To Make A Password Field (HTML) - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: How To Make A Password Field (HTML) (/showthread.php?tid=5513)

Pages: 1 2 3 4 5


How To Make A Password Field (HTML) - Kaleb - 04-05-2010

This tutorial is nothing advanced, just a simple password form

Code:
<html>
<body>

<form action="">
Username: <input type="text" name="user" /><br />
Password: <input type="password" name="password" />
</form>

</body>
</html>

And yes in the password it shows **** not your actual pass.


RE: How To Make A Password Field (HTML) - Sam - 04-05-2010

Thanks for this. Simple yet effective.


RE: How To Make A Password Field (HTML) - Kaleb - 04-05-2010

(04-05-2010, 03:50 PM)Sam Wrote: Thanks for this. Simple yet effective.


[Could not agree more.


RE: How To Make A Password Field (HTML) - Backslash - 04-05-2010

This is great for those who are making a custom log in script for their site if they made it from scratch. Thanks!


RE: How To Make A Password Field (HTML) - Kaleb - 04-05-2010

(04-05-2010, 04:16 PM)Backslash Wrote: This is great for those who are making a custom log in script for their site if they made it from scratch. Thanks!

Welcome, i know you own sites :p


RE: How To Make A Password Field (HTML) - «Ðartz™» - 04-05-2010

I might use this if I make some sort of server or site.

Thanks.


RE: How To Make A Password Field (HTML) - Kaleb - 04-05-2010

(04-05-2010, 04:27 PM)«Ðartz™» Wrote: Hmm. This could be used for phishing. o.o

Thanks.

I doubt that phishing is allowed here friend.


RE: How To Make A Password Field (HTML) - Sam - 04-05-2010

Phishing lol? I doubt people with malicious intentions would visit this site very often.


RE: How To Make A Password Field (HTML) - Kaleb - 04-05-2010

(04-05-2010, 04:30 PM)Sam Wrote: Phishing lol? I doubt people with malicious intentions would visit this site very often.

Umm half of hackforums wants an award so they joined just so they can get it, trust me theres going to be a shitload now.


RE: How To Make A Password Field (HTML) - «Ðartz™» - 04-05-2010

(04-05-2010, 04:28 PM)HTML Wrote: I doubt that phishing is allowed here friend.

Sorry, editing the post now.