Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form action and address bar URL

Status
Not open for further replies.

ronsig

Programmer
May 24, 2001
54
IL
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top