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.
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.