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();"

/>