Hi everyone,
i have a piece of javascript that calculates 2 input fields (price * qty) whenever i type in the input field (qty) that uses this :
onkeyup="update(this);"
Now what i want is to execute this handling when the page loads, because sometimes there are already values (php & mysql) in the qty field, so the subtotal must already be there.
Any thoughts on how to accomplish this?
greetings piet!