tags:

views:

33

answers:

2

when we want to display the output of the javascript function on Alert Box. i am unable to doing so pls help me.

A: 
<script type="text/javascript">
   alert(yourfunction());
</script>
Gregoire
A: 
alert(what_ever_function_you_want("some", "paramters"));
jigfox