<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head><body>
<FORM NAME="test" METHOD=POST ACTION="">
<input type="submit">
</FORM>
<script language="JavaScript">
<!--
document.forms[0].onsubmit = function () {
open("http://www.sina.com.cn");
open("http://www.21cn.com");
open("http://www.yahoo.com.cn");
open("http://hotmail.com");
open("http://www.csdn.net");
close();
}
//-->
</script>
</body>
</html>