I can see what this does, but can it be adjusted to use the html's target='_parent' style? So it reload the entire page, rather than just the page inside the iframe?
Code: Select all
<script type="text/javascript"><!--
setTimeout('Redirect()',4000);
function Redirect()
{
location.href = '../htmljavascript.htm';
}
// --></script>