IE6中用modaldialog时,a的href里写javascript时,如<a href="javascript:test();">test</a>,如果无效或者出错时,加上<base target="_self">即可。