Skip to content
  • Home
  • About Me

Szczepan's Code Blog

Yet Another Blog About Microsoft Dynamics CRM And Programming

Set blank.htm in iframe in CRM 2013

2015-05-142015-05-15szczepan

There is a blank.htm file in CRMWeb/_static, which can be used to display blank page for iframe. But CRM keeps adding http:// in URL field of iframe 🙁 To simply set it, open iframe properties, press F12 and enter this into console:

document.getElementById('Url').value = '/_static/blank.htm'

Then OK, Save, Publish 🙂

CRM, Customizations, JavaScript
Previous Article Get strongly typed attribute logical name for CRM Entity
Next Article CRM Security Roles Summary

Pages

  • About Me

Recent Posts

  • How to setup certificate renewal using FreeBSD, crontab, uacme and mini_httpd with Let’s Encrypt CA
  • Recover “lost” CRM encryption key
  • Installing Microsoft Dynamics CRM 2016 on Windows Server 2016
  • Quick call some JS function on Form Load
  • Important thing to remember when using addCustomView

Archives

  • February 2022
  • November 2016
  • January 2016
  • August 2015
  • June 2015
  • May 2015

Categories

  • CRM
  • Code
  • Customizations
  • JavaScript
  • Technical
  • me
Proudly powered by WordPress | Theme: Plane by WordPress.com.