Welcome to plsql4all.blogspot.com SQL, MYSQL, ORACLE, TERADATA, MONGODB, MARIADB, GREENPLUM, DB2, POSTGRESQL.

Sunday 22 June 2014

Simple javaScript to Show a page as modal Dialogbox in SharePoint

Add Content Editor WebPart to Sample.aspx page and add following Code to it

<a href="javascript:var options = {
            url: '/sitepages/Sample.aspx',
            title: 'Title, Description, and Icon',
            width: 640,
            height: 400
        }

        SP.UI.ModalDialog.showModalDialog(options);
;">Show Me the Pop-Up!</a>

No comments:

Post a Comment

Please provide your feedback in the comments section above. Please don't forget to follow.