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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

page not found from form

Status
Not open for further replies.

danmul

Programmer
Jan 16, 2003
89
IE
Hi,
I have a button:
<button value="Save" onClick="if(this.value == 'Save') this.form.submit(); this.value = 'Wait..';">Save</button>
and a form:
<FORM ACTION="xapsload.load_cat?i_action=do_insert" METHOD="post" name="insert">
When i click on the button it gets a page not found error with the url in the address bar. If I refresh the page the page I was looking for appears. Any ideas??
Thanks,
Daniel.
 
Also, this form calls itself and regenerates based on the i_action field. There is also a text area that i need to pass the value of. When u post a form does it not pass the values to the next form? I do not want to show this info on the next page, only manipulate it.

Thanks,
Daniel.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top