AntYau
04-15-2004, 06:04 AM
Hi i've got small problem. I've got it so that it auto loads on Body Load but i want to specify the frame it goes in. At the moment it just covers the whole page but just want it to go into frame "top1". Heres code below.
<script language="javascript">
function AutoLoad(){
top.location.href = '../Top/toprighthome.htm' ;
}
</script>
</head>
<body onload="AutoLoad()">
So i just want to specifiy which frame the page above goes.
Can anyone help???
Thanks
p.s. I'm a newbie :)
<script language="javascript">
function AutoLoad(){
top.location.href = '../Top/toprighthome.htm' ;
}
</script>
</head>
<body onload="AutoLoad()">
So i just want to specifiy which frame the page above goes.
Can anyone help???
Thanks
p.s. I'm a newbie :)