function twfrom() { if(document.frmUserMain.UserName.value=="") { alert("Sorry, You must enter your username!"); document.frmUserMain.UserName.focus(); return false; } if(document.frmUserMain.Password.value=="") { alert("Sorry, You must enter your password!"); document.frmUserMain.Password.focus(); return false; } } document.write('
');