showModalDialog(\"a.aspx?ProjectID={0}\",\"{0}\",\"width:300,height:400\");window.location = window.location.href ;return false;")
在a.aspx页面<form>前加上 <base target="_self"/>可以避免事件不提交。