Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

how to forward some action from javascritp

AJAY KUMAR UPPALAPATI

2007-08-07

Replies:


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)

©2008 junlu.com - Jax Systems, LLC, U.S.A.