摘要: html点击链接调用php文件<a onclick="window.open('php/loginOut.php','_self')">退出登录</a>loginOut.php文件内容<?phpsession_start();session_destroy();header('location:index.html');?>清空session,跳转到首页 阅读全文
posted @ 2011-06-27 18:50 xngeer 阅读(738) 评论(0) 推荐(0)