Only iframe refresh not entire page

Guys
         I am working on a requirement which is as follows:
upon clicking a link on quick launch a new page opens which has an iframe and displays some other page information [ say a report ]. now the page has couple of input fields [ actually these are part of masterpage ] so after me entering some data in those
input fields and clicking a refresh button, i want to load the iframe only not the entire page.
any idea how to achieve this ?
Thanks
Bob

Hi Bob ,
According to your description, my understanding is that you want to create a button for only refreshing iframe not entire page.
You can do it with a function call:
<iframe name="Right" src="http://www.example.com"></iframe>
<button onclick="refreshIframe();">Refresh Iframe</button>
function refreshIframe() {
var ifr = document.getElementsByName('Right')[0];
ifr.src = ifr.src;
Reference:
http://stackoverflow.com/questions/11287050/iframe-reload-button
Also for iFrames in SharePoint 2013, you can have a look at the blog:
http://thinketg.com/iframes-in-sharepoint-2013/
http://sharepointking.wordpress.com/2013/07/24/allow-sharepoint-2013-site-to-load-in-iframe/
Best Regards,
Eric
Eric Tao
TechNet Community Support

Similar Messages

  • How do I make an embedded Javascript element(embedded MS Excel chart) automatically refresh so that viewers do not have to refresh the entire page to get updated information.

    I am creating a web page that features an embedded chart made by MS Excel. I would like the chart to automatically update(refresh) to show viewers live information without having to refresh the entire page. I have found that there is a way to enable this through Excel but with my current subscription cannot access that feature. I am hoping that there is a way to achieve this using Adobe Muse CC. If it is not possible, I would like to know if there is a way to add a "refresh" button that refreshes only the embedded section(Excel Chart) of the page for viewers to use manually. Thank you for your help.

    Update! The embedded spreadsheet is actually embedded using HTML rather than javascript.

  • Automatic reports refresh in a page including other portlets

    Sun SPARC Solaris 2.6
    Portal 3.0.8.9.8
    Oracle 8i
    I am trying to refresh a report in less time than 1 minute, then I try to use the information in Metalink note:130035.1 How to Implement Automatic Refresh in a Report:
    <META HTTP-EQUIV="Refresh" CONTENT="20">
    I add this html code in Header Text -> "Add Text". But this report is included in a page with other portlets and when I am refreshing the report all the page is refreshed although I put html only in Report's Header Text. How could I refresh only the report, not the page with the other portlets?
    myOracle.com portal implements something like this using frames but I don't know how to create an iFrame and include my report in that.
    Thanks in advance,
    Adriana

    You should update to the latest version of Apex (3.2). I don't think this kind of solution works in 2.2. See this example how your requirements can be done:
    http://apex.oracle.com/pls/otn/f?p=31517:119
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Modal dialog - refresh the parent page on close

    Hi:
    Using Apex 4.02
    I have followied Havard Kristiansen's modal dialog example.
    I have everyting working, but I have a requreimet to refresh the entire page (parent page) on the close of the modal page.
    I have tried quite a few things in dynamic actions on the parent page etc, but nothing is working.
    How can I get the parent page to fully refresh when the modal dialog is submitted and closed.
    Your help would be most appreciated.
    Regards,
    Bruce

    Hi:
    Please - still waiting for help.
    Here is what I have tired:
    - dynamic action on iframe for page unload to call window.opener.doSubmit() and parent.doSubmit();
    - dynamic action on button on ifreame same as above
    - branch (plsql) process to call above
    None of these worked. The modal dialog closes but the parent page dos not refesh.
    I can refresh a report region, but the problem is that the region I want to actually refresh is conditional and is not displayed when you first open the modal dialog. Hence, it does not appear on the return even though the condition is now true.
    Any help would be appreciated please!
    Regards,
    Bruce

  • I am in the process of developing a site, and I'm working with nested iframes. The html page inside the nested iframe is not displying in the iframe window in Firefox only, but is instead opening in a new window. Any advice on how to fix this?

    I am developing a website with nested iframes. The problem that I am having is that the html page inside the nested iframe is not displaying in the iframe window in Firefox only. The first level iframe is behaving properly, but the second level is not. Any help with this would be greatly appreciated.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Firefox will only zoom text, not the entire page.

    Hi. Recently I was using Youtube and ran into a bit of a problem. When ever I zoom the page it only zooms the text, not the entire page. Ive tested it on other pages like google.com and it workes fine and zooms the whole page. Also, when I use youtube.com. the page works perfectly, but I cant sign in because there are no cookies. Ive also tried uninstalling firefox and deleting the firefox folder but with no luck. This might be because I accidentally pressed CTRL and ? when I was typing as I ment to press shift.

    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Then try logging in ,it might solve the problem.
    Let us know if this solves the issues you are having.
    Thanks!

  • Refreshing Entire page vs Center Region

    I have a web center portal application where i have a three column template. I have links (these are 'golinks' as of now) in the left region on click of which i am loading content in the center region. This content is coming from an ADF taskflow as part of shared library jar file. When i click on a left link, it is refreshing the entire region instead of just the center region, but the client wants only the center region to be refreshed. is there a way to achieve this using webcenter - adf taskflow approach or should i change the implementation to use an ADF pagetemplate/UIshell instead? Thanks for helping out.

    Thanks for the reply Daniel. I should have been more clear with my code. Here is my scenario with code snippets:
    In my template page (HIETemplate.jspx), code for left side link:
    {code}
    <af:goLink text="My Home" id="pt_gl1"
                               destination="/faces/oracle/webcenter/portalapp/pages/MyHome.jspx"/>
    <af:commandLink text="My Home command link" id="pt_gl4"
                                    partialSubmit="true"/>
    {code}
    MyHome.jspx page has the center content launched from an ADF library jar as below:
    {code}
    <af:pageTemplate viewId="/oracle/webcenter/portalapp/pagetemplates/HIETemplate.jspx"
                             value="#{bindings.pageTemplateBinding}" id="pt1">
              <f:facet name="content">
                <af:region value="#{bindings.onboardingbtf1.regionModel}" id="r1"/>
              </f:facet>
    {code}
    I am not sure how would i change the goLink to a commandLink and launch the jspx as corresponding to the above code and even then i am not sure it would refresh only the center region.

  • How to secure one page not entire application?

    Hi there,
    I'm looking for some guidance on how to secure individual pages on my site. I've read a number of articles discussing creating a login using the Application.cfc. The thing is this approach locks down the entire site. I only want to secure a page. In my scenario, if the user hasn't logged in, and goes to a profile.cfm page, they will be asked to login. Once they login, they will then be directed to the profile.cfm page.
    Any and all advice would be greatly appreciated.
    Thanks.
    Novian

    Hi, Novian,
    An option that come directly to mind is to check for the specific page to be locked down in onRequestStart of your Application.cfc.
    This approach is relatively easy to implement but may not be the best approach (don't know how it might affect performance or something else). Basically, use a conditional in your onRequestStart method to see if the page being requested by the user is the page that needs to be secured. Something along the lines of:
    <cffunction name="onRequestStart">
         <cfargument name="target_page" />
         <cfif target_page is 'super-secure-page.cfm'>
              <!--- security stuff --->
         </cfif>
    </cffunction>
    There are, of course, other options but this was a quick and easy one that came right to mind.

  • Prevent an 'iframe' in a JSF page to refresh when a  button is clicked

    I have a JSF Page. On this page I have a
    1)Iframe that ponts to another JSF page that contains a JSF tree
    2)A button named 'ADD'
    3)A listbox
    When I select a node in the tree it gets stored in the session and when I click the ADD button the selected value is populated into the listbox.
    Building the tree is a very costly(time consuming) operation. So whenever I click the ADD button it's action event in the backing bean runs and populates the listbox with the selected value.
    The problem whenever the I click the ADD button a postback happens and so the whole page is reloaded including the iframe and the tree with in the firame. How can I prevent the tree in the iframe refreshing each time I click the ADD button.
    Any workarounds/ help greatly appreciated.
    Thanks.
    -Rolla
    Message was edited by:
    RollaTomasi

    I do't think Virtual forms solve this problem as clicking anything(firing action events) on the main page would force the page and all the componets to refresh and the as the ui:iframe points to another JSF page on which the tree is; that page is also being refreshed .
    I also have added logic in the init method of the second page inwhich the tree is tocheck for postbacks. But I observed that :
    A postback on the main page is not a post back to the second page
    Thanks for your reply.

  • How do you get iWeb not to reload my entire page?

    How do you get iWeb not to reload my entire page content when clocking on internal links? Sometimes I just want to change one picture from one page to the next and want the remaining aspects of the site to stay as is so that your web browser essentially only loads one image and keeps the other stuff. I have seen this on basically all pro websites. THANKS!
    Joel

    What version of iWeb are you using? Also what system?  What are you using to upload the site files to the server?
    OT

  • I saved my document as only .doc but not as a pages file and now I cannot edit anything and half the document looks incredibly screwed up, how did this happen?

    I forgot to save the pages file, I do back up on time machine could a temporary file be in there somewhere? It was a 30+ page custom designed presentatiion that took me two weeks. i cannot believe I only saved it as PDF and .doc! My current theory is that I can only edit the document in pages as a pages file since that is what I had been doing. Please help if anyone has had this problem before or know how I can recover that screen I was working with a few days ago before I saved as a Word doc!!

    Despite what Apple and its employees say Pages is not a 100% replacement for Word.
    Pages files exported to .doc will have minor to major differences.
    You should always have a Pages version. Exporting is only so non Mac and non Pages users may read it, and even there you should use .pdf to keep its appearance as close as possible to the original.
    It sounds like you used a lot of Pages' features which turned out to not have Word equivalents.
    Peter

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Hello everyone. As a new Mac user, I would really like to know the easiest way to move my music files from my old PC to my MacBook? Do I move only the files, the entire iTunes and how? I have a lot of music so it is not a solution with iPod/iPhone.

    Hello everyone. As a new Mac user, I would really like to know the easiest way to move my music files from my old PC to my MacBook? Do I move only the files, the entire iTunes and how? I have a lot of music so it is not a solution with iPod/iPhone.

    Your best option is to post this in the iTunes forum.
    Ciao.

  • HT2534 When setting up my apple I'd I get a verification email but there does not seen to be a link to click on there is a link that says "verify now" but it's not a link the only other thing on the page is a link to apple thats starts the process all ove

    When setting up my apple I'd I get a verification email but there does not seen to be a link to click on there is a link that says "verify now" but it's not a link the only other thing on the page is a link to apple thats starts the process all over again.does anyone have a solution for this problem?

    The idea to jumpstart by change was not the smartest one, but gives you an opportunity to use that "temporary" account as permanent. You do not have a choice cause obviously despite you thinking that old account is no more -it does exist on Apple servers. And if you are unwilling to share your [email protected] with friend, just create one extra [email protected] for your friend. One suggestion - do not use gmail.

  • Show breadcrumb bar only on main list pages but not site pages

    Is there any way to show the breadcrumb bar only on list pages (for example to navigate in document libraries, surveys, etc.) but no in site pages or wikipages. The only solution I found was adding a webpart to each page I want to
    hide the breadcrumb bar but this is no long-term solution. How can I make sure that the breadcrumb bar only shows on ootb list pages but not on my site and wiki pages? 

    One way of hiding breadcrumb is through css. You can apply the css in custom master page that will hide the breadcrumb and in your default master page leave it as it is.
    Using IE developer tool, check the class that is applied on the breadcrumb and apply as style of display none to that class. This way you can hide the breadcrumb. I don't have my dev box up so cannot tell the exact class right now but using IE developer
    tool you will be able to find the same.
    Geetanjali Arora | My blogs |

