Autor Zpráva
fjf
Profil
Prečo toto nefunguje?

<script language="javascript">
function preskoc()
{
document.formular.zapis.focus();
}
</script>

...

<form name="formular" action="xxx.php" method="post" target="_self">
<select onSelect="preskoc()" name="komu" size="1">
<option value="" selected>&nbsp;
<option value="all">all
</select>
<input type="text" name="zapis" size=45>
<input type="submit" value="OK!">
</form>
petr007
Profil *
zkus toto

<select onChange="preskoc()" name="komu" size="1">
fjf
Profil
fajn, super, dik
Toto téma je uzamčeno. Odpověď nelze zaslat.

0