hi i have to forward to controller with javascritp my script is as below.
<html>
<head>
function fwd(field){
var val=field.value;
if(val == 1){
[b]mypage.do[/b] //<----------- this is how i needed
}
}
</head>
<body>
<html:select property="myPage" onchange=fwd(this)>
<html:option value="1">one</html:option>
<html:option value="2">one</html:option>
<html:option value="3">one</html:option>
</body>
</html>
thx in Adv
Ajay
--
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)