http://bbs.house.sina.com.cn/?h=/g_forum/00/F4/00/view.php%3Ffid%3D239%26tbid%3D4669&g=20&n=1想查看这个页面的源代码,不知道为什么查看不到,只是一些框架的信息,哪位能告诉我如何查看的方法。
只能看到这样的代码:
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="keywords" content="关键词一,关键词二," />
<meta name="description" content="此页面的说明" />
<title>新浪论坛_全球最大华人中文社区_新浪网</title>
</head>
<script language="javascript" src="http://image2.sina.com.cn/book/forum/tmpl/js/base.js"></script>
<script language="javascript">
function go(u){
try{
$("mainFrame").src = u;
}
catch(E){
window.open(u, '', '');
}
}
function opener_reload(){
try{
opener.location.reload();
}
catch(E){}
}
function closenav(){
$("topage").cols = ($("topage").cols == "0,*") ? $("topage").cols = "162,*" : $("topage").cols = "0,*";
}
function chk_url(s){
if (s.charAt(0) == "/"){
return s;
}
var r = /^http:\/\/[^\/]*?sina.com.cn.*/;
if (s.search(r) == -1){
return "about:blank";
}
return s;
}
function make_url(s){
var r = /^http:\/\/bbs\.(\w+\.){1,2}sina\.com\.cn\/\?h=(.+?)&g=\d+/;
var result = unescape(s).match(r);
if (!isNull(result)){
return chk_url(result[2]);
}
return chk_url(s);
}
var def_url = location.href.getQuery("h");
if (isNull(def_url)){
def_url = "about:blank";
}
else{
def_url = make_url(def_url);
}
dw('<frameset rows="*" cols="162,*" id="topage" framespacing="0" frameborder="no" border="0">');
dw('<frame src="http://bbs.sina.com.cn/iframe/nav.html" name="nav" id="nav" noresize="noresize" scrolling="yes" />');
dw('<frame src="' + def_url + '" name="mainFrame" scrolling="yes" id="mainFrame" />');
dw('</frameset>');
</script>
<noframes><body>
抱歉,您的浏览器不支持框架页
</body>
</noframes></html>