Hi chandrasekhar200,
try this
Code:
<script>
function refreshPage(passValue){
//do something in this function with the value
window.location="the_page_self.php?val="+passValue
}
</script>
<select onchange="refreshPage(this.value);">
<option></option>
</select>
__________________________________________________ ________
This is my junk I'm gona eat it