How can I make a link open in a page with specific settings (now tool bars, no resize, etc.) using a script? For example, if I wanted to do this in plain text in HTML on a page, the link would look like this:
Schedule
of Availabilty
HERE IS THE SCRIPT (in the HEADER):
<script language="JavaScript">
<!-- Hide the script from old browsers --
function surftonew(form) {
var myindex=form.dest.selectedIndex
window.open(form.dest.options[myindex].value);
}
//-->
</SCRIPT>
Thank you for your help!
Justin Novian
jnovian@premiereradio.com
java script in menu
-
- Beginner
- Posts: 3
- Joined: Sun May 19, 2002 7:24 pm
Re: java script in menu
in the area in the menu array where you would put the href put javascript:surftonew(document.formname)