-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/zbk_product.220809/js/
File Upload :
Current File : /var/www/html/zbk_product.220809/js/goods_Q.js

function get__sumprice1() {
	var f = document.getElementsByName('frmGorder')[0] ; 
	var obj = f.elements['s_qry'] ; 
	totalqry = 0 ; 
	totalsum = 0 ; 
	if ( obj.value == '' ) { }  
	else if ( isNaN( obj.value)) { obj.value = '' ; }
	else if ( parseInt( obj.value , 10 )  < 0 ) { obj.value = '' ; }
	else {
		totalqry = parseInt( obj.value , 10 ) ;
		totalsum = totalqry * goods_price ;
	}
	goods_userQry = totalqry ; 
	f.elements['order_sumcount'].value = str_money(totalqry) ;
	f.elements['order_sumprice'].value = str_money(totalsum) ;    	
}
function get__sumpriceAll() {
	get__sumprice1();
}

function get__optsumprice() {
	// 
}

Copyright © 2017 || Recoded By Mr.Bumblebee