View Full Version : Beginner in Web Designing
Blue623
06-07-2008, 07:00 PM
Hello all.
Im glad to be in this Comunity.
I hope someone can help me.
I just began Web Designing. Already builted a couple of pages just following my own intuition.
Im trying to add a Member Login little square thing "sorry" in my pages.
Can someone tell me how to do it,or provide me with the HTML Code please.
Thanks in advance :).
Minos
06-07-2008, 07:23 PM
<INPUT TYPE="TEXT" NAME="" MAXLENGTH="">
Will put a text box on the page. However, I must ask if this is intended to be used AS a login...there are limitations.
Outside of using a database and a server-side language (php, perl, etc.), there is no secure way of creating logins. Heh, even those aren't always secure.
Here's an example of one using javascript, keep in mind that all it is doing is combining the name and id to make the name of an html file.
http://www.htmlgoodies.com/JSBook/pw33.html
Blue623
06-09-2008, 09:41 PM
<INPUT TYPE="TEXT" NAME="" MAXLENGTH="">
Will put a text box on the page. However, I must ask if this is intended to be used AS a login...there are limitations.
Outside of using a database and a server-side language (php, perl, etc.), there is no secure way of creating logins. Heh, even those aren't always secure.
Here's an example of one using javascript, keep in mind that all it is doing is combining the name and id to make the name of an html file.
http://www.htmlgoodies.com/JSBook/pw33.html
Thank you very much Mr. Minos.
I will follow your tip.
Eventualy i will get there. I can learn everything :D.
Time is the Master.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.