| Hi,
I try to mirror a website that uses APEX (Oracle Application Express). The
site contains an iframe, target is a APEX, which returns a form with
flash-elements, the result is a chart (pie-chart e.g.).
I have no problem mirroring the iframe's content, but mirroring files
mentioned in it. Here an example:
<body ><form
action="../../../external.html?link=http://mydomain.com/apex/wwv_flow.accept
method="post" name="wwv_flow" id="wwvFlowForm">
<input type="hidden" name="p_instance" value="1740230002474691" id="pInstance"
/>
<table cellpadding="0" width="100%" cellspacing="0" border="0">
<tr valign="top">
<td width="100%"><object classid="..."
codebase="....macromedia.com..."
width="600"
height="400"
id="c2051203498774178"
align="">
<param name="movie"
value="/i/flashchart/3DPie.swf?XMLFile=http://mydomain.com/apex/apex_util.flash?p=103:2:1740230002474691:FLOW_FLASH_CHART_R2051203498774178_en-us
[...]
The action-script gets mirrored, but not the link in its URL parameter:
action="../../../external.html?link=http://mydomain.com/apex/wwv_flow.accept
Also the SWF gets saved (value="/i/flashchart/3DPie.swf), but not its
XMLFile-parameter (XMLFile=http://mydomain.com/apex/apex_util.flash?)
This is the last expriment getting my site mirrored (including -N ...)
httrack <http://start.mydomain.com/web> -O1 "D:\test" -Y -H0 -%%Pn -x -%%s
-%%l "de, *" -Q -q -z -I0 -p3 -e -#f -%%u0 -%%k -N "%%h%%p/%%n%%[XMLFile].%%t"
+*.css +*.js +*.gif +*.jpg +*.png +*.tif +*.bmp +*.zip +*.exe +*.swf +*.mp3
+*render_wizard_css* +*wwsbr_javascript* +*render_css* +*swf* +*apex*
-*www.oracle.com* -*www.macromedia.com*
Is my plan generally realizable?Anyone any idea?
Thanks fpr help! | |