Click to See Complete Forum and Search --> : Redirecting to Another Page Unless if its Inside A Frame


o_zelda_o
01-19-2004, 06:05 PM
Umm, I'm trying to find a code that let's you redirect to another page unless if its in a frame....can you help me out????

fredmv
01-19-2004, 07:13 PM
Welcome to the forums.<script type="text/javascript">
//<![CDATA[
if(typeof parent.frames[0] == 'undefined') top.location = 'foo.html';
//]]>
</script>