ASP跳出框架頁面返回到登陸頁面
當(dāng)前位置:點晴教程→知識管理交流
→『 技術(shù)文檔交流 』
網(wǎng)上很多例子說得不太清楚,這次發(fā)個清楚點的例子 '以下是asp代碼段,用來跳出框架面 假設(shè)這個文件叫:left.asp <% if request.querystring("op") = "out" then response.write("<script>top.location.href='login.asp';</script>") %> <html> <head> <body> <a href = "left.asp?op=out">退出系統(tǒng)</a> </body> </html> 該文章在 2010/7/25 15:43:54 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |