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
-- 
View this message in context: 
http://www.nabble.com/how-to-forward-some-action-from-javascritp-tf4234069.html#a12046424
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to