📄 union_loginoff.asp
字号:
<%
if Session("union")<>CStr(request("unionid")) then
response.write "<wml><card id='card1' title='登陆超时' ontimer='union_login.asp?action="& request.servervariables("script_name") & "'><timer value='20'/>"
response.write "<p>Sorry,操作不成功!"
response.write "<br/>因为您登陆超时啦!"
response.write "<br/>正在返回…"
response.write "<br/><a href='union_login.asp?action="& request.servervariables("script_name") & "'>点此登陆</a>"
response.write "<br/><a href='/'>网站首页</a>"
response.write "</p></card></wml>"
response.end
End if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -