两个办法
一、
<script language="javascript">
function makeDisable()
{
  document.post.saveit.disabled=true;
  document.post.cancel.disabled=true;
  document.post.action="bbsreaddok.asp";
  document.post.submit();
}
</script><input type=button name=saveit onclick="javascript:check();" value="提交发表">二、在服务器端对提交内容主题进行判断,如果同主题在n分钟内已经提交过则拒绝再次提交