I've inserted this simple function in head of html:

<script type="text/javascript">
function show()
{
document.getElementById("myDiv").setAttribute("class", "visible"); 
}
</script>
</head>

and i'd like to execute this function on onlick...

so somthing like: onlclick="show()"

This is a particular situation, but very important for my GUI.

Thanks

E.



jwcarman wrote:
> 
> What javascript do you want to put into your onclick handler?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/adding-extra-javascript-call-in-CheckBox-tp15318650p20340933.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to