document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function OpenForm() {
  2.     var dialogurl = "http://vardhaman:35353/sites/intranet/_layouts/FormServer.aspx?XmlLocation=/sites/intranet/NewFormLib/MyReport1.xml&Source=http://vardhaman:35353/sites/intranet/NewFormLib&DefaultItemOpen=1";
  3.     var options = {
  4.         url: dialogurl,
  5.         width: 700,
  6.         height: 700
  7.     };
  8.     SP.UI.ModalDialog.showModalDialog(options);
  9. }
');