Senin, 22 Juli 2013

PHP Indonesia - Facebook: [ASK] master saya punya source code function send...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
[ASK] master saya punya source code function send...
Jul 23rd 2013, 03:11, by Arief Akbar

Arief Akbar 3:11am Jul 23
[ASK]
master saya punya source code

function sendvaluecheck(){
countcheck = document.getElementById(\"fldvalue\").value;
var code = '';
checked = 0;
for(i=1;i<=countcheck;i++){
idcheck = \"checkbox\"+i;
valuecheck = document.getElementById(idcheck);
if(valuecheck.checked == true){
checked = checked+1;
}
}

for(i=1;i<=countcheck;i++){
coma = ',';
if(i == checked){
coma = '';
}
if(checked == 1){
coma = '';
}
idcheck = \"checkbox\"+i;
valuecheck = document.getElementById(idcheck);
if(valuecheck.checked == true){
code = code+valuecheck.value+coma;
}
}
window.opener.document.form_entry.fldquestion.value = code;
window.close();
return false;
}

for yang ke 2 tidak terbaca itu kenapa ya?ada yang salah kah?mohon bantuannya

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar