Page 1 of 1
Submitting a form to a new page?
Posted: Wed Mar 19, 2003 11:14 am
by oldtimer
Is this possable without Java. I want to have a submit button do a normal submit and then have another buttone that will submit to a new page to show a total. Is this possable?
Jerry
Posted: Wed Mar 19, 2003 11:36 am
by m3mn0n
Should be.
Can you give some more detail?
Posted: Wed Mar 19, 2003 11:43 am
by oldtimer
Right now I have a bid sheet for the store I work at that uses Java script to keep a running total of the cost of the stuff as we select an item. However I am kind of wanting to get away from the java.
Just have each field open up like it does with a drop down list of the certain components. Then at the bottom you would have a submit button which then enteres the bid into the database and then prints what was just entered to a page so that we can print it for the customer.(This is done already). Now instead of having the java keep the running total I would like to also have a SUBTOTAL button that if you click on it will Open up a new page(ie like target="_blank") with the subtotal listed.
Is that enough or do you need more detail.