JSP Java Tutorial

index.jsp


    
        Submitting Select Controls
    
 
    
        

Submitting Select Controls


        
            
                
                Option 2
                
            
            
        
    

basic.jsp


    
        Reading Select Controls
    
    
        

Reading Select Controls


        You selected 
        <% out.println(request.getParameter("select1")); %>