Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.

Friday, March 30, 2012

Create a Modal Dialog Window using JavaScript

<script language="javascript" type="text/javascript">
   var answer = window.showModalDialog("Your Page URL","","dialogWidth:700px; dialogHeight:700px; center:yes");
    </script>

No comments:

Post a Comment