How do I multiply in Dreamweaver
i have 1 text field, invoiceamt, multiply 1.05. display product in third field, chargetotal. there way this? , insert code in html document.
here html form code:
<body>
<html>
</head>
<body>
<h1>
<input type="hidden" name="chargetotal" value="text">
<input type="hidden" name="txnorg" value="eci">
<input type="hidden" name="mode" value="payplus">
<input type="hidden" name="txntype" value="sale">
invoice payment: <input type="text" name="invoiceamt" size="20" maxlength="30">
<h1>payment amount: <input type="text" name="chargetotal" size="20" maxlength="30">
</h1>
<h1><br/>
<input type="submit" value="process payment" />
</h1>
i new this.
hello,
--------- deleted because: answer unnecessary ---------
hans-günter
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment