l amejor manera es con jquery hacte un link en jquery 
   
Código Javascript
:
Ver original- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" ></script> 
y depes pon algo si    
Código HTML:
Ver original-     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"  
-   
- $(document).ready(function(){ 
- $('form').ready(function(){ 
- $('#bot').click(function(){ 
- var cant = $("#cant").attr("value"); 
- var tall = $("#tall").attr("value"); 
- alert('cant: '+cant+' tall: '+tall); 
- });  
-   
- }) 
- }); 
- #window{ float:left; border:1px solid #CCC; width:300px; height:300px; background:red;} 
- <select id="cant" name="cantidad"> 
- <select id="tall" name="talles">