<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% if CheckUserLogined()=False then response.Redirect "User_Login.asp" end if dim Action Action=trim(request("Action")) response.write "MY动力--用户控制面板" & vbcrlf response.write "" & vbcrlf response.write " " & vbcrlf response.write " " & vbcrlf response.write " " & vbcrlf response.write " " & vbcrlf response.write " " & vbcrlf response.write "" & vbcrlf response.write "<body><p>你的浏览器版本过低!!!本系统要求IE5及以上版本才能使用本系统。</p></body>" & vbcrlf response.write "" %>