>>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 it by JS to 
GET, which none of
my validation routines does.

I even used a JS function to add the value of the METHOD attribute in 
the url parameters,
at the time the form is submitted, and when I get the problem, I can see 
on the server that
in the url I have mthod=post and in the CGI variable, I have 
REQUEST_METHOD=GET
How about that?

 >>I would look at a routine that was pure validation, then you could 
fire the
event (your choosing) then decide on the method to validate.

The method is decided in the FORM tag, I never use METHOD=GET.
The method is even verified to be POST at submit, but still, a couple of 
times per week,
I get a request with method set to get instead of post.

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282351
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to