The code below is very useful when displaying a SharePoint page using a minimalistic masterpage in an IFrame of CRM 2011 dashboards. So instead of the page opening inside the IFrame of CRM 2011, it will open a new page. Add code in the script tag:
$(document).ready(function() {
$('a').attr('target', '_blank')
});
Tuesday, October 11, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment