Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Targeting frames with JS redirect - August 27, 1998 at 12:04:29

You are here: irt.org | BBS | Targeting frames with JS redirect [This BBS is closed]

Posted by Brad on August 27, 1998 at 12:04:29:

function leapto (form) {
var myindex=form.dest.selectedIndex
parent.Body.location.href= (form.dest.options[myindex].value);
}
// End -->
</SCRIPT>

</HEAD>

<BODY>

<CENTER>
<FORM NAME="myform">
<SELECT NAME="dest" SIZE=1 OnChange="leapto ()" >
<OPTION SELECTED VALUE="test.html">Test
<OPTION VALUE="test.html">Test
<OPTION VALUE="test.html">Test
<OPTION VALUE="test.html">Test
</SELECT>
</FORM>


</BODY>
</HTML>

Thanks in advance for any help that may come.

Brad
Follow-ups:

You are here: irt.org | BBS | Targeting frames with JS redirect [This BBS is closed]

©2018 Martin Webb