来帮帮忙呀!
请大家帮忙看一下,我这个 .HTA 文件打开的网页为什么无法登录?!我认为是 session() 变量不能跨页访问,请高手看看这个问题有办法能解决吗?
代码:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/HTML; charset=GBK">
<title>賽達金屬模具製品有限公司 - 朱哥哥程序工作室</title>
<HTA:APPLICATION id="oHTA"
border="yes"
innerborder="no"
caption="yes"
contextmenu="yes"
icon="http://127.0.0.1/scsys/image/fz.ico"
sysmenu="yes"
noresize="no"
scroll="no"/>
<script type="text/JScript">
var w = 830, h = 600;
window.resizeTo(w, h);
window.moveTo((screen.width-w)/2, (screen.height-h)/2);
</script>
</head>
<frameset>
<frame src="https://bbs.bccn.net/logging.php?action=login" scrolling="yes"
frameborder="0"></frame>
</frameset>
</html>