0

This is probably one of those questions with an obvious answer, but when I customize a form in CRM it appears in a pop-up without toolbars.

How can I enable the IE toolbar so that it will enable me to easily determine the html elements I need to manipulate in the Javascript?

I'm using IE7 by the way.

Cheers, Peter.

Matt
  • 4,656
  • 1
  • 22
  • 32
Pete Morgan
  • 338
  • 3
  • 10
  • http://stackoverflow.com/questions/226905/does-the-internet-explorer-web-developer-toolbar-work-with-popups – spender Oct 01 '09 at 08:44
  • Spender - Thanks for the referral to the earlier SO question, but upgrading to IE8 is not an option for me at the moment. Benjynito - I don't understand what you mean by 15 chars?? – Pete Morgan Oct 01 '09 at 15:55
  • sorry, my comment was to try F12 (not sure if it works on the IE7 toolbar). I had to write 15 characters to leave a note ;) – John Hoven Oct 02 '09 at 12:56

1 Answers1

2
  1. Hit F11, copy the full url, open new IE window (with toolbars and such) paste url.
  2. Also, make sure that under Settings->Administration->System Settings->Customization "Open Microsoft Dynamics CRM in Application Mode" is unchecked.

Application Mode will always try to hide toolbars and menus.

brendan
  • 29,308
  • 20
  • 68
  • 109