HOME
DOMAIN
WEB HOST
AUTO Site
VPS SERVER
CLOUD HOST
SERVER
HK HOST
AGENT
SERVICE
<%@ Language=VBScript %> <HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0"> <title>星球大战之“五子连珠”大赛!</title> </HEAD> <BODY> <p align=center><font size=6>星球大战</font></P> <table border=1 width=80% align=center> <tr><td>星球</td><td>擂主</td><td>大战</td><td>攻擂</td></tr> <tr> <td>金星</td> <td> <% if application("first1")="" then %> <form action=index0.asp?flag=First1 method=post> <INPUT id=text1 name=txtFirst1 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("first1") end if %> </td> <td>大战</td> <td> <% if application("second1")="" then %> <form action=index0.asp?flag=second1 method=post> <INPUT id=text1 name=txtSecond1 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("Second1") end if %> </td> </tr> <tr> <td>木星</td> <td> <% if application("first2")="" then %> <form action=index0.asp?flag=First2 method=post> <INPUT id=text1 name=txtFirst2 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("first2") end if %> </td> <td>大战</td> <td> <% if application("second2")="" then %> <form action=index0.asp?flag=second2 method=post> <INPUT id=text1 name=txtSecond2 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("Second2") end if %> </td> </tr> <tr> <td>金星</td> <td> <% if application("first3")="" then %> <form action=index0.asp?flag=First3 method=post> <INPUT id=text1 name=txtFirst3 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("first3") end if %> </td> <td>大战</td> <td> <% if application("second3")="" then %> <form action=index0.asp?flag=second3 method=post> <INPUT id=text1 name=txtSecond3 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("Second3") end if %> </td> </tr> <tr> <td>金星</td> <td> <% if application("first4")="" then %> <form action=index0.asp?flag=First4 method=post> <INPUT id=text1 name=txtFirst4 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("first4") end if %> </td> <td>大战</td> <td> <% if application("second4")="" then %> <form action=index0.asp?flag=second4 method=post> <INPUT id=text1 name=txtSecond4 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("Second4") end if %> </td> </tr> <tr> <td>金星</td> <td> <% if application("first5")="" then %> <form action=index0.asp?flag=First5 method=post> <INPUT id=text1 name=txtFirst5 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("first5") end if %> </td> <td>大战</td> <td> <% if application("second5")="" then %> <form action=index0.asp?flag=second5 method=post> <INPUT id=text1 name=txtSecond5 size=10><INPUT id=submit1 name=submit1 type=submit value=进入> </form> <% else response.write application("Second5") end if %> </td> </tr> </table> </BODY> </HTML>
<%@ Language=VBScript %> <% if Request.Form("txt" & request.querystring("flag"))<>"" then 'response.write "in!" & "" session("nice")=Request.Form("txt" & request.querystring("flag")) 'response.write session("nice") & "" 'response.write application(request.querystring("flag")) if application(request.querystring("flag"))="" then application(request.querystring("flag"))=session("nice") session("class")=right(request.querystring("flag"),1) if left(request.querystring("flag"),1)="f" then application(session("nice"))=false elseif left(request.querystring("flag"),1)="s" then application(session("nice"))=false application(application("first" & session("class")))=true end if Response.Redirect "match.asp" end if end if %> <HTML> </HTML>