As you can see in the below script, i just have added a jquery plug-in to my application for jquery classes.The jquery /Javascript provides alert box to display
the desired data on dialog box.
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js></script> <script type="text/javascript"> $(document).ready(function () { alert('Jquery Alert Box'); }); </script> <html> <head><title>Jquery Alert</title></head> <body> </body> </html>you can excute the script by the time of page using Doument.ready function