I got to thinking about the DOM and started wondering if providing the
form's action value programmatically with JavaScript would protect
against Spam bots trying to submit trash to the action page.

Something like this:
<script type="text/javascript">
document.forms.myform.action = "http://mydomain.com/someactionpage.cfm";;
</script>

What do you think? I'm sure it has been tried, right? Does it work?

-Aaron

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:272855
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