我用的不是表单啊,是if request("action")="ok" then
if session("vk_username")="" or session("vk_userid")="" then
response.write "<script>alert('请先登录!');location.href='login.asp?jump=2'</script>"
response.end
end if
if request("action")="ok" then
if session("vk_username")="" or session("vk_userid")="" then
response.write "<script>alert('请先登录!');location.href='login.asp?RUL=request.servervariables("HTTP_REFERER")'</script>"
response.end
end if