HTTrack Website Copier
Free software offline browser - FORUM
Subject: microsoft site, asp, xml, frames problem
Author: Atanu
Date: 09/27/2002 16:43
 
hi, thanx for a good prog.
I am facing the following prob. Can u help me?
I am trying to download: 
<http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/winxppro/reskit/prork_overview.asp?frame=true>

I only get one page (frameset page) and httrack thinks there 
are no more pages.

Downloaded page:
**********************************************
<HTML>
<HEAD>
  <META NAME="Robots" CONTENT="noindex">
  <META content="text/html;charset=utf-8"
http-equiv="Content-Type">
  <TITLE>Microsoft TechNet</TITLE>
  <SCRIPT LANGUAGE="JavaScript">

  // this page should never load inside of another frame
  if (top.location != self.location)
    {
    top.location = self.location;
    }

  function InitSync()
  {
      if( "object" == typeof( top.deeptree ) && "unknown" ==
typeof( top.deeptree.Sync ) )
      {
        top.deeptree.Sync();
      }
  }
  </SCRIPT>
</HEAD>

<FRAMESET onload="InitSync();" rows="81,*" border="1"
FRAMESPACING="0" TOPMARGIN="0" LEFTMARGIN="0"
MARGINHEIGHT="0" MARGINWIDTH="0">
  <FRAME name="fraToolbar"
src=http://www.microsoft.com/library/shared/deeptree/asp/toolbar.asp?tbcfg=/technet/treeview/toolbarconfig.xml
scrolling="no" border="0" frameborder="no" noresize
TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0"
MARGINWIDTH="0"></FRAME>
  
    <FRAMESET name="fstMain" cols="216,*" border="1"
frameborder="1" FRAMESPACING="6" TOPMARGIN="0"
LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">
      <FRAME name="fraLeftFrame"
src=http://www.microsoft.com/library/shared/deeptree/asp/leftframe.asp?stcfg=/technet/treeview/searchtabconfig.xml&dtcfg=/technet/treeview/deeptreeconfig.xml&url=/technet/prodtechnol/winxppro/reskit/prork_overview.asp?frame=true
TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0"
MARGINWIDTH="0" FRAMEBORDER="1" BORDER="1"></FRAME>
      <FRAME name="fraRightFrame"
src=http://www.microsoft.com/library/shared/deeptree/asp/rightframe.asp?dtcfg=/technet/treeview/deeptreeconfig.xml&url=/technet/prodtechnol/winxppro/reskit/prork_overview.asp?frame=true&hidetoc=false
FRAMEBORDER="no" BORDER="0" BORDERCOLOR="#6699CC"></FRAME>
    </FRAMESET>
    
</FRAMESET>

</HTML>
**********************************************

It seems as if httrack is not able to read the URLS inside
the frame tags or it can not handle complex URLS containing
XML/ASP extension. No errors are being reported. Pls. advice

TIA 

Atanu
 
Reply


All articles

Subject Author Date
microsoft site, asp, xml, frames problem

09/27/2002 16:43
Re: microsoft site, asp, xml, frames problem

09/29/2002 20:06
Re: microsoft site, asp, xml, frames problem

09/30/2002 17:54




8

Created with FORUM 2.0.11