V
Vince Morgan
Hi all,
I have a POST form that also includes some anchors/links.
If a user clicks a link, that link remains set so that pressing the submit
button later not only sends the appropriate POST value, but also passes the
previous link value.
What I would dearly love to do is remove the query string after dealing with
the passed value so that it isn't pased again when the submit button is
susequently pressed.
Would form.reset() be the right way to go here?
I'd be very gratefull for a solution to this.
TIA,
Vince
I have a POST form that also includes some anchors/links.
If a user clicks a link, that link remains set so that pressing the submit
button later not only sends the appropriate POST value, but also passes the
previous link value.
What I would dearly love to do is remove the query string after dealing with
the passed value so that it isn't pased again when the submit button is
susequently pressed.
Would form.reset() be the right way to go here?
I'd be very gratefull for a solution to this.
TIA,
Vince