Maybe you are looking for

  • I'm having a problem installing the inspiration browser

    When I run Photoshop Elements 10 the screen shows that inspiration browser needs to be updated.  I uninstalled the older veresion, clicked on install.  Then I get a screen that says that Adobe Air is required to be installed "press yes to continue". 

  • Subcontracting Vendor and Purchase Vendor

    Dear All, I have created separate Pricing Procedure for Subcontracting PO, since the requirement is to calculate the price on issuing qty. I have put Formula Based Condition type. We issue 100 KG of material and receive less than 10 KG (say 90-95 KG)

  • Although I have an Adobe subscription, and Adobe export PDF (from 12/12), I cannot open my Adobe PDF

    Although I have been Adobe subscription, and export PDF from December 12 of 2012, I cannot open my PDF documents. When I attempt to do so, and Adobe screen pops up stating that I have to subscribe, even though Adobe recognizes by subscription from 12

  • Lost Webform / Task List / Dimension security

    Hi all Running 11.1.2.1 - Classic Planning App with Shared Services, Essbase etc. Mysteriously (or maybe not so), one of our two applications has lost all of its artefact level security - ie there are no longer any native groups assigned to Dimension

  • Client flex app for livecycle es2

    Hi all, I am working on developing Flex client app for LiveCycle ES2. I need to implement authentication&authorization services in flex app. As far as I know, there is no efficient way to implement it in Flex. (At least I have tried couple of example