> > I could be wrong, but I believe... > > > > onClick="newWindow(form.menu[form.menu.selectedIndex].value);" > > > > ...is what you want.
This will work, but this (below) also works, and is a little easier to read: onClick="newWindow(form.menu.value);" Jacob ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
