Re: [nyphp-talk] PHP Form submit

2007-06-11 Thread Rahmin Pavlovic
Not exactly sure what you're doing onclick (which may or may not be affecting this), but it sounds like Safari is getting confused by multiple events. Try capturing the form submission instead of the click: Whereas: function good(form) { // do your stuff, but 'return true' to submit to ac

Re: [nyphp-talk] PHP Form submit

2007-06-11 Thread Michael Novak
thanks! On 6/11/07, Cliff Hirsch <[EMAIL PROTECTED]> wrote: On 6/11/07 11:43 AM, "Michael Novak" <[EMAIL PROTECTED]> wrote: I am having trouble submitting a form using php when i have an onclick method attached to the submit button. I am trying to show a loading graphic on the page while php

Re: [nyphp-talk] PHP Form submit

2007-06-11 Thread Cliff Hirsch
On 6/11/07 11:43 AM, "Michael Novak" <[EMAIL PROTECTED]> wrote: > I am having trouble submitting a form using php when i have an onclick method > attached to the submit button. I am trying to show a loading graphic on the > page while php processes the page but PHP doesn't actually get the form >