在html模板页中
<!-- BEGIN: main --> //此句代码下面写
<script type="text/javascript">

function prep_callin(the_form){
the_form
.return_module.value='CallIns'; //返回的模块 返回的3个 在 ListView.html 中应去掉 ,因为ListView没有返回
the_form.return_action.value='CallInEditView'; //返回的页
the_form.return_id.value='{id}'; //返回的id
the_form.module.value='CallIns'; //前往的模块
the_form.action.value='CallInEditView'; //前往的页
}
</script>

<input title="新增立案"
accessKey
="新增立案"
class ="button"
type
="submit"
name
="Edit"
value
="新增立案"
onclick
="prep_callin(this.form);"//调用上面的JavaScript
/>

相关文章:

  • 2022-12-23
  • 2022-03-07
  • 2021-11-11
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案