page not showing within iframe in sage crm 7.2b

Hi All.

I have developed .Net website and I want it to open inside sage crm when i click on dedicated menu button in administration. In version 7.1 and 7.2a its working perfect, But when I upgraded to 7.2b, the website taking complete window and cannot see any sage menu buttons/top content in the page. Can any one please help on this ? I want to open website within sage.(website developed in .Net 4.0).

  • 0

    Sage CRM 7.2 dropped the use of frames within it architecture. If you have a page on an external site that needs to be displayed within the Sage CRM interface complete with Main Menu, top content and horizontal tab menus then you will need to embed this within an page generated by Sage CRM's interface. You could use a content block contained within a container block called via RunBlock, or you could create an ASP page or .NET assembly than embeds the external page within an IFRAME.

  • 0

    Jeff,

    Salesfusion has an integrated piece that uses a .ASP page to call to their external site. Within this, they use a content block within a container block. All runs fine, but they are not able to get the size to adjust. They are using:

    Blk_Content.contents = "

    but the size is not adjusting using this scripting. What is the best way to adjust sizing on this?

    Thanks,

  • 0

    Paul

    I don't have 7.2 on my machine. But Sage CRM 7.3 works in the same way.

    I think you will need to use the noresize attribute to force the iframe to obey the sizing you have given it.

    www.w3schools.com/.../att_frame_noresize.asp