Possible Duplicate:
Is it a good practice to use an empty URL for a HTML form's action attribute? (action=“”)
I was told that it is unsafe to leave the form action attribute empty when using a form to submit data to the same page.
<form action="">
I am not really sure how something like this can be unsafe. What is the best method to submit data to the same page?