You are viewing our Forum Archives. To view or take place in current topics click here.
Help With my register form
Posted:
Help With my register formPosted:
Status: Offline
Joined: Mar 06, 201113Year Member
Posts: 183
Reputation Power: 6
Status: Offline
Joined: Mar 06, 201113Year Member
Posts: 183
Reputation Power: 6
well guys i need help with javascrypt and i was hoping you guys can help me make it valid
if you can add me on skype
skype: hdhackzz
if you can add me on skype
skype: hdhackzz
<html>
<head>
<style type="text/css">
</style>
<title>Register</title>
</head>
<body>
<center><div id=""><p>
<form action="data" method="post" >
<p>First Name <br /><input type"text" name="firstname" maxlength="20"/></p>
<p>Last Name <br /><input type="text" name="lastname" maxlength="20"/></p>
<p>Email<br /><input type="text" name="email" maxlength="40"/></p>
<p>Re-Enter Email<br /><input type="text" name="re-enter-email" maxlength="40"/></p>
<p>Password<br /><input type="password" name="password" maxlength="18"/></p>
<p>Re-Enter Password<br /><input type="password" name="password" maxlength="18"/></p>
<br /><select name="Month"><option>Month</option><option value="January">January</option></select>
<select name="Day"><option>Day</option><option value="1">1</option>
</select>
<select name="Year"><option>Year</option><option value="2013">2013</option> </select>
<br /><br /><br />Male: <input type="radio" name="sex" value="male"/>
Female: <input type="radio" name="sex" value="female"/>
<br/><br/><input type="checkbox" value="terms"/>Terms and <a href="http://google.com">conditions.
<div id="Register_button"><input type="submit" value=" " class="button_add" /></div>
</form>
</div></center>
</body>
</html></form>
#2. Posted:
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
There isn't any javascript in there...
You should really get some kind of clue of what you're doing before you do it.
You should really get some kind of clue of what you're doing before you do it.
- 6useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.