RE: [cfaussie] Re: Submitting a form

2010-10-14 Thread KNOTT, Brian
: [cfaussie] Re: Submitting a form You do if using a function. Or if not Onclick="javascript:submit(); return false;" if we want to be padantic about the guidelines for W3C then the javascript should be included. Regards, Andrew Scott http://www.andyscott.id.au/ > -Ori

RE: [cfaussie] Re: Submitting a form

2010-10-14 Thread Andrew Scott
googlegroups.com [mailto:cfaus...@googlegroups.com] On > Behalf Of Karen Johnstone > Sent: Friday, 15 October 2010 9:53 AM > To: cfaussie > Subject: [cfaussie] Re: Submitting a form > > If using a function, is your code in the following format? > > > > i.e. I t

[cfaussie] Re: Submitting a form

2010-10-14 Thread Karen Johnstone
If using a function, is your code in the following format? i.e. I think you need the "return" kj On Oct 15, 8:10 am, "KNOTT, Brian" wrote: > Just another issue that should be straight forward. > > I'm submitting a for via an image and using the onsubmit fuinction.  I do > some checks in java