Dooling Posted March 18, 2008 Report Share Posted March 18, 2008 Ir viens vai n input text lauki. Ja ir vairāk par vienu input text lauki, tad uz notikumu onkeyup, pirmajā input text laukā ievadītā vērtība tiek aizpildīta arī pārējos input text laukos. Jau veselu vakaru mokos, bet tā neko īsti neesmu atradis kā lai panāk to :(. Kā lai realizē šādu lietu? Link to comment Share on other sites More sharing options...
Vebers Posted March 18, 2008 Report Share Posted March 18, 2008 Atrodi ieksh html visus input type text laukus un tad pirmajam input laukam uzliec eventu uz onkeyup, kas izsauc f-cju kas nolasa pirma lauka value un uzstada tadu pasu value parejiem atrastajiem input type text laukiem. Ta funkcija kas apdeito citus varetu iet ciklaa cauri visiem inputiem un uzlikt tadu pasu value ka ir pirmajam elementam. Link to comment Share on other sites More sharing options...
bubu Posted March 18, 2008 Report Share Posted March 18, 2008 for (var i=0; i<inputu_skaits; i++) { get_i-to_inputu.value = tekošais_inputs.value; } Link to comment Share on other sites More sharing options...
Dooling Posted March 18, 2008 Author Report Share Posted March 18, 2008 un kā lai nosaka cik formā ir input text lauku? Link to comment Share on other sites More sharing options...
bubu Posted March 18, 2008 Report Share Posted March 18, 2008 Vai nu atrodi visus, ja tev der. Vai arī atbildi pats sev uz jautājumu - pēc kāda principa viņi tur vispār ir salikti? Kāds tač izdomā cik un kādus tur likt, ne? Link to comment Share on other sites More sharing options...
indoom Posted March 19, 2008 Report Share Posted March 19, 2008 (edited) tjipo http://paste.php.lv/7006 Edited March 19, 2008 by indoom Link to comment Share on other sites More sharing options...
Recommended Posts