| Greetings,
We have been using the fantastic HTTrack to make
static backups of our dynamic websites. In my tests I
have discovered a small problem and am looking for
advice for solving it.
I have turned on the option "Detect all links" as I
need HTTrack to find images in javascript rollover
code (it does this very well). With this option on,
though, I have found that an email address used in a
hidden form field is rewritten incorrectly. Example:
<input type="hidden" name="recipient"
value="leto@foobar.com.au">
HTTrack parses this and sees the "@" symbol and tries
to follow the link. In the log it says it cannot
find "mywebhost.com/leto@foobar.com.au" and then it
rewrites it like this:
<input type="hidden" name="recipient"
value="leto_foobar.com.au">
You can see our problem. Is there a way around this?
Thank you,
-- Leto | |