Possible Duplicate:
Is it a good practice to use an empty URL for a HTML form's action attribute? (action=“”)
I'm updating a project to include an Ajax Updater (http://ajaxuploader.com) and couldn't figure out why it wasn't working on my page but worked in my simple example. So I started pulling stuff off the page and found out it was the Action="#"
in my form tag.
Unfortunately removing this removes other functionality (think it calls some existing Ajax but not quite sure). What I'm asking is: what is Action="#"
and are there any alternatives I could try?