16
µTasker general / Is there a way in HTML to reset the page without the submit info just submitted?
« on: October 11, 2007, 04:50:33 PM »
This isn't really a problem. It's just cosmetic. I have a page with a couple of submit buttons. All the submits operate correctly and refreshthe page. The refreshed page shows that the changes made by the submit button have been effective.
However after the refresh caused by the submit button, the submit info still exists in the browsers url edit box. Is there a way to make the submit buttons refresh the page without the submit info there.
If i can do that it would mean the user could just press the browsers refresh button whenever to refresh data showing on the page. If the submit suffix was still attached to the url it runs that submit again.
By the way ive been running that snippet of modification that changed padding inside of html edit boxes that have had an InsertString applied to them. I haven't seen any problems with it yet.
Thanks again
JD
However after the refresh caused by the submit button, the submit info still exists in the browsers url edit box. Is there a way to make the submit buttons refresh the page without the submit info there.
If i can do that it would mean the user could just press the browsers refresh button whenever to refresh data showing on the page. If the submit suffix was still attached to the url it runs that submit again.
By the way ive been running that snippet of modification that changed padding inside of html edit boxes that have had an InsertString applied to them. I haven't seen any problems with it yet.
Thanks again
JD