<form action="" name="Insert" method="post" onsubmit="alert(1); return false;">
<a href="#" onclick="javascript:document.Insert.submit()" type="submit" >Eliminar</a>
<form action="" name="Insert" method="post" onsubmit="alert(1); return false;">
<a href="#" onclick="alert(1); return false; javascript:document.Insert.submit()" type="submit" >Eliminar</a>
In this code that I just presented, I only see the dialog, but I can only cancel it, I click "ok" it does nothing or close the dialog ..