Forum Moderators: open
<script language="JavaScript">
function onul()
{
top.location.href = location.href;
}
</script>
<frameset rows="0,*" frameborder="no" border="0" framespacing="0" onUnload="onul()">
the function executes but the statement to change the location doesn't have any effect.
what am i doing wrong?
For what it's worth, this may be impossible - it certainly should be impossible.
Kaled.