RE: [cfaussie] Submitting a form

2010-10-14 Thread KNOTT, Brian
313 52618 | Ext: 52618 | Mob: 0404 319078 From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Steve Onnis Sent: Wednesday, 13 October 2010 2:32 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Submitting a form Yeah i would use classes also...just used inline

RE: [cfaussie] Submitting a form

2010-10-13 Thread Andrew Scott
@googlegroups.com' Subject: RE: [cfaussie] Submitting a form Thanks. I've set up classes and I'm doing it that way. Brian Knott Ph: 07 313 52618 | Ext: 52618 | Mob: 0404 319078 -- You received this message because you are subscribed to the Google Groups cfaussie group. To post

RE: [cfaussie] Submitting a form

2010-10-13 Thread Andrew Scott
@googlegroups.com Subject: RE: [cfaussie] Submitting a form Umew Oh and XHTML standards state that all html tag and tag attributes must be in lowercase so onClick is invalid and should be onlick :) -- You received this message because you are subscribed to the Google Groups cfaussie

[cfaussie] Submitting a form

2010-10-12 Thread KNOTT, Brian
Guys I using images as buttons to submit form. Bit like the code below input type=image src=image.gif name=step3Submit value=continue I would normally then refer to the form field in the next page i.e. cfset variables.function = form.step3Submit This works fine in firefox but in IE it send

RE: [cfaussie] Submitting a form

2010-10-12 Thread Steve Onnis
...@suncorp.com.au] Sent: Wednesday, 13 October 2010 2:38 PM To: 'cfaussie@googlegroups.com' Subject: [cfaussie] Submitting a form Guys I using images as buttons to submit form. Bit like the code below input type=image src=image.gif name=step3Submit value=continue I would normally then refer

RE: [cfaussie] Submitting a form

2010-10-12 Thread KNOTT, Brian
: [cfaussie] Submitting a form Why don't you just do it with a normal submit button and style it to use the image? input type=submit name=step3submit value=continue style=border:none; background:url(image.gif) / That way you can still use the image but submit it properly From: KNOTT, Brian

RE: [cfaussie] Submitting a form

2010-10-12 Thread Steve Onnis
...@suncorp.com.au] Sent: Wednesday, 13 October 2010 3:26 PM To: 'cfaussie@googlegroups.com' Subject: RE: [cfaussie] Submitting a form Thanks. I've set up classes and I'm doing it that way. Brian Knott Ph: 07 313 52618 | Ext: 52618 | Mob: 0404 319078 From: cfaussie@googlegroups.com