`
andrew.yulong
  • 浏览: 167075 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

span的用法

    博客分类:
  • html
阅读更多

<html>
<head>
</head>
<body>
 <span style="cursor:hand" onclick="javascript:aa()">测试哈</span>
</body>
<script type="text/javascript">
 function aa(){
  if(confirm("确认要打开吗?"))
  {
   window.open("ddd.htm");
  }
  else
  {
   return "";
  }
  
 }
</script>
</html> 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics