Issue displaying content on iframes.

Hello everyone,
I am trying to display a few pages on an iframe for a few seconds each on a loop. 
I have been able to display content on the iframe when I do it by adding this line.
frame1.Attributes["src"] = "http://intranet.contoso.com/sites/Report";
Unfortunately it does not work when I try to put it in a loop:
do
frame1.Attributes["src"] = "http://intranet.contoso.com/sites/Report";
Thread.Sleep(5000);
frame1.Attributes["src"] = "http://intranet.contoso.com/sites/dashboard";
Thread.Sleep(5000);
} while (true);
Is there something I am missing?
Thanks so much for your help.
There is always something above the sky

Please post ASP.NET related questions in the ASP.NET forums:
http://forums.asp.net

Similar Messages

  • OBIEE content cannot be displayed in the IFrame

    Hi,
    After embedding OBIEE 11.1.1.6.0 into EPM 11.1.2.1 EPM System Workspace ,i am getting below message ,while navigating through different dashboards (I have several tab's/pages under one dashboard and several dashboard links are present under each tab/page).
    OBIEE content cannot be displayed in the IFrame .
    I have tried the instanceconfig.xml and web.xml modifications And cleaning browser cache as per below blog ,but still the message is getting displayed .
    http://atlantabi.blogspot.com/2011/12/obiee-11g-obiee-content-cannot-be.html
    And After clicking OK , I am getting logged out of OBIEE .
    Am I missing anything ?
    Waiting for ur replies
    sayak

    sayak wrote:
    Hi,
    After embedding OBIEE 11.1.1.6.0 into EPM 11.1.2.1 EPM System Workspace ,i am getting below message ,while navigating through different dashboards (I have several tab's/pages under one dashboard and several dashboard links are present under each tab/page).
    OBIEE content cannot be displayed in the IFrame .
    I have tried the instanceconfig.xml and web.xml modifications And cleaning browser cache as per below blog ,but still the message is getting displayed .
    http://atlantabi.blogspot.com/2011/12/obiee-11g-obiee-content-cannot-be.html
    And After clicking OK , I am getting logged out of OBIEE .
    Am I missing anything ?
    Waiting for ur replies
    sayakHi Sayak,
    Read through the content of this in MOS: Integration Of Obiee In 8.1.1.3: "OBIEE content cannot be displayed in the IFRAME" [ID 1296232.1]
    Although applying the security setting is a workaround to fix this problem, oracle highly recommends to use Virtual IP or single OHS/Apache/IIS solution be adopted instead.

  • How do I get to display content from an Azure DB , in a SharePoint external list?

    I have an SQL Azure DB, and I am trying to display contents in an external list in SharePoint Online. I have created the external list from the Azure table with BCS and Secure Store as described in the post below...
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/make-an-external-list-from-a-sql-azure-table-with-business-connectivity-services-and-secure-store-HA102933008.aspx
    I am now able to view the column headers for the table, however I don't see any data being displayed. There is a bunch of data in the table, but I can't see anything in SharePoint aside from the column headers.

    Hi Spawn,
    Have you successfully retrieved the database table data in SharePoint Designer 2013?
    There may be some incorrect configurations, I would recommend you create a simple DB table and go through the steps again per your referenced link and below article, see if there is any misconfiguration causing this.
    http://jamesdiblasi.wordpress.com/2014/01/19/sharepoint-online-external-azure-database-as-a-list/
    And also we have a dedicated forum below for Office365 SharePoint Online, you can post there for a better assistance with more experts regarding SharePoint Online issue.
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Highlight current menu item whose page is displayed in an iFrame

    Greetings,
    Looking for the Holy Grail here...
    So the parent page has static menu and an iframe which then loads in a specific pages as the user clicks on the menu items (which are ul li tags).
    I would like to be able to highlight a menu item based on the page content being displayed in an iframe. It seems to be quite difficult to do for this style of page load using iframe method. I know it would be easier using php, but I can only use iframe (long story).
    When page 1 is displayed in the iframe, I would like for the corresponding menu item to be highlighted.
    I'm hoping the answer is out there somewhere as iframe has been around forever. If you would like to see my code, I'm happy to provide this.
    Thanks!

    Sure, here you go...
    1. Add this code between your <head> tags:
    <script type="text/javascript">
        function offclass(id)
        {document.getElementById(id).className = 'class_off';}
        function onclass(id)
        {document.getElementById(id).className = 'class_on';}
    </script>
    2. In your css, create your on and off styles (I used <a> you can use <li> the same way)...
    a.class_on {
        color:blue;
    a.class_off {
        color:red;
    3. Add id's (individual to each link), classes (set to the off class you make) and onclick events (one to turn the link on and several to turn off the others) to your links...
    <a id="link1" class="class_off" href="http://www.apple.com" target="mr_jones" onclick="onclass('link1'); offclass('link2'); offclass('link3');">Link 1</a>
    <a id="link2" class="class_off" href="http://www.adobe.com" target="mr_jones" onclick="onclass('link2'); offclass('link1'); offclass('link3');">Link 2</a>
    <a id="link3" class="class_off" href="http://www.foxnews.com" target="mr_jones" onclick="onclass('link3'); offclass('link1'); offclass('link2');">Link 3</a>
    4. Give your iframe the name used for your target and a base "on page load source" (I used a # so it's blank on load)...
    <iframe id="mr_jones" name="mr_jones" width="420" height="315" src="#" frameborder="0"></iframe>
    That's it. As you increase the number of links, you just need to make sure you have an offclass for each new one added in to turn those off when you click.

  • DMP 4400G not displaying content on Cisco LCD 110L PRO 47

    All,
    I have a DMP 4400G connected to a Cisco LCD via HDMI.  The DMP is controlled through a DMM (5.2.3).  The IP info displays on the screen when I tell it to, but I am having trouble displaying content.
    I have tried the following:
    Pointing the DMP to URL on the DMP.
    Pushing a presentation from the DMM to the DMP.
    Pushing a "go to url" from the DMP.
    The DMM says that the task was submitted, but nothing displays on the DMP.
    Any thoughts?

    Thanks for the input Joe.  The I was able to play the file straight from the DMP, as well as another mpeg2 file that I loaded on there.  I didn't get any audio from the file though...
    My other issues seem to be specifically with the browser.  If I try to play a URL (media plane or browser plane) FROM the DMP, or try to play a playlist from the DMM, I get a "browser_play_failure" error in the syslog output.
    <174> Jan 26 10:37:50 10.59.50.11 DMP-4400[1765]{-1}(4)~00-0F-44-02-4C-C8~2012~CST~yes: browser_play_failure: [http://dmm.metrolibrary.org:8080/xTAS-core//api/xml/app/playlist/start_playlist_41_.htm]
    <174> Jan 26 10:27:41 10.59.50.11 DMP-4400[1766]{-1}(181)~00-0F-44-02-4C-C8~2012~CST~yes: browser_play_failure: [http://www.google.com/]
    Any ideas?

  • Display Content is Not working in BI 7.4

    Hi All,
    In BW 7.4, I am trying to display content via Mange Infoprovider. Till 7.3 the data used to show in the BW system itself.
    Where as in 7.4 BW system display data redirecting to below URL and it’s calling a webdynpro APP called “rsdmdm_md_maintenance_app” as below URL
    http://host:port/sap/bc/webdynpro/sap/rsdmdm_md_maintenance_app?IOBJNM=ZDV_EMPID&sap-language=EN.
    Bu this URL giving 500 Internet server error.
    Can any one help with what I am missing here? In 7.4 is it possible to display content in BW system itself?
    Thanks in advance.
    Venky

    Hi,
    Please review following SAP Note. The new behavior (WebDynpro based Master Data maintenance) is now standard since SAP BW 7.4 SP05. Old SAPGui based screen is not possible anymore.
    The notes describes the SICF services you need to activate to make it work.
    My understanding is that old SAPGui based screen could not handle certain newer data types. As per SAP the new feature has some good benefits such as copy/paster multiple lines from spreadsheet.
    1997402 - Master data maintenance is not possible in old GUI based
    one
    1969105 - Master data maintenance for InfoObjects does not
    start
    517484
    - Inactive services in the Internet Communication Framework
    1969092 - Exception when launching master data maintenance for some
    InfoObjects; additional option for navigating to application log
    Hope this helps.
    btw: I only found out this week hard way as we just did SAP BW 7.4 upgrade. :-)
    Thank you with kind regards,
    Satya,
    Resolution
    It’s not possible to switch to old GUI Based Master data maintenance. Incase
    if new master data maintenance is not working please check:
    Check if services as described in note 517484 is active
    In transaction SICF activate services starting with RSDMDM*
    Check if note 1969092 is implemented already.
    See Also
    Additionally the new UI has some advantages like editing values directly
    within the tables, so it’s not required to edit the values one by one,  or the
    option to copy and paste values from a spreadsheet directly in to table.

  • MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.

    MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.How do I solve this issue?

    Go step by step and test.
    1. Power off the router. Unplug it from the wall. Wait a while.
        Plug it back to the wall. Power the router on. Wait until all the lights are lit properly. It will take a while.
        Restart the computer.
        Start up in Safe Mode.
        http://support.apple.com/kb/PH14204
    2. Empty Caches
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        Develop menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    3. Deselect Proxies if selected.
        System Preference > Network > Advanced  > Proxies Tab
        Under "Select Protocol", uncheck any box if selected.
        Click "OK" then  "Apply”.

  • My iPad is connected to wifi  but unable to display  contents from iPad to TV via ATV

    A.MY iPad is connected to Wi.Fi but unable to display contents from my iPad to TV via my ATV

    Look at the Apple TV manual
    http://support.apple.com/manuals/#appletv
     Cheers, Tom

  • I'm Stuck at: Safari can't display content on this page.???

    I'm still somewhat new to Apple so bear with me here.
    As I use Safari I attempt to listen to a Radio Player online I'm greeted with this message:
    Safari can't display content on this page.
    Some content on this page requires an Internet plug-in that Safari doesn’t support. The application “Windows Media Player” may be able to display this content. Would you like to try?
    I try that also but to no avail.
    Thanks ahead of time

    There is no windows media player support for the Intel Macs. MS has dropped support for Windows Media on the Mac platform.
    Filp4Mac should have an Intel compatible plugin soon - I have no idea if it will solve this problem, though.

  • Flash Player won't display content in IE

    The Flash 9 player on a system in our organization will not
    display content. Instead the flash window disappears and is
    replaced with a double quote symbol ("). Removal of the flash
    player, rebooting, then reinstalling gives the same result. It does
    this with multiple users (different logons) on this same system.
    System is XP Pro SP2 with IE6. I've also tried resetting the
    Security and Advanced options in IE back to defaults with the same
    result. I cannot find anything online about this problem. It was
    happening on another system here in the office but that system was
    wiped and reimaged due to other problems going on.
    Any ideas would be appreciated.
    Thanks,
    Mike

    read my thread "how I got flash9 to work and can view you
    tube"

  • WebHelp not displaying content in left nav pane

    Any suggestions for why WebHelp is not displaying contents in
    the left navigation pane? When Help is called, it displays the
    frame (including buttons such as glossary, search, contents, etc)
    and the work area, but does not show the TOC in the left navigation
    pane.
    I have also tried generating FlashHelp, with the same
    results. This time, only the work area displays. Any suggestions to
    fix this?
    This is a new project, where RoboHelp is being deployed for
    the first time. Any suggestions for making this a simpler
    transition would be much appreciated. I have used RoboHelp for many
    years with a different company and do not recall ever running into
    this many problems.
    Help!

    Sorry, I haven't used the CSH method which, by the way, was
    designed to show only the topic at first, I think.
    I give my developers a list of path/filenames for topics, and
    they use this form:
    .../helpdirectory/myproject.htm#targettopic.htm
    There are some shortcomings to this method, which leaves the
    window open and, when you call another topic, another new window
    opens. In other words, you have to close the help window manually
    to avoid windowmania.
    A solution is a little js that checks to see if a window is
    already open, closes it and opens a new one. (If no help window is
    open, it's a harmless js error.) It's fast enough that you wouldn't
    notice.
    The downside here is losing the browser history. Forward and
    back buttons work only so long as the help window stays open.
    In my opinion, this is not a major concern, since many Web
    based applications these days tell users not to use the back
    button. Production users won't mind so much.
    For ordinary people doing e-shopping and online banking, the
    browser back button is anathema.
    The bottom line is, if you have a decent set of navigating
    options built into the design -- TOCs, left or right rail lists,
    useful links at top and/or bottom of the topic page, the back
    button can become superfluous.
    Browe sequences work fine from any point in the lineup (I
    know, it's not the same as browser history -- unless you give them
    a really useful set of sequences).
    The forever-loading left pane is gone in RH 7.
    Hope this is useful.
    Harvey

  • Display Content Groups using  JSP

    I have created an ATG content group with the
    rulesets=<ruleset>\n <accepts>\n <rule op\=and tag\="Show">\n <rule op\=and tag\="Content">\n <rule op\=any tag\="ContentSources">\n </rule>\n <rule op\=and tag\="ContentConditions">\n <rule op\=eq>\n <valueof target\="id">\n <valueof constant\="rootProd">\n </rule>\n </rule>\n </rule>\n </rule>\n </accepts>\n</ruleset>
    But i don't know how to use it/ display the product in the JSP.
    I also created a targeter and was able to display the product using TargetingFirst droplet.
    Please share your views on how to display contents of Content Group in JSP.

    Put it in an applet.
    http://java.sun.com/docs/books/tutorial/applet/index.html

  • Display Content Workflow reject notification inside webcenter spaces

    dear all
    i want to ask if there is anyway to display content workflow rejected notification inside webcenter spaces
    regards

    dear all
    i want to ask if there is anyway to display content workflow rejected notification inside webcenter spaces
    regards

  • Display content items into custom remote portlets

    Hi, I need to dinamically display content server items in a custom portlet, using the EDK, but I did not find any way to get this result. Is it poossible to get an object (in my case a published content item) within an ObjectManager and display it's content (in our case a simple HTML content).
    I need to do this because whe have to format the home page of the portal in order to display the first half in three columns and the second half in two columns and we are trying to do this implementing a custom portlet (in the content canvas area) containing a three columns table displaying each a different content item.
    Thank you.

    There are basically two ways that I have done to open the content item editor.1) From a content presentation template you would call a JavaScript function like:
    <script>
    function edit_article$$TOKEN$$() {
    var width = 700;
    var height = 527;
    var left;
    var top;
    left = window.screenLeft + 10;
    top = window.screenTop - 30;
    if ( (left + width/2) > screen.availWidth ||
    (top + width/2) > screen.availHeight ) {
    left = 0;
    top = 0;
    var params = "height=" + height + ",width=" + width + ",left=" + left + ",top=" + top + ",screenX=" + left + ",screenY=" + top + "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1";
    window.open("<pcs:value expr='pcs_location'></pcs:value>/published_tools/content_item.jsp?ciid=<pcs:value expr='pcs_id'></pcs:value>&title=ContentItemEditArticleTitle", '', params);
    </script>
    2) The other way is using the content Item API. You get the editor url from the content item, which you already have. Now what you are doing below is almost correct. The importance of the pt:objectid is crucial. Take a look at the web docs on Plumtree ([url[/url]http://www.plumtree.com/edoc/Enterprise_Web_Development_Documentation.htm) under portlets/adaptive portlets/transformer tags/links. So the reason yours is not working is that you are missing some ptargs. The pt:objectid needs to be the objected of the "Content Administrator" portlet. This is for 2 reasons. One is so that you get the correct PTargs and the second is that it will use the basic auth information stored in its web service. So if your objectid of the portlet was 201 then it would look like this:
    lblHref.Text = "<pt:gatewayLink xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'pt:ObjectID='201' pt:href=\""+ url + "\" target='TinyURL' onclick=window.top.open('','TinyURL'," + WindowOpenParams + ");>"+myContentItem.Name + "</pt:gatewayLink>";
    Andrew Morris | bdg | [email protected]| www.bdg-online.com
    Like blogs? Check out bdg's Plumtree blog at http://bdg-plumtree.blogspot.com.

  • How do I get airplay to display content from my MacBook Pro?

    How do I get airplay to display content from my MacBook Pro?

    Turn on Airplay is display settings.
    Select Airplay mirroring to Apple TV.
    I Will assume you have already connected the Apple TV to your wifi and computer in the settings on the Apple TV.
    that should do it.... Unless you need more information.

Maybe you are looking for