View Full Version : I need help with the drop-down menu that targets frames


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.

starlet
03-18-2003, 12:37 AM
<---- What do i put here the name or the name.Html???

Just the name...not the file, so not whatever.html...just whatever