<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<script language ="vbscript">
sub transfer()
window.open"online.asp?UserName="&GetUserName.value,"_self"
end sub
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<form Name="GetuserName" Method="POST">
请输入你的名字:<Input Type="Text"Name="UserName" Size="40"><br>
<Input Type="Button"Value="登录" Size="40">
<Input Type="Reset"Value="重新输入" >
</form>
</body>
</html>
评论