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 | |
|
|
|
|