WebSpeed
Product Update Bulletin


A Combo Box With URL Buttons

This example shows you how to code a combo box to hold URLs. When the user clicks on the button, the browser goes to the Web site specified in the URL:

<FORM> 
 <SELECT SIZE="1"  
   onChange="(this[selectedIndex].value ?  
              location=this[selectedIndex].value : null)"> 
   <OPTION SELECTED>Select Location 
   <OPTION VALUE="http://www.progress.com">Progress 
   <OPTION VALUE="http://www.progress.com/services/support">Tech Support 
   <OPTION VALUE="http://www.webspeed.com">WebSpeed 
 </SELECT> 
</FORM> 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095