Posted By:
vani_katari
Posted On:
Monday, April 17, 2006 06:18 AM
function h2()
{
var value1="remove";
document.f1.action="hello?as1="+value1;
document.f1.submit();
return true ;
}
above code is not working for me
iam unable to get these parameters in my servlet
can u help me out