Re: just a simple onclick

2008-01-29 Thread Dave Newton
From: Chris Pat <[EMAIL PROTECTED]> > What is impossible is that the very same onclick call placed > in the tag works perfectly. This word, "impossible", I do not think it means what you think it means. Without actually answering my questions it'll be impossible for me to help any further.

Re: just a simple onclick

2008-01-29 Thread Chris Pat
Hi Dave It is really plain vanilla. I just set some form values. What is impossible is that the very same onclick call placed in the tag works perfectly. It calls the function, the values are set and inaddition it submits the form. I want to separate that and first call the function then ma

Re: just a simple onclick

2008-01-29 Thread Dave Newton
From: Chris Pat <[EMAIL PROTECTED]> > I have a simple [onclick handler] > and it just does not fire the function. What does the generated HTML look like? What does the JavaScript function look like, and have you put an alert(...) in the function to ensure it isn't being called? Since you're n