No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
[QUOTE=xuexue;1069448]hi, i want to have a button wherein it will create dynamic text boxes depending on the times i click the button. i've seen several codes thru javascript, however, i cannot get the value of the said textbox, could you please help me with this?? tnx..^^[/QUOTE] hi,xuexue where is your …
hi, guys. i need a code that works like this one but using table row instead of option. thanks [CODE] function RightButton_OnClick() { var AvailableLB = document.getElementById("selection"); var LinkedLB = document.getElementById("selected"); for (var i=0; i < AvailableLB.length; i++) { if (AvailableLB.options[i].selected == true) { LinkedLB.options[LinkedLB.length] = new Option(AvailableLB.options[i].text,AvailableLB.options[i].value,AvailableLB.options[i].focus(),AvailableLB.options[i].selected); AvailableLB.options[i] = …
hi, All i have two options form; one hold $selection that select suburb from datadase and other $suburb which “Selected Records”. when a suburb is double clicked, it should automatically be added to the corresponding selected section; and be removed from the selection list. The same with a record that …
The End.
phutisemenya