(SharePoint JavaScript Modal Framework ) Place a Content Editor Web Part in the page and Switch to the Source Edit Mode in the editor and place the following code by putting your page URL. You can put either relative or absolute URLs. If you are not going to use content editor you can edit the row HTML as well. Put the following script to the page. you can put the code to <script type= "text/javascript" > function OpenDialog(myurl) { var options = SP.UI.$create_DialogOptions(); options.url = myurl; // options.width = 500; // options.height = 400; //options.dialogReturnValueCallback = Function.createDelegate(null, CloseCallback); SP.UI.ModalDialog.showModalDialog(options); } </script> You can put this code to Additional page header section in yout page.SharePoint will allow to put in that section. Then you can call as follows. <a onlick=”javascript:OpenDialog(‘/sites/alr/SitePages/Reservation.aspx...
MELICK RAJEE BARANASOORIYA | Enterprise Architect