I am wondering if anyone can give a \"best practices\" response to using blank HTML form actions to post back to the current page.
There is a post asking what a blan
Not including the action attribute opens the page up to iframe clickjacking attacks, which involve a few simple steps:
References