这是动态读配置的:http://expert.csdn.net/expert/deeptree/deeptreeconfig.xml
function Config()
{
    var strCfgXMLSrc = "";
    var sPath = "";
    strCfgXMLSrc = element.CfgXMLSrc;
。。<div id="deeptree" class="deeptree" CfgXMLSrc="/expert/deeptree/deeptreeconfig.xml">

解决方案 »

  1.   

    这是动态读配置的:http://expert.csdn.net/expert/deeptree/deeptreeconfig.xml
    function Config()
    {
        var strCfgXMLSrc = "";
        var sPath = "";
        strCfgXMLSrc = element.CfgXMLSrc;
    。。<div id="deeptree" class="deeptree" CfgXMLSrc="/expert/deeptree/deeptreeconfig.xml">
      

  2.   

    if( objA.target )
                {
                    //alert( objA.target );
                    window.open( sLocation , "_blank");
                    //从新另开窗口是我想是这个控制,            }
                else
                {
                    top.content.location = sLocation;
                }
      

  3.   

    net_lover(孟子E章) 
    还是从开窗口,你可以看看
    http://www.pricenew.com/joinfree.aspto wsj(骆驼) ( )
    不是很明白所说意思,我想能不能实现呢
    http://www.pricenew.com/joinfree.asp
      

  4.   


    http://www.pricenew.com/deeptreeconfig.xml
    中<ContentTarget>fraContent</ContentTarget>==><ContentTarget>_self</ContentTarget>
      

  5.   

    to 骆驼,
       我改了,还是不行,晕
    <deeptreeconfig>
      <TopXMLSrc>top.xml</TopXMLSrc>
      <TreeLabel>Welcome to the MSDN Library</TreeLabel>
      <StartPage>/nhp/default.asp?contentid=28000546</StartPage>
      <ErrorPage>http://www.microsoft.com</ErrorPage>
    <ContentTarget>_self</ContentTarget>
      <TreeId>msdnlib</TreeId>
      <TreeRootPath>/library/default.asp</TreeRootPath>
      <Locale>en-us</Locale>
      <LocaleTextDirection>LTR</LocaleTextDirection>
    </deeptreeconfig>改成这样,
    但在http://www.pricenew.com/joinfree.asp上还是从新另开窗口呀,
    help!谢谢
    电邮[email protected]
      

  6.   

    我搞好了,应该是这样
     window.open( sLocation , "_self");
    这样就会在原窗口打开
    但还有一个问题,我是在一个页面没有分frame
    但如果我打有一个有frame页面
    我点菜单连接就会在有frame窗口页面中的frame打开,不知哪里是是改这个,
    帮忙,结帐,:)
      

  7.   

    window.open( sLocation , "yourFrame_name");---------------
    <frame name=yourFrame_name src="otherpage.htm">
    ...