You can use XMLHTTP for this. call the XMLHTTP send method on change of 1 dropdown. var xmlh=new ActiveXObject("microsoft.XMLHTTP") ... ... .. xmllh.send("anothrpage.aspx"); it returns mlh.responseBody like. just take those stuff and fill the dropdown. You try this ,if u need me to do the code ,just reply me Bhaskar.T |