You are here: irt.org | BBS | Re: Javascript redirect that targets frames (my code) [This BBS is closed]
Posted by Brad on August 26, 1998 at 15:53:56:
In Reply to: Javascript redirect that targets frames posted by Brad Stone on August 26, 1998 at 15:02:10:
This is my code. I keep getting the response that dest is not a valid object.
<HTML><HEAD><TITLE></TITLE>
<SCRIPT LANGUAGE="JavaScript">
</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>
Follow-ups:
You are here: irt.org | BBS | Re: Javascript redirect that targets frames (my code) [This BBS is closed]