METHOD="POST"

should be in the <FORM> tag.  The default is GET

David L. Penton, MCP
Consultant
"Mathematics is music for the mind, and Music is Mathematics for the
Soul. - J.S. Bach"
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dan Slater

Hi all,

What would cause FORM.fieldname to be passed as URL.fieldname - even tho NO
code on my page uses URL parameters.  Basically, all i've got is a page
that's multifunctional (Add, Edit, View and Delete records).  All of my
fields are inside a FORM tag.   The form tag's ACTION attribute doesn't even
pass any URL parameters.

/me is confused.  Is there a bug in CF Server that causes this?  I see no
way for a FORM.fieldname to be "converted" to a URL parameter upon form
submission.

Here's my form declaration:

        <form name="ProjectAdd"
action="ProjectAddEditViewDelete_Action1.cfm" onsubmit="return
CheckFrm(this);">

Usually the debug code provided by CF Server says something about FormFields
- but instead i'm getting this:

<? SNIPPED.FOR.BANDWIDTH.IMPAIRED ?>


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to