联系官方销售客服
1835022288
028-61286886
求跨域 iframe框架中登陆,并返回登陆会员的信息,在当前框架中注册是可以的会员信息以进入主站的后台以注册成功但是当前框架中并不显示刚注册的会员信息
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> new document </title>
</head>
<body>
<div id="myiframe" cid="right_page">
<iframe class="myiframe active" name="right" id="right_page" src="https://www.zhuzhan.com/index.php?s=member&c=login&m=index&back=https%253A%252F%252Fwww.zhuzhan.com%252Findex.php%253Fs%253Dmember" style="border: medium none; margin-bottom: 0px; height: 905px;" allowtransparency="true" width="100%" height="auto"></iframe>
</div>
</body>
</html>
问题经解决了