有人知道是否可以在 1 个按钮中使用 2 个 onclick 吗?当我按下按钮时,我希望获得重新加载页面。
这是原始按钮:
<a href="javascript:;" onclick="javascript:articleToCart('<z:esc mode="js" value=$z:value[article.number]>', document.getElementById('amount$z:iteration[article.current]').value)">
最好的问候弗兰克
编辑:
我的版本有效,但我找不到让它return false
工作的方法。这适用于 IE 和 Firefox。
<center><input type="button" class="flowbutton" value="Kjøp" onclick="document.location.reload(true);javascript:articleToCart('<z:esc mode="js" value=$z:value[article.number]>',document.getElementById('amount$z:iteration[article.current]').value)"> </center>