I got such code at the end of the website for a pre-loader:
<iframe id="hidden_target" name="hidden_target" src="#" style="width:0;height:0;border:0px solid #fff;"></iframe>
It works well on IE and FF, but jumps to the bottom of the page on load. Is there any workaround?
It was register_globals issue. I needed to turn them on.