okay, to break out of frame, just use:
<a target=_top href=.........>
to redirect: this is my code
<script>
<!--
//change below target URL to your own
var targetURL="http://www.vinaclub.net"
//change the second to start counting down from
var countdownfrom=10
var currentsecond=document.redirect.redirect2.value=countdownfrom+1
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.redirect.redirect2.value=currentsecond
}
else{
window.location=targetURL
return
}
setTimeout("countredirect()",1000)
}
countredirect()
//-->
</script>
and this is the working model: here
now, the PROBLEM
i want it to redirect but also break out of frame. anyone know how to combine this 2 together?
Need redirection (break out of frame) script!!
var targetURL="http://68.66.9.31:8080"
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH
and command you to believe it or else.
If it is not true for you, it isn't true.
LRH