BrianBurgit
IS-IT--Management
I am new to PHP. I have a form with several HTML input fields for the user to fill in. One of those fields is for the user to enter an amount. I have a HTML input field of type image. When the image is clicked, I want to populate another input field, type text, with an amount I calculate using the amount entered by the user and some math I do in a Javascript function. This all works, except clicking the image causes a postback, and the calculated amount is then gone.
Is what I am attempting to do correct?
Thanks,
Brian
Is what I am attempting to do correct?
Thanks,
Brian