Hi,
thank you very much for the answer. I tried your solution. It works: I get proper looking html-page, but my browser finally says: Javascript error: line 4, character 22, expected ")"
So the page what I'm getting is for example:
...
<script language="javascript">
<!--
location.replace(http://www.google.com);
-->
</script>
...
For me address looks goog, but browser does not redirect user anywhere and indeed complains about errors. How could I fix this?