Forum Moderators: open
Is anyone familiar with this problem or more importantly with a solution?
Thank you very much,
Moritz Gaede
Anne Schlotz
<script language="JavaScript" type="text/javascript">
<!--
function subtotal() {
var base_price = parseInt(document.form1.price1.value);
var add_price = parseInt(document.form1.gcard.value);
var sub_total = base_price + add_price;
document.grafikkarten.total.value = sub_total;
}
//-->
</script>
Thank you for your help!
:-)