drop down submit
Hi all,I have two drop down. When i select first, I submit the drop down using js and it populates the next one..This works.The problem is my first drop down is not showing the selected item instead it reset to its initial state..Could anyone help me..
[280 byte] By [
a1ba] at [2007-11-27 7:53:06]

# 3
hi
store the request.getParameter in a variable and at the end of code
String st=request.getParameter("select1");
write
out.println("<script>form1.select1.value="+st+"</script>");
put according to ur condition so it works fine
regards
-venkat