Hello out there!
window.location.reload();
window.location.href=url;
Eine Seite komplett neuladen, um sie dann gleich wieder zu verlassen??
<a href="javascript:pageRefresh('test.html')">Test</a>
Grmpf. <a id="foo" href="bar">Test</a>
Im Script fragst du den Status ab:
[lang=javascript]window.onload = function ()
{
document.getElementById("foo").onclick = function ()
{
if (status)
window.location.href=url;
};
};[/code]
See ya up the road,
Gunnar
--
„Wer Gründe anhört, kommt in Gefahr nachzugeben.“ (Goethe)
„Wer Gründe anhört, kommt in Gefahr nachzugeben.“ (Goethe)