| > I have this
> <FORM ACTION='/Apresenta.asp?o=110' METHOD='POST'
> NAME='frmFind'>
> And after run the HTTrack I have this
> <FORM
> ACTION=http://abin.zevallos.com.br/Apresenta.asp?> o=110' METHOD='POST'
NAME='frmFind'>
This is normal: POST actions aren't downloaded, and
therefore converted in absolute mode so that it can
work offline.
There isn't any real hack to prevent this, but you can
leave ALL links untouched with -K4 option
| |