| Dear all,
I am trying to grap a website with getting rid of all
querry strings. which works fine in general. There is one
minor bug. If I have this in JS:
<script language="javascript">
<!--
parent.inhalt.location.href
= "../_beteiligung/allgemein.php3?hauptheader=Immofonds
Inland&header=&navkat=25";
//-->
</script>
This comes out, which does not work in the offline version:
<script language="javascript">
<!--
parent.inhalt.location.href
= "../_beteiligung/allgemein12c8.html
capital&header=&navkat=25";
//-->
</script>
It seems it does not fetch the link correctly.
What do I need to do to fix this?
Thanks for the great tool and the ongoing support!
Regards
Michael | |