| I know that HTTrack does not have full javascript support, but I am hoping
someone can suggest a fix for this javascript problem i'm having.
When mirroring a page containing:
----START ORIGINAL CODE----
<script type="text/javascript" language="javascript">
var displayName = "Text 21/05/03";
</script>
----END ORIGINAL CODE----
I get:
----START MIRRORED CODE----
<script type="text/javascript" language="javascript">
var displayName = "Text.html 21/05/03";
</script>
----END MIRRORED CODE----
and an associated request for Text.html
The javascript variable goes unchanged if I remove the '/'s e.g.
<script type="text/javascript" language="javascript">
var displayName = "Text.html 21.05.03";
</script>
However I don't have access to this text to change it.
Any help appreciated.
Cheers,
MC Yap. | |