HTML

HEAD

TITLE> New User Registration Form </TITLE

SCRIPT LANGUAGE ="Javascript" TYPE = "Text/Javascript"

<!--Start hiding Javascript statements

function checkform() {

if (document.login.Username.value.length<1) {

window.alert ("Empty Fields Found!!! Please Fill Empty Fields");

return;

}

if (document.login.Password.value.length<1) {

window.alert ("Empty Fields Found!!! Please Fill Empty Fields");

return;

}

if (document.login.Username.value.length>1) {

window.alert ("All Fields Entered");

return;

}

if (document.login.Password.value.length >1) {

window.alert ("All Fields Entered");

return;

}

}

// End hiding Javascript statements -->

</SCRIPT

</HEAD

BODY

Form name = "login" method = "post" action ="Loginscript"

Table align ="left"

thimg src ="devil.jpg"</th</table

Table

Tr

td width = "80%"font color="#FF0000"nbsp;nbsp;nbsp;nbsp; Thanku For

Using VUStudy.com</font</tdth align = "center"Font color = "Violet">Already A user....Login Here</td

</tr</table

brTable align = "right"

Tr

td> Username:</td

tdInput type = " text" name = "Username" size = "30"</td

td> Password </td

tdinput type = "password" name = "Password" size = "15" maxlength = "7"</td

tdinput type = "submit" name = "Login" value = "Login" onMouseOver = "checkform()"</td</Tr> </Table> </Form

brbr

Form name = "Register" method = "post" action = "Regscript"

TABLE border = "1" width = "100%"

Tr bgcolor = "Black"

TH align = "left"Font Color = "Red"> Personal Information </th> </tr> </table

Table Border = "1" width = "100%"

trtd>Name</tdtdinput type = "text" name = "Name" size ="25"> </td</tr

trtd>Father's name</tdtdinput type = "text" name ="Father's Name" size ="25"</td</tr

trtd valign = "top">Address</tdtdtextarea name = "Address" Cols = "22" rows = "3"</textarea</td</tr

trtd>Upload Picture</tdtdinput type = "file" name ="Browse" value = "nameofselectedfile" enctype = "fileencodingtype"</td> </tr</table

Table border = "1" width= "100%"

tr bgcolor = "Black"

TH align = "left"Font color ="Red">Account Information </th> </tr</table

Table border = "1" width ="100%"

trTd>Email</tdtdInput type = "text" name = "Email" size ="25"</td</tr

trTd>Password</tdtdinput type = "password" name ="Password" size ="25" maxlength ="7"Font color = "Green">7 characters only* </td</tr

trTd>Confirm Password</tdtdinput type ="password" name ="Password" size ="25" maxlength ="7"Font color = "Green">7 characters only*</td</tr</table

Table border ="1" width = "100%"

Tr bgcolor = "Black"

TH align = "left"Font color ="Red">Qualification</th</tr</table

Table border ="1" width = "100%"

trtd>Highest Degree</td

tdselect size ="1" name = "Degree"

option value ="Select"> ---Select---

option value ="Phd"> PhD

option value ="Masters"> Masters Degree

option value ="Bachelors"> Bachelors Degree

option value ="Intermediate"> Intermediate

</select> </td> </tr

tr

td>College/University</td

tdinput type ="text" name="Institute" size ="25"</td</tr

tr

td>Status</tdtd align ="left"input type ="radio" name ="Status" checked value ="Completed">Completed<Input type ="radio" name ="Status" value ="Continued">Continued</td</tr

tr

td valign = "top">Degrees Achieved</tdtdinput type ="checkbox" name ="DegreeAchieved" value ="Phd">PhD<brinput type ="checkbox" name ="Degreeachieved" value ="MPhil">Mphil<brinput type ="checkbox" name ="Degreeachieved" value ="Masters">Masters<brinput type ="checkbox" name ="Degreeachieved" value="Bachelors">Bachelors<brinput type ="checkbox" name ="Degreeachieved" value ="Intermediate">Intermediate<brinput type ="checkbox" name ="Degreeachieved" value ="Matriculation">Matriculation</td</tr

tr

td</tdtdinput type ="Submit" name ="Register" value ="Register"input type ="Reset" value ="Reset"</td</tr</table

Table border ="1" width ="100%"

Tr bgcolor = "Black"

TH align = "center"Font color = "Red">2010 All Rights Reserved</th</tr</table

</Form

</BODY

</HTML