You are here: irt.org | BBS | Re: Ignore this one [This BBS is closed]
Posted by Brad on August 27, 1998 at 12:08:38:
In Reply to: Targeting frames with JS redirect 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 | Re: Ignore this one [This BBS is closed]