81,117
社区成员




<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>弹跳事件 </title>
</head>
<body>
<a href="http://www.baidu.com">百度 </a>
</body>
<script language="javascript">
myWindow=window.open("http://www.sina.com.cn","window","width=300,height=200,status=yes,menubar=yes,resizable=yes,scrollbars=yes,toolbar=yes");
myWindow.focus();
</script>
</html>