This is select box. u make this as html select

<select name="contentId" id="contentId"
onchange="getPage(<%=companyId%>,'./xxx.do?step=<bean:message
key="link.xxxx.xxxxx"/>&contentId=');">

This is javascript
--
function getPage(ccid,url){
        var cId = document.getElementById("contentId").value;
        document.location.href = url+cId+'&xxxId='+ccid;
}

by using this u can get what u want.


Ingo Villnow wrote:
> 
> Hello,
> 
> i want to call an action by javascript, when a value in a <html:select>
> field changes. I want to fill my <html:form> with the data provided by
> the action. Any ideas? I don't know a lot of javascript :-(
> 
> thanks & greetings from Berlin
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
View this message in context: 
http://www.nabble.com/struts-1.2%3A-calling-an-action-by-javascript-tp13510349p14592253.html
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