Hi!
I have this page where the user enters using a URL which also sends parameters to the server "
Inthe response I get a page which has an "Action" pointing to a different location (" on the server.
However, when I submit that form, the following happens:
1. the same old data is sent (the one in the address bar)
(I kbnow this since I have a breakpoint in the cgi function)
2. the URL in the address bar changes to the value of the action field ("
So, how can I prevent this duplicate loading?
Thanks,
Ron
I have this page where the user enters using a URL which also sends parameters to the server "
Inthe response I get a page which has an "Action" pointing to a different location (" on the server.
However, when I submit that form, the following happens:
1. the same old data is sent (the one in the address bar)
(I kbnow this since I have a breakpoint in the cgi function)
2. the URL in the address bar changes to the value of the action field ("
So, how can I prevent this duplicate loading?
Thanks,
Ron