Call it from the frameset page i guess? "Alright whatever man, I'll hook up the hair, but I aint touchin the ring...Cause I'm still a pla--yer"
I did it..but I didn't use the refresh() coz it didn't work for me. So I created a restart button to go to any page. It automatically refreshes and not a history function.
These code goes into the main frame. It didn't for on the nav bar. If someone can help me with that, that'll be great. Thanks.
This code goes in head:
<script language="javascript">
var restart = "Anything.html";
function refreshup()
{
window.top.location=restart;
}
</script>
This code goes in Body:1
<input type="button" value="Restart" onClick="refreshup()">
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.