13-5.htm
来自「这是一些关于JavaScript的学习资料 希望对大家有用」· HTM 代码 · 共 23 行
HTM
23 行
<HTML>
<HEAD>
<TITLE> - 品络科技 pinluo.com</TITLE>
<script languange="javascript">
<!--
function confirmlink()
{
alert("the contents of this link may be ogjectionable to anyone ovet the age of ten.");
if(confirm("are you ten years old of younger?"))
{
window.location="6_2.htm";
}
}
//-->
</script>
</HEAD>
<BODY >
<h1>example event handler</h1>
<a href="http://www.263.net" onMouseOver="confirmlink()" onclick="return false">
shizhiguo</a>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?