Сообщение # 1 | 23:17:21
Ребят подскажите пожайлуста.Имеется форма фхода.Но кнопка войти не работает.Что нужно добавить в ход что бы работал кнопка войти???
Сам код

Код
<div id="logform">  
<input id="lognamepass" type="text" name="user" value="Логин/E-mail" onblur="if(this.value=='') this.value='Логин/E-mail';" onfocus="if(this.value=='Логин/E-mail') this.value='';"/>  
<div style="clear:both;"></div>  
<input id="lognamepass" type="password" name="password" value="**********" onblur="if(this.value=='') this.value='**********';" onfocus="if(this.value=='**********') this.value='';"/>  
<div style="clear:both;"></div>  
<input id="logbutton" name="sbm" type="submit" value="Войти" />  
</div>