Join 109,299 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,215 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!
i need to know some javascript that can create a login thing so that create a account. i need something like a myspace thingy. can you also tell me the parts to the code so that i can learn how that code works so i could make future code.
Javascript runs in your browser. The software that runs on the server that actually checks the username/password and verifies it is written in something else. If you are not aware of this and want to program a login 'thingy', then go find a good tutorial or book on web or cgi programmings and read it.
Javascript runs in your browser. The software that runs on the server that actually checks the username/password and verifies it is written in something else. If you are not aware of this and want to program a login 'thingy', then go find a good tutorial or book on web or cgi programmings and read it.
<body> <div id="basic" class="myform"> <form id="form1" name="form1" method="post" action=""> <h1>Sign-up form</h1> <p>This is the basic look of my form without table</p> <label>Name <span class="small">Add your name</span> </label> <input type="text" name="textfield" id="textfield" />
<body> <div id="basic" class="myform"> <form id="form1" name="form1" method="post" action=""> <h1>Sign-up form</h1> <p>This is the basic look of my form without table</p> <label>Name <span class="small">Add your name</span> </label> <input type="text" name="textfield" id="textfield" />
no no no, i need a thing were it knows if the person is real or not so when you sign up you have an account that you could log into and then the thing would redirect you to your profile