FacadeGUIcontroller : class that imported in jsp.
this code doesn't accept variable as its parameter
function runmlp()
{
FacadeGUIcontroller.printk(document.getElementById( 'txtneuron').value);
}
But this code is working correctly.
FacadeGUIcontroller.printk("myname");