本论坛代码
<html>
<head>
<META NAME="Robots" CONTENT="noindex">
  <meta content="text/html;charset=gb2312" http-equiv="Content-Type">
  <title>Deeptree</title>
  <link rel="stylesheet" type="text/css" href="/expert/deeptree/css/deeptree.css">
  <script src="/Expert/style/get_css.js"></script>
</head>
<script>
  if (top.location == self.location)
    {
    top.location.href = "/";
    }  function selectstart()
    {
    window.event.cancelBubble = true;
    window.event.returnValue = false;
    return false;
    }
</script>
<body onselectstart="selectstart();" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"  class = "color1">
<nobr>
<div id="deeptree" class="deeptree" CfgXMLSrc="/expert/deeptree/deeptreeconfig.xml">
</div>
</nobr>
</body>
</html>

解决方案 »

  1.   

    <html>
    <head>
    <META NAME="Robots" CONTENT="noindex">
      <meta content="text/html;charset=gb2312" http-equiv="Content-Type">
      <title>Deeptree</title>
      <link rel="stylesheet" type="text/css" href="/expert/deeptree/css/deeptree.css">
      <script src="/Expert/style/get_css.js"></script>
    </head>
    <script>
      if (top.location == self.location)
        {
        top.location.href = "/";
        }  function selectstart()
        {
        window.event.cancelBubble = true;
        window.event.returnValue = false;
        return false;
        }
    </script>
    <body onselectstart="selectstart();" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"  class = "color1">
    <nobr>
    <div id="deeptree" class="deeptree" CfgXMLSrc="/expert/deeptree/deeptreeconfig.xml">
    </div>
    </nobr>
    </body>
    </html>
      

  2.   

    和微软的MSDN一样!你看看源代码就可以实现了!