Here are examples of call buttons in html:
<input type='button' value='Call' onclick='Test()'>
And here are some functions that I tried and which did not work:
<script type="text/javascript"> function Test() { com.tests.client.Test_GoogleWeb_JSNI::Callee()(); } </script>
But we cannot call Callee (). How can we achieve this? I mean, how can we call a JSNI function from javascript?
Help will be appreciated.
user903539
source share