Jump to content
php.lv forumi

Recommended Posts

Posted

Doma tāda, ka ne tikai uz Click šitas nostrādā, bet arī nospiežot enter taustiņu, nosubmitojas forma :)...

		<form method="post" name="login" action="index_login.php">
	<input name="lietotajs" type="text" value="lietotājs" onfocus="tuksh1();"> 
	<input name="parole" type="password" value="parole"  onfocus="tuksh2();"> 
	<input class="sub" style="cursor:pointer;" type="button" onclick="parentNode.submit()">
</form>

 

Būtu jauki, ja palīdzētu.

Posted (edited)

Neizmanto type="button" bet type="submit", un tad to onclick nevajag, un arī enter strādās.

Edited by indoom
×
×
  • Create New...