Senin, 16 September 2013

PHP Indonesia - Facebook: Selamat siang php indonesia, saya mau tanya nih, ...

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. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Compare Hotels

Find great prices for amazing hotels wherever your next destination may be. It's simple to search 100+ sites at once!
From our sponsors
Selamat siang php indonesia, saya mau tanya nih, ...
Sep 17th 2013, 05:22, by Alfikri Nio Gapuak

Alfikri Nio Gapuak 5:22am Sep 17
Selamat siang php indonesia,
saya mau tanya nih, gimana yah cara perkalian otomatis di dalam tabel menggunakan java sript ??

<script type="text/javascript">
function tambah(){
var nilai1=document.getElementById("harga_unit").value;
var nilai2=document.getElementById("up").value;
var tambah=parseInt(nilai1)*parseInt(nilai2)/100+parseInt(nilai1);
document.getElementById("harga_up").value=parseInt(tambah);
}
function persen(){
var n1=document.getElementById("harga_up").value;
var n2=document.getElementById("qty").value;
var persen=parseInt(n1)*parseInt(n2);
document.getElementById("tot_harga").value=parseInt(persen);
}
function refresh(){
document.getElementById("val1").value="";
document.getElementById("val2").value="";
document.getElementById("hasil").value="";
}
</script>

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