secure images are so tedious for the users - you can protect a form via js by dynamically building the submit handler / events and setting the action/target.
downside to that approach is that you need to have JS enabled to use the form - for my money - worth it. you should be doing your form validation in javascript anyway (even if the PHP script has a fallback)
|