James Blaha wrote: > > Is there a way when you have a self submitting cfm page to insert a record > and clear out the forms URL parameters so if a user refreshes the template > another record doesnât get inserted?
Since using a GET to change data on the server goes directly against RFC 2616 9.1.1 I think you will find any workaround that may be suggested extremely unreliable. Use POST if the request changes data on the server. That is what POST was invented for. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241844 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

