clink.htm
来自「JAVA游戏大综合及各种特效,初学者比较有用。」· HTM 代码 · 共 32 行
HTM
32 行
<html>
<head>
<title>链接确认警告-51windows.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style>
<!--
body, p, div {font:menu;line-height: 150%}
.div { font-family: 宋体; font-size: 12px; line-height: 150% }
-->
</style>
</head>
<body id="all" text="#000000" bgcolor="#0496DC" topmargin="0" leftmargin="0">
<script>
function winconfirm(){
question = confirm("你确认要到无忧视窗吗?")
if (question != "0"){
window.open("http://www.51windows.com")
}
}
</script>
<p> </p>
<p align="center"><a href="#" onclick="winconfirm(); return false;"><font color="#FFFFFF">51windows.com</font></a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?