when we want to display the output of the javascript function on Alert Box. i am unable to doing so pls help me.
<script type="text/javascript"> alert(yourfunction()); </script>
alert(what_ever_function_you_want("some", "paramters"));