javascript 页面跳转

<script type="text/javascript">

  function m_href(){

     location.href='index.php?module=CallIns&action=index'; 

     return   false;
  }
</script>

 

<input title="新增立案"

  accessKey="新增立案" 

  class ="button" 

  type="submit"
   name ="Edit" 
   value ="新增立案"
   onclick  ="return m_href();"
/>

posted @ 2010-11-28 15:31  海乐学习  阅读(167)  评论(0编辑  收藏  举报