newnew Posted March 8, 2009 Report Share Posted March 8, 2009 (edited) Man ir selects, kuram onChange izpildās funkcija xxx(this). Man vajaga, lai šī pati funkcija izpildītos arī selectam, kad tas tiek izveidots. Nu kkas tipa - select onload. Funkcija atkarībā no selecta vērtības parāda vai paslēpj kkādus citus laikus. Kā to panākt? Edited March 8, 2009 by newnew Quote Link to comment Share on other sites More sharing options...
0 bubu Posted March 8, 2009 Report Share Posted March 8, 2009 liec to onload eventā: window.onload = function() { xxx(document.getElementById("selecta_id")); } Quote Link to comment Share on other sites More sharing options...
0 newnew Posted March 8, 2009 Author Report Share Posted March 8, 2009 Ok, paldies. Iepriekš rakstīju window.onload = xxx(document.getElementById("select_id")), bet tas laikam nepareizi. Quote Link to comment Share on other sites More sharing options...
Question
newnew
Man ir selects, kuram onChange izpildās funkcija xxx(this).
Man vajaga, lai šī pati funkcija izpildītos arī selectam, kad tas tiek izveidots.
Nu kkas tipa - select onload.
Funkcija atkarībā no selecta vērtības parāda vai paslēpj kkādus citus laikus.
Kā to panākt?
Edited by newnewLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.