本文介绍了OnClick可以调用多个函数吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想知道,一个按钮的OnClick事件可以调用多个函数吗?
原因是我有一个页面,当ok时单击,在将数据提交到数据库之前转到预览页面。如果修改单击,我想更改会话变量(使用VB),然后转到上一页(我知道如何做到这一点的最简单的方法是在js中的history.go(-1))。
OnClick可以调用这两个函数吗?或者有没有办法只在VB或JS中执行此操作?
TIA
- LB
I was wondering, can an OnClick event of a button call multiple functions?
The reason for this is I have a page that when "ok" is clicked, goes to a preview page before submitting data to the database. If "Modify" is clicked, I want to change session variables (using VB) and then go to the previous page (the easiest way I know how to do this is history.go(-1) in js).
Can OnClick call both functions? Or is there a way to do this in only VB or JS?
TIA
- LB
推荐答案
展开 | 选择 | Wrap | 行号
展开 | 选择 | Wrap | 行号
这篇关于OnClick可以调用多个函数吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!