Forum: JavaScript / DHTML / AJAX May 26th, 2008 |
| Replies: 1 Views: 755 <script language="JavaScript">
<!--
function cek(){
counter=0;
for(i=1;i<10;i++){
// i=1;
if(document.getElementById('a'+i).checked==true){
//alert('aaddd');
counter++;
} |
Forum: JavaScript / DHTML / AJAX May 23rd, 2008 |
| Replies: 4 Views: 1,077 i have some checkbox:
i.e:
<input type="checkbox" name="a" value="a" onclick="check(this)" />a
<input type="checkbox" name="b" value="b" onclick="check(this)" />b
<input type="checkbox" name="c"... |
Forum: JavaScript / DHTML / AJAX May 6th, 2008 |
| Replies: 1 Views: 889 how to make sorting field in table based on alphabetical sorting descending-ascending.. can anyone give a link tutorial that? |
Forum: JavaScript / DHTML / AJAX May 2nd, 2008 |
| Replies: 1 Views: 734 sorry i'm beginner in javascript.
I've problem.. i have a listbox with some value. if i selected a value i.e:'success' so another listbox become visible.
anyone can help me..? thanks all |
Forum: JavaScript / DHTML / AJAX Mar 25th, 2008 |
| Replies: 1 Views: 1,376 i hv problem which: i have 2 radio button with value 'yes' and 'no' and one textbox, my question is : default the texbox is disabled and when user choose radio button "yes" the texbox become... |
Forum: JavaScript / DHTML / AJAX Mar 10th, 2008 |
| Replies: 1 Views: 677 Helo... Thanks for read my thread...
i have problem to make a web page like my.yahoo.com or sourceforge where we wil download and popup newsletter show...
where a news click, a new pop-up window... |