Welcome Guest Search | Active Topics | Members | Log In | Register

How to display external sites/application in ME application? Options
3125ravi
Posted: Thursday, June 16, 2011 1:40:37 PM

Rank: Active Member

Joined: 6/14/2011
Posts: 11
Points: 33
Location: India
Hi,
How can we display external application using ME?
I tried the below sample to achieve by using simple iframe in html but not able to get output:
Code:
public override void QueryList(EntreeScopeObject EntreeScope, EntreeListObject output)
{
    //add a group to the output
    EntreeListGroup myGroup = output.AddListGroup();
    myGroup.ListHeader = "My Group Header";

    //add a list item to the group
    EntreeListItemBillboard item = myGroup.AddListItem<EntreeListItemBillboard>();
    item.InnerHtml = "<iframe src='http://www.google.com'>google</iframe>";
}


but same thing is working fine with bing map. Any solution to achieve this?

-- Ravi
joe
Posted: Thursday, June 16, 2011 2:20:56 PM

Rank: ME Staff

Joined: 1/12/2009
Posts: 279
Points: 408
Location: VA
Google will not render in an iFrame, try a different site that you know will render inside an iframe. Also try adding width/height attributes to the iFrame since the default may look like it's not there.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.