Home >Web Front-end >JS Tutorial >Click the text link to pop up the confirmation box based on js Confirm_link special effects

Click the text link to pop up the confirmation box based on js Confirm_link special effects

WBOY
WBOYOriginal
2016-05-16 17:45:251703browse

[Ctrl A select all Note: If you need to introduce external Js, you need to refresh to execute
]<script> function winconfirm(){ question = confirm("你确认要访问脚本之家吗?") if (question != "0"){ window.open("http://www.jb51.net") } } </script>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn