Hello Sir, I'd solved the earlier problems somehow but now this time another problem arised when I want to pass the value from a link to a dropdown list. I want to set the dropdown list selected according to link. CODE: print("
Blockquote
<% String hr = request.getParameter("hour"); String min1 = request.getParameter("min"); String am1 = request.getParameter("am"); String str="";
if(hr!=null && min1!=null && am1!=null)
{
str= "TIME=== " ;
}
%>