[JavaScript] JavaScript中onMouseOver鼠标划过事件范例 →→→→→进入此内容的聊天室

来自 , 2020-10-25, 写在 JavaScript, 查看 147 次.
URL http://www.code666.cn/view/6a30e32e
  1. <!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN">
  2. <html>
  3. <head>
  4. <metahttp-equivmetahttp-equiv="Content-Type"
  5. content="text/html;charset=gb2312">
  6. <title>脚本分享网 </title>
  7. <script>
  8. <!--
  9. functionhello()
  10. {
  11. aa=100
  12. cc='欢迎第'+aa+'次光临!'
  13. alert(cc)
  14. }
  15. //-->
  16. </script>
  17. </head>
  18. <body>
  19. <ahrefahref="网址"onmouseover="hello()">网页名</a> 
  20. </body>
  21. </html>
  22. //javascript/260

回复 "JavaScript中onMouseOver鼠标划过事件范例"

这儿你可以回复上面这条便签

captcha