(inc. vat)"; } else { att_pr = vsplit[1] vsplit1=att_pr.split("£") //alert(vsplit1) att_pr1 = vsplit1[1].split(")") att_pr_f=att_pr1[0] // alert(att_pr_f) original_price=document.getElementById('price').value v_split=v_sel.options[im].text.split("=") opr=vsplit1[0] //alert(opr) if(att_pr_f > 0 ) { if(opr == '+'){ new_total = eval(original_price) + (eval(att_pr_f)); document.getElementById("price_org").innerHTML = "£"+new_total +" (inc. vat)"; }else{ new_total = eval(original_price) - (eval(att_pr_f)); document.getElementById("price_org").innerHTML = "£"+new_total +" (inc. vat)"; } } else { document.getElementById("price_org").innerHTML = "£"+original_price +" (inc. vat)"; } } } function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150') } //-->
|
|