源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

点击按钮或链接不跳转只刷新页面的脚本整理

  • 时间:2021-02-24 09:58 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:点击按钮或链接不跳转只刷新页面的脚本整理
[u]复制代码[/u] 代码如下:
<input type=button value=刷新 onclick="history.go(0)"> <input type=button value=刷新 onclick="location.reload()"> <input type=button value=刷新 onclick="location=location"> <input type=button value=刷新 onclick="location.assign(location)"> <input type=button value=刷新 onclick="document.execCommand('Refresh')"> <input type=button value=刷新 onclick="window.navigate(location)"> <input type=button value=刷新 onclick="location.replace(location)"> <input type=button value=刷新 onclick="window.open('自身的文件','_self')"> <input type=button value=刷新 onClick=document.all.WebBrowser.ExecWB(22,1)> <a href="javascript:void(0)" onclick="history.go(0)"></a> <a href="javascript:void(0)" onclick="location=location"></a>
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部