That is a cleaner solution.

Adam

On Monday, August 18, 2003, at 03:44 PM, Wade Preston Shearer wrote:

yes, that is cleaner. thanks.

On Monday, Aug 18, 2003, at 15:28 US/Mountain, Jacob Fugal wrote:

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




____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list




____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to