]<script>
//将下面一段代码插入<head>与之间:
function rusure()
{
question = confirm("确实要去进入吗?")
if (question !="0")
{
window.open("","测试","width=340,height=163,toolbar=0,status=0,menubar=0,resize=0");
}
question =alert("警告信息");
question = prompt("问题","默认回答")
}
//在链接标签内加入onclick()语句:
</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