Quote:
Originally Posted by Kor
For the last time: "the submit action can be stopped only within the FORM element while using return false the the onsubmit event"
|
Okay.
Does that mean that you're telling me that the other 99.9% of computers making use of the page, where clicking this button doesn't submit the form because I have "return false;" in the onclick event are behaving incorrectly? That the correct behaviour would in fact be to allow the form to submit instead?
Quote:
Originally Posted by Kor
Do you have other submit/image inputs within the same form?
|
Quote:
Originally Posted by SiM99_wrk
I have a page built with asp.net that includes some "imagebutton"s within a form.
|
Yes, there is more than one image button in use.
Further to the information provided so far, this only seems to happen under the single user's profile. Someone else logging into the same computer was able to use the pages correctly and the user logging into a different computer didn't help - the image button still submitted the page.