JavaRookie
10-14-2002, 12:00 PM
I've made a frameset in which there is a frame in which a simlple 'bypass' is used;
<SCRIPT LANGUAGE="JavaScript">
function bypass(){
location="newpage.html";
}
</SCRIPT>
and activate the 'script' with
<BODY onLoad="bypass()">
is it possible to open newpage.html in the "_top" target?
(of course it is, I only don't know how!)
<SCRIPT LANGUAGE="JavaScript">
function bypass(){
location="newpage.html";
}
</SCRIPT>
and activate the 'script' with
<BODY onLoad="bypass()">
is it possible to open newpage.html in the "_top" target?
(of course it is, I only don't know how!)