⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 13-5.htm

📁 这个是本人收集的关于网页制作方面的东西 有购物车示例 很实用
💻 HTM
字号:
<HTML>
<HEAD>
<TITLE></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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -