Hello, I am trying to call a java script function and it is not working, are
there any known issues with this sort of thing.
 
 
Here is some code:
 
<html:form action = "SomeAction">
<html:select property = "someProp" onchange = "reset()">
<html:options
        collection="aCollection"
        property="key"
        labelProperty="value"
         />
</html:select>
 
<more selections:
<close the form:
 
<script language="JavaScript">
function reset()
{
  alert("woo woo");      
}
</script>
 
 
 
 
We come from the land of the ice and snow
With the midnight sun, where the hot springs glow
The hammer of the gods, will drive our ships to new lands
Fight the horde, Sing and cry
Valhalla I am coming
 


Reply via email to