Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

password and username forms

Status
Not open for further replies.
Oct 21, 2006
20
0
0
US
Hello,

I am looking for a short clip of code to give me a form that needs a username and a password? I am sure this has been covered already.

Charliemac

 
This isn't a coding service site I'm afraid. But here's a clue.

Code:
<input type="text" id="uname" name="uname" />
<input type="password" id="pwd" name="pwd" />

That's not complete though.
Have you tried Google?

What you are asking for is pretty basic HTML and shouldn't take more than 10 minutes Googling to find out exactly how to do it.

For some HTML tutorials take a look at
The processing of such a form is a different matter and will depend on what server side languages you have available and just how your password/login system is intended to work.

<honk>*:O)</honk>
Designease Ltd. - polyprop folders, ring binders and creative presentation ideas
Earl & Thompson Marketing - Marketing Agency Services in Gloucestershire
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top