Quantcast
Channel: SharePoint 2010 - Development and Programming forum
Viewing all articles
Browse latest Browse all 11571

Modal dialogs not working in Chrome

$
0
0

Hi

I am using a modal dialog in sharepoint 2010 that opens fine in IE but will not open in Chrome despite pop-ups being enabled.

Code behind:

 profileReports.Text = "<tr><td><a href=Javascript:openReportsDialog(\'" + studentId + "\'); >Reports</a></td></tr>";

In page:

functionopenReportsDialog(studentId) {

        options = SP.UI.$create_DialogOptions();

        options.url = SP.Utilities.Utility.getLayoutsPageUrl(

"/CLSG/studentProfile/ProfileReports.aspx?userid="+ studentId);

        SP.UI.ModalDialog.showModalDialog(options);

    }

Are there any known issues with Chrome opening Sharepoint modal dialogs?

Thanks

Steve


Viewing all articles
Browse latest Browse all 11571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>