Jump to content
php.lv forumi

submit on keypress


Blitz

Recommended Posts

Lieta taada, vajadzetu lai nospiezot enter forma submitojas...

Tiko ieladeta lapaa kursors atrodas uz adress bar, bet lai parvietotu to uz submit pogu jaspaidelee tab (kompim peles nav), kaa var uztaisiit taa lai, tikko lapa ieladejas, nospiezu enter un man submitojas...

ja nevar shaadi tad vismaz kaada veidaa uzlikt lai defultaa jau kursors atrastos uz submit pogas?

Link to comment
Share on other sites

kurs vaidojas pogas id? name, value vai ir kads specials id?

 

                       <html>
                       <body onload='document.getElementById('Aizeju').focus()'>
                       <FORM action='end.php'>
                       <input type='submit' value='Aizeju'>
                       </form>
                       </html>";

Link to comment
Share on other sites

                       <html>
                       <body onload='document.getElementById('1').focus()'>
                       <FORM action='end.php'>
                       <input type='submit' value='Aizeju' id='1'>
                       </body>
                       </form>
                       </html>

 

A runtime error has occured.

End:syntax error

 

Kas tad te var but nepareizi?

Link to comment
Share on other sites

<html>
                       <body onload='document.getElementById('ab1').focus()'>
                       <FORM action='end.php'>
                       <input type='submit' value='Aizeju' id='ab1'>
                       </form>
                       </body>
                       </html>

 

Nekas nemainas, errors tas pats....

 

kapec neuzticeties onload? Pastav iespeja ka nenostradas?

Link to comment
Share on other sites

Kāpēc raksti ar ' ?

<html>
<body onload="document.getElementById('ab1').focus()">
<form action="end.php">
<input type="submit" value="Aizeju" id="ab1" />
</form>
</body>
</html>

Cik zinu tad html izmanto " nevis '. Vajadzētu tev tagad strādāt

Edited by Paulinjsh
Link to comment
Share on other sites

×
×
  • Create New...