< Back

Document Subject: drop down menu url redirect
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#dropdownMenu or http://A555F9/nn.nsf/ByAlias/dropdownMenu

Code Snippet for a dropdown menu box




 

Add this to the on Change event of the combo box:

This will go to the form and pass the site in the pull down options.

location.href='FormName?OpenForm&site='+document.forms[0].fl_site.options[document.forms[0].fl_site.selectedIndex].value;

where fl_site is the field id.

 

This will go to the URL in the :

location.href='document.forms[0].fl_site.options[document.forms[0].fl_site.selectedIndex].value;