I have a button on my cover page and I need to assign to it 1 line of javascript code (namely javascript:languageClicked(0);
to work with this neat addon: Multilingualizer) .
So the button should execute that line of code and do its usual job, namely to send the user to my main webpage.
thx in advance