Hi i need to use javascript variable & asp variable passing the value how can i used the both on the query string ?
here is my code
here is my code
Code:
function reload(form){
var val=form1.drpcolor.options[form1.drpcolor.options.selectedIndex].value;
self.location='product_detail.asp?intProdID='<%= intProdN%>&<%= intProd2%>drpcolor=' + val ;
}
</script>
Comment