"
> RIGHT!  You understand this, correct?

Can't say I understand how it's done, 
"

When you build a form on a HTML page it is sent as plain text to a
browser, the browser renders it according to the rules.  When the user
completes and submits the form a plain text request with all the data is
sent to the server.  This browser is on my system and I have complete
control over what is put into that request.  

How these requests are built is a well understood public standard, if
not how would we be making our livings.  If one wanted to, they could
build a properly formatted response in a text editor and send it your
server without even using a browser.  If one did not even use a browser,
how would any client side validation ever have any effect?

IE does not make it as obvious as other browsers how to play with the
responses and requests, but it is not hard.  Firefox has simple
downloadable plugins that make it dirt simple to build any response I
want to send to your server and any client side validation will be
completely irrelevant to this.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275623
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