html user name and password

They have: 5,633 posts

Joined: Jan 1970

Html Username & Password
I was wondering if any of you know what or how you can make a html code so it displays on a website with a box that you would put a user name and password in. Once entering this you would click a submit button and this would email what was entered in those boxes to the webmaster so they can keep track of users name and passwords so if they were to forget their password then the webmaster would be able to email it to them.
Thanks in advance for any help.

They have: 2 posts

Joined: Apr 2002

what you need is a form....
get a cgi script which mails the contents of the form back to you....you can search at search engines or visit the site http://worldwidemart.com/scripts/
and here's the example code that will give you a form on our page:

Your Name:
Your Email Address:
Comments:

that's it...you might like to make changes according to your preferences!

They have: 5,633 posts

Joined: Jan 1970

thanks man, I'll give it a try! Smiling

They have: 447 posts

Joined: Oct 1999

i believe using mailto as the form action will work for that, although ive never had the urge to test it...

<form action="mailto:[email protected]">
'

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.