
Originally Posted by
jscheuer1
The only thing I can think of for that would be to have an iframe on the page.
Yes, something like this:
Code:
<iframe name="preload" style="position: absolute; display: none; left: -10000px" onload="if(frames.preload.location.href!='about:blank'){parent.location.href=frames.preload.location.href}"></iframe>
<a href="javascript: void(0)" onclick="frames.preload.location.replace('some_page.html'); return false">go to some page.html</a>
Works only for pages belonging to your own domain.
Bookmarks