Yamiru
03-17-2003, 11:14 PM
Hello Everyone,
I follwed the expample that is on lissa's Funstuff page.
i used 3 frames
Test as the frameset
Top as top
Bottom as bottom
I know the script goes into the head tag and the from in the body.
<script language="javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="yourframename"); <---- What do i put here the name or the name.Html??? }
}
//-->
</script>
Please im in dire need of assistance. Thank you All.
I follwed the expample that is on lissa's Funstuff page.
i used 3 frames
Test as the frameset
Top as top
Bottom as bottom
I know the script goes into the head tag and the from in the body.
<script language="javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="yourframename"); <---- What do i put here the name or the name.Html??? }
}
//-->
</script>
Please im in dire need of assistance. Thank you All.