7,756
社区成员




<script type="text/javascript">
<!--
try { document.domain="csdn.net"; } catch (ex){};
function iframeAutoFit()
{
try
{
if(window!=parent)
{
var obj = parent.document.getElementById("replyframe");
if(obj)
{
var h1=0, h2=0;
obj.parentNode.style.height = a[i].offsetHeight +"px";
obj.style.height = "10px";
if(document.documentElement&&document.documentElement.scrollHeight)
{
h1=document.documentElement.scrollHeight;
}
if(document.body) h2=document.body.scrollHeight;
var h=Math.max(h1, h2);
if(document.all) {h += 4;}
if(window.opera) {h += 1;}
obj.style.height = obj.parentNode.style.height = h +"px";
}
}
}
catch (ex){}
}
if(window.attachEvent)
{
window.attachEvent("onload", iframeAutoFit);
}
else if(window.addEventListener)
{
window.addEventListener('load', iframeAutoFit, false);
}
//-->
</script>
</head>
<body style="width: 100%; padding: 0; margin: 0;">
<script type="text/javascript" language="javascript">
var duration=2900;
var timer=null;
var endTime = new Date().getTime() + duration + 100;
function interval()
{
var n=(endTime-new Date().getTime())/1000;
if(n<0) return;
//document.getElementById('timeout').innerHTML = n.toFixed(3);
setTimeout(interval, 10);
}
window.onload=function()
{
timer=setTimeout("window.open('http://topic.csdn.net/u/20090320/10/d10bb347-cbca-4c45-b038-448802f58e30.html?seed=636572851','_top')" , duration);
interval();
};
</script>