Blitz Posted October 7, 2005 Report Share Posted October 7, 2005 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 More sharing options...
v3rb0 Posted October 7, 2005 Report Share Posted October 7, 2005 <body onload="document.getElementById('submitpogasid').focus()"> Link to comment Share on other sites More sharing options...
Delfins Posted October 7, 2005 Report Share Posted October 7, 2005 kompim peles nav... ergh... 1Ls žēl!? Link to comment Share on other sites More sharing options...
Blitz Posted October 7, 2005 Author Report Share Posted October 7, 2005 Vinam nemaz nedrikstes but pelei.. tipa darbinieku laika uzskaite, uzliec pirkstinu uz uz tadas interesantas uzspariktes un nospied enter... Link to comment Share on other sites More sharing options...
Blitz Posted October 7, 2005 Author Report Share Posted October 7, 2005 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 More sharing options...
v3rb0 Posted October 7, 2005 Report Share Posted October 7, 2005 <input type='submit' value='Aizeju' id='pogasid' /> Link to comment Share on other sites More sharing options...
Blitz Posted October 7, 2005 Author Report Share Posted October 7, 2005 <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 More sharing options...
Venom Posted October 7, 2005 Report Share Posted October 7, 2005 id ar ciparu sākt nau jauki bieži redzi mainīgos, kas sākas ar ciparu? Link to comment Share on other sites More sharing options...
Blitz Posted October 7, 2005 Author Report Share Posted October 7, 2005 nomainu id='1' uz id='ab1' = neiet, tas pats errors noaminu id='ab1' uz id='ab' = tapat neiet Link to comment Share on other sites More sharing options...
Venom Posted October 7, 2005 Report Share Posted October 7, 2005 nu tad ā - kas nav pareizi </body> </form> ?bē - neuzticies onload Link to comment Share on other sites More sharing options...
Blitz Posted October 7, 2005 Author Report Share Posted October 7, 2005 <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 More sharing options...
v3rb0 Posted October 7, 2005 Report Share Posted October 7, 2005 (edited) http://paste.php.lv/2623 tak nevar buut ka nestraadaa.. EDIT: peedinjas pareizi tak saliec shite: onload='document.getElementById('ab1').focus()' Edited October 7, 2005 by v3rb0 Link to comment Share on other sites More sharing options...
Paulinjsh Posted October 7, 2005 Report Share Posted October 7, 2005 (edited) 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 October 7, 2005 by Paulinjsh Link to comment Share on other sites More sharing options...
Blitz Posted October 7, 2005 Author Report Share Posted October 7, 2005 Man tas ir ieklauts php skriptaa, taaka ja liksu " tad no taa nekas neiznaks... varbut var... <?php skripts ?> <html> <?php parejais skripts ?> Link to comment Share on other sites More sharing options...
Kavacky Posted October 7, 2005 Report Share Posted October 7, 2005 Kāpēc ne? echo "<bla alb=\"asd\'>"; vai labāk echo '<bla ald="asd">'; Link to comment Share on other sites More sharing options...
Recommended Posts