Support Forums

Full Version: How To Make A Password Field (HTML)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
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.
Thanks for this. Simple yet effective.
(04-05-2010, 03:50 PM)Sam Wrote: [ -> ]Thanks for this. Simple yet effective.


[Could not agree more.
This is great for those who are making a custom log in script for their site if they made it from scratch. Thanks!
(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
I might use this if I make some sort of server or site.

Thanks.
(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.
Phishing lol? I doubt people with malicious intentions would visit this site very often.
(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.
(04-05-2010, 04:28 PM)HTML Wrote: [ -> ]I doubt that phishing is allowed here friend.

Sorry, editing the post now.
Pages: 1 2 3 4 5