Re: SOLVED? Re: Method=GET received as POST by CF

2007-06-27 Thread Claude Schneegans
>>A little late to this thread. I even started a new one on the same issue ;-) >>Let's look at it this way, there are many ways to submit. Of course there are, but whatever way is used, if the form has its attribute METHOD="POST", the only way it could be submitted as GET would be to change i

RE: SOLVED? Re: Method=GET received as POST by CF

2007-06-26 Thread Andrew Scott
ailto:[EMAIL PROTECTED] Sent: Wednesday, 6 June 2007 7:34 AM To: CF-Talk Subject: Re: SOLVED? Re: Method=GET received as POST by CF >>No, but it's a little ambiguous, since your event handler calls the submit method if I read the thread accurately. No, it doesn't. If the onClick eve

Re: SOLVED? Re: Method=GET received as POST by CF

2007-06-05 Thread Claude Schneegans
>>No, but it's a little ambiguous, since your event handler calls the submit method if I read the thread accurately. No, it doesn't. If the onClick event returns false, the click on the submit button is cancelled, then ther is no submit, if it returns true, the submit proceeds normally. I don'

RE: SOLVED? Re: Method=GET received as POST by CF

2007-06-05 Thread Dave Watts
> Not that easy, because I have several submit buttons, and > they perform different checking depending on which one is clicked. > And all buttons and functionalities are in a common > editFooter.cfm, so I don't have to worry about them when I > create a form. You should be able to capture the

Re: SOLVED? Re: Method=GET received as POST by CF

2007-06-05 Thread Claude Schneegans
>>I think you would be better served by using your form's onsubmit event handler to check input, instead of this. Not that easy, because I have several submit buttons, and they perform different checking depending on which one is clicked. And all buttons and functionalities are in a common editF

RE: SOLVED? Re: Method=GET received as POST by CF

2007-06-05 Thread Dave Watts
> Glad if your problem is solved. > My case is a bit different: I'm using VALUE="..." > onClick=";return checkInput()"> > And checkInput alwas returns explicitely true or false. > > However I just noticed that I have a semi-colon right before > the return statement (fossil of a former first s

Re: SOLVED? Re: Method=GET received as POST by CF

2007-06-05 Thread Josh Nathanson
> My case is a bit different: I'm using onClick=";return checkInput()"> > And checkInput alwas returns explicitely true or false. That should work then. Curious to see if removing the semicolon helps - I wouldn't be surprised if that is confusing some browsers. -- Josh ~~

Re: SOLVED? Re: Method=GET received as POST by CF

2007-06-05 Thread Claude Schneegans
>> It could be that the problem is using the submit() method within JS. Glad if your problem is solved. My case is a bit different: I'm using And checkInput alwas returns explicitely true or false. However I just noticed that I have a semi-colon right before the return statement (fossil of a

SOLVED? Re: Method=GET received as POST by CF

2007-06-05 Thread Josh Nathanson
> I also have JS validation, but I never imagine I would also have to > check the value in the method attribute. > And even so, if the error is caused by IE, the method value will > probably be changed after the onsubmit event anyway. Claude - I may have solved this issue. So far no errors. In m

Re: Method=GET received as POST by CF

2007-06-02 Thread Claude Schneegans
>>it does seem that the errors show a user agent of IE7 Yes, it always happen with IE7. I suspect one of those new stupid gadgets for paranoids like anti popup or and anti-phishing ar anti whatever. I have IE7 on my portable, but I'm not able to reproduce the phenomenon. >>I also do some JS va

Re: Method=GET received as POST by CF

2007-06-02 Thread Josh Nathanson
'll see if that helps. -- Josh - Original Message - From: "Josh Nathanson" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, June 02, 2007 11:41 AM Subject: Re: Method=GET received as POST by CF > Hmm, it does seem that the errors show a user agent of

Re: Method=GET received as POST by CF

2007-06-02 Thread Josh Nathanson
rther as well, post to the list if you find anything out. -- Josh - Original Message - From: "Claude Schneegans" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, June 02, 2007 4:35 AM Subject: Re: Method=GET received as POST by CF > Exactly the sam

Re: Method=GET received as POST by CF

2007-06-02 Thread Claude Schneegans
>>Is the form submitting via a normal submit Normal submit, after some Javascript validation. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: Method=GET received as POST by CF

2007-06-02 Thread Claude Schneegans
Exactly the same thing indeed. >>I'm on Linux/Apache2.0.52/CF7.02. And I'm under Windows with CF 5, so the problem is unlikely due to the operating system or CF. It looks more like an IE 7 glitch. Can you confirm about this? I'll try to investigate this in some IE 7 forums. -- __

Re: Method=GET received as POST by CF

2007-06-01 Thread Josh Nathanson
> Hi, > > Although I'm not sure this could be related to CF, but I'm having some > weird errors > caused from time to time in some form action template not able to find > anything in the form scope. That is freakin weird. I'm having the exact same problem. I have a posted form that occasionally

Re: Method=GET received as POST by CF

2007-06-01 Thread Robertson-Ravo, Neil (RX)
al Message- From: Claude Schneegans To: CF-Talk Sent: Fri Jun 01 22:21:54 2007 Subject: Method=GET received as POST by CF Hi, Although I'm not sure this could be related to CF, but I'm having some weird errors caused from time to time in some form action template not able to find

Re: Method=GET received as POST by CF

2007-06-01 Thread Claude Schneegans
>>What is the referrer saying when it happens? The referrer shows the correct page that is supposed to send the form. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAI

Re: Method=GET received as POST by CF

2007-06-01 Thread Robertson-Ravo, Neil (RX)
neegans To: CF-Talk Sent: Fri Jun 01 22:21:54 2007 Subject: Method=GET received as POST by CF Hi, Although I'm not sure this could be related to CF, but I'm having some weird errors caused from time to time in some form action template not able to find anything in the form scope. I&#x

Method=GET received as POST by CF

2007-06-01 Thread Claude Schneegans
Hi, Although I'm not sure this could be related to CF, but I'm having some weird errors caused from time to time in some form action template not able to find anything in the form scope. I'm certain the template is called with METHOD="POST", but when the error occurs, a CFDUMP on the form scope