Alternating iframe display per page load question

Looking to have an iframe that displays different content each time the page is loaded to showcase sponsors; I'm not interested in a slide show type option; just one sponsor's logo & contact per each unique page load.
Any thoughts?
Thx,
nf

Hi,
This feature has been moved in Exchange 2010 OWA. However this feature is available in OWA light version. Here are steps to change the settings in OWA light version.
Log in to OWA, click the Use the light version of Outlook Web App
check box on the login page.
Select Options in the upper right hand corner of the screen.
Select Messaging from the left navigation panel.
In the section for "Message Options", change the "Number of items to display per page", select the desired number of messages.
Exchange 2010: OWA versus OWA light.
http://blogs.technet.com/b/ilvancri/archive/2010/04/07/exchange-2010-owa-versus-owa-light.aspx
New Features in Exchange 2010 OWA.
http://technet.microsoft.com/en-us/library/aa998629(v=exchg.141).aspx
Best Regards.

Similar Messages

  • Exchange 2010 OWA [Change Number of items to display per page]

    Hi Sir,
    I have some problem and question ?
    I has migrate from exchange 2007 to exchange 2010.
    Exchange 2010 OWA cannot Change Number of items to display per page
    Exchange 2007 can change number of items to display per page
    Exchange 2010 OWA cannot Change Number of items to display per page
    You can help me to solved problem and customization?
    Thank you.
    Boongerd

    Hi,
    This feature has been moved in Exchange 2010 OWA. However this feature is available in OWA light version. Here are steps to change the settings in OWA light version.
    Log in to OWA, click the Use the light version of Outlook Web App
    check box on the login page.
    Select Options in the upper right hand corner of the screen.
    Select Messaging from the left navigation panel.
    In the section for "Message Options", change the "Number of items to display per page", select the desired number of messages.
    Exchange 2010: OWA versus OWA light.
    http://blogs.technet.com/b/ilvancri/archive/2010/04/07/exchange-2010-owa-versus-owa-light.aspx
    New Features in Exchange 2010 OWA.
    http://technet.microsoft.com/en-us/library/aa998629(v=exchg.141).aspx
    Best Regards.

  • Is it feasible to set the rows displayed per page dynamically?

    Hi,
    Is it feasible to set the rows displayed per page dynamically in the table view result as per the user wants eg : the user wishes to see only 25 records or all the records?
    Also what is the maximum limit of rows that can be fetched as per the entry in instanceconfig.xml :
    <ResultRowLimit>65000</ResultRowLimit>
    Is there a limit for number of rows being displayed in table view?
    thanks
    Rishabh

    See this
    How to increase default  number of rows dspalyed ?
    This is your thread only...

  • Number of rows displayed per page in an interactive report

    Hi,
    I'd like to know if it's possible to change the values of the select list called 'Rows' in an interactive report (which is displayed in the search bar).
    Indeed, I want to display 16 rows per page and I can only choose among the values 1, 5, 10, 15, 20, 25, 30, 50, 100, 200...
    Thank you for your reply.
    Emilie.

    Hi Tobias,
    Thank you for your help.
    I had already tried this but it's not what I want. What your are saying only limits the values in the select list (for example, if I set to 16, I can't choose values higher than 16 in the select list 'Rows' of the search bar).
    I want to limit the number of rows displayed in the interactive report to 16 per page.
    Any other idea?
    Emilie.
    Hi Emilie,
    Go: Home>Application Builder>Application 301>Page 51>Interactive Report Attributes>Search Bar>Maximum Rows Per Page
    Set to = 16
    Oracle help description: Defines the maximum number to display in Rows Per Page Selector in the search bar.
    Greetings,
    Tobias

  • JSF page load question

    This is my first app in jsf and getting a very basic problem
    I need to display a grid and few other controls to filter this grid with pre initialization data. The bean I want to be request scope only.
    Now I have initialized my grid data/bean in constructor and I get the required inputs as request paramaters.
    The first time page is getting loading successfully.When I modify any filter crieteria - ajx/non ajax requests - the bean constructor is always called and so the data is also alwayz reinitialized.
    The problem i get is with request parameters, i need to pass them always in every request againand again because all initialization is happening at constructor level and at this point the properties are not bound to the bean.
    Is there any better way to do this in JSF 1.2?

    Use in this way in your JSP. Use the javascript you want use instead of name1().
    <script language="JavaScript" type="text/JavaScript">
    <![CDATA[
    function name1() {
    statement1...
    window.onload = name1;
    ]]>
    </script>

  • How to set Lov item property (Action type,event,parameter etc) in PR when page load

    Hi gurus
    I am new to OAF, First I need to explain my scenerio.
    I need to make some field mandatory or non mandatory based on one LOV item (Pick list or message choice list).
    for this i extended the controler and apply the changes, but in this case what heppen, It will effect only when i open the list (pop list) and click on more (Available in poplist) and it will open a new form and i select value from that form. But when I open the poplist and select the value from the same list rather going to more option (it does not open new form), then there are no effect. I though the issue with refreshing when selecting value from the same list.
    To resolving this issue what i did
    1. go to page == > the same LOV
    2. Change the Client Action properties (
         Action type  = fireAction
         event          = xxevent
        submit = true.
    After doing this when i run the page from my OAF enviroement , every thing is OK. Then I transfer the Controler to Server machine and change the controller and run the same page from the server, it has the same refreshing issue, Then I thought because I did not transfer LOV such properties so this is hepening,
    Now I want to initilize such properties in Page load or what I need to do, Please advise me.
    Regards,
    Haq

    Edward,
    Thank you for the suggestion! It directly lead to my solution wherein I used CASE statements for the column in my Region SELECT such as the following:
    WHEN (:P2_GRADING_METHOD = 'CR/NC' OR scs.scs_pass_audit = 'P') AND GET_GRADE_B93 (sac.stc_final_grade, sac.stc_verified_grade) IS NULL THEN htmldb_item.select_list_from_lov (5, 'Enter Grade', 'GRADE_LOV_CRNC','onBlur="return validate_grade(this,''FW_DATE_'||ROWNUM||''')"','NO',NULL,NULL,'GRADE_'||ROWNUM)
    When the column is NULL, the Select List (LOV) contains the entry 'Enter Grade' and that is the value displayed on page load. I bypass the value 'Enter Grade' during Submit Processing where database updating occurs.
    I did not find the need to enter values for p_null_value and p_null_text since I don't believe that it would cause the 'Enter Grade' value to display on page load for null value columns but rather would enable the user to select 'Enter Grade' from the list and have a specified return value stored in htmldb_item array.
    Again, thank you for the help!

  • Web pages loading unusually slow. Load fine in alt browser

    Web pages on numerous sites very slow to load. Even coming to Firefox to report. Including some pages coming up error as if there is no connection. I tried alternative browser and the pages load fine. I could have stayed on that browser but ff has always been my goto.
    I have a nexus 7 (suppose I should say 1st gen now) running 4.3.

    There are some problems with the new Android version (4.3), they should be fixed very soon (12-24 weeks), there is a solution, use firefox nightly, the superbeta version of firefox 26.
    DOWNLOAD FROM: nightly.mozilla.org
    Does the nightly work better?

  • Cfdocument and records per page

    Hello people, I'm working with a system for a construction
    company that allow the owners to generate a PDF of the employees
    per project.
    Let's say for project "a" it will create a list of employees,
    with the date, hours, wage and category they were working at. It
    will sort by employee. It works ok for small projects, but when the
    employees need more than one page of the PDF (a project that last 4
    months, for instance) it will cut the page in the middle of a line.
    How can I determine how many results to display per page?
    Thanks a lot

    Pl see Chapter 2 of the XML Publisher User Guide at http://download.oracle.com/docs/cd/B25516_18/current/html/docset.html
    HTH
    Srini

  • When creating iframes for htm pages, I pdfs work just fine in all versions of Firefox. However, when I construct an iframe for an htm to be displayed on an htm

    ''duplicate of https://support.mozilla.org/en-US/questions/973637 - locking''
    When creating iframes for htm pages, I pdfs work just fine in all versions of Firefox. However, when I construct an iframe for an htm to be displayed on an htm, Firefox 24 will not load the htm/iframe.

    Hello,
    In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!

  • Displaying Specified Report Rows per Page, w/ "Next" & "Previous" Buttons

    I have a report on my page, and what I am trying to do SHOULD be very simple, but the options provided and their explanations within the HTML DB application are ambiguous.
    All I want to do is have my report display 50 records per page, and have buttons that will allow the user to go to the "Next" or "Previous" page of 50 results.

    hey brice--
    you can take a look at this how-to...
    http://www.oracle.com/technology/products/database/htmldb/howtos/howto_report_rownum.html
    ...to understand how to paginate your rpt result sets. then you can take a look at this one...
    http://www.oracle.com/technology/products/database/htmldb/howtos/howto_report_pagination.html
    ...to understand more about how to customize the look/feel of your pagination controls. let us know, though, if you have questions after taking a look.
    regards,
    raj

  • Display 20 records per page -- Pls help

    I am using sql query which returns some 1000 records, i have to display 20 records per page. I am using an enterprise bean that has finder method which returns arraylist of records. From this arraylist i am displaying in the JSP page. If after selection, if other user updates in the database, This won't reflect in the jsp page. How should i go about?

    oops,
    Implementing a Data Cache using Readers And Writers
    By Billy Newport, EJB Consultant
    http://www.theserverside.com/resources/article.jsp?l=Readers-Writers
    You may have come across a situation where you need to cache some data in your server. You then use this cache to service queries from incoming requests. You will also probably have a thread that listens for cache update events. This thread updates the cache in response to these events.
    This leads to a problem as it's unlikely that both the threads servicing requests and the update thread will be able to use your cache simultaeneously. You may be tempted to use an exclusive lock such as a Java synchronised block to handle this. This will work but it is probably the worst way that you can do this from a performance perspective. This articles shows how you can use reader writer locks to accomplish the same thing using a much more efficient technique.
    Reader writer locks.
    How to detect changes to the database?
    We can place triggers on a table. These triggers can call a stored procedure when-ever a record is updated/inserted or deleted. If we are caching the data in our application server then obviously when this happens we will want to know about it. We can split databases in to two categories when we look at implementing this. Oracle and everybody else.
    Oracle 8i
    Oracle is the most elegant. I'm assuming you're using Oracle 8i. Oracle 8i has a builtin JMS mechanism. We can define a queue in Oracle. Our pl/sql (or Java) stored procedure gets attached to the trigger. The stored procedure enqueues a message on the Oracle queue. The message would describe the event that happened. Our application servers will run a thread inside the application server VM that subscribe to and then listen to this queue. When a legacy system or an application server modifies the database then our triggers will call this stored procedure. It then enqueues the message. If the transaction is commited then the message is commited and sent to the listeners. If the transaction is rolled back then it is not commited and not sent. If the transaction is commited then all our application servers will receive the message. They can then use the message contents to see what happened and update the cache accordingly.
    Oracle 8 includes a full JVM. You could as an alternative use a Java stored procedure to multicast the event or send the event any way you choose. This isn't possible using Sybase or DB2 as they don't include the java.net package in the VM inside the database.
    If you're using an older version of Oracle then there is a way to send messages over an Oracle connection from the server to a client. Check your OCI manual for details. This message will be sent though regardless of the transaction outcome unlike the Oracle AQ solution.

  • How to display 20 records per page in jsp

    Hi All,
    I have table contains 1000 records. How can i display 20 records per page using jsp.
    can anyone help...

    hi, I am unable to use the ejb in my jsp page. Really? Then why not ask a question in the JSP or EJB forum?
    I want
    the output of my ejb in jsp page.
    if possible please suggest me .Do you? Whats the output? What are you trying to do? Where's your code? What's the problem? Have you even bothered to read the tutorial?
    >
    thanxNo, thank you....
    ....for posting another non-sensical useless post in the wrong forum

  • Restricting to Display 2 records per page simulteneously in Graph & Report

    Hi
    I am calling a column chart from Report using custom Query and I am mapping the Chart Column property in Report respectively to the chart.
    The Repeating frame with respect to the Reports Records 'Max. records property' is set to 2. Hence the chart and the Report records are on the 3 pages as the Total records are 6.
    But the chart is plotting all the 6 records even though the Report populates only 2 records per page. I require it to plot only respective records of the Report for that page in the chart not all the 6 records.
    Pl. let me know how to Proceed
    Thanks
    Prakash H L

    akshatha wrote:
    i am doing small project in jsp there i have search engine
    if you type anything into the search textbox( either number or character) and the search result should display 10 records per page and the 11th records should go to the next page.
    i have 3 files i search data from the database through array list in servlet and forwarded to the jsp page .
    in jsp page i require 3 buttons thery are print, next and previous.You need paging. Helpful Google keywords will be "paging", "pagination" in combination with "jsp". Try it.
    In a nutshell: just remember 2 variables: the first row to be displayed and the row count to be displayed at once. Add at least 2 buttons which changes those variables. The Next button which increments the first row value with the row count value. The Previous button which decrements the first row value with the row count value. Fairly straightforward. If you unfortunately find it hard somehow, consider a 3rd party paging tag library, such as Displaytag. Google can find it either.
    The print button can be just a plain dumb button with only Javascript's window.print() in its onclick attribute.
    i am giving piece of code
    if anybody knows please correct it or Almost nobody here is going to read an unformatted piece of code nor going to fix it. Use code tags and ask questions the smart way.

  • Display page load progress bar...

    I have a page which takes about 50-60 secs to load and I want to display some kind of progress bar indicating to the user that the page is loading. This page is a pop up page with a report returning a lot of data. I searched the forum and most of the progress bar examples are related to a button click event. However I want the progress bar to display before the entire page has been loaded.
    I really need to get this done fast and any kind of help or suggestion will be really appreciated.
    Thanks!

    Hi Carl,
    I have a similar issue to the one 'user549354' listed.
    The application in this case is single page application with a couple of report regions, one of which takes about a minute for the query to return the result.
    The example listed below by you, and another one I have found by Vikas, both fire a javascript-redirect off a button... The related forum posts are:
    Long running process/query
    Re: Long running process/query
    but if you want the processing page off the initial url, this is not possible.
    Yes, you could workaround it by showing a button on the initial page which the user has to press to see the processing page ... but that is not an ideal solution.
    I am not very familiar with javascript, and have tried the following alternatives unsuccessfully
    1) Using a url to a different (intermediate) page (say page # 2) which has a display as text item that renders the animated gif image, with following source
    Please wait...
    <img src="/i/processing3.gif" />
    in combination with different types of processes (on load/after regions/after footer) which redirect to my original page (say page #1) by doing the following
    begin
    htp.init;
    owa_util.redirect_url('f?p=&APP_ID.:1:&SESSION.::&DEBUG.:1:::');
    end;
    This does not show the intermediate page at all, just waits until the actual page loads.
    2) use the display as text item mentioned above, and in the region source (html region) using the following:
    <META HTTP-EQUIV=Refresh CONTENT="2;URL=f?p=&APP_ID.:1">
    The problem here is that the animated gif becomes de-animated after the the number of seconds set in the code, in the above case 2 seconds.
    3) using the page header and footer javascript mentioned in the links off your post, and trying to fire it from a url type region using the following codce
    javascript:html_Submit_Progress(this);
    This fails with error – object does not exist – presumably because this needs to be fired off an item – wonder if it will work off a link.
    4) Various other permutations and combinations of the above…
    You have mentioned in your last post on this thread that an intermediate page could be called, that will fire the progress bar, and then redirect to the slow loading page.
    This is seems to exactly what I am after – with the url of the intermediate page being the initial url with which to access the application.
    The problem is that I do not know
    a)     where or how to fire the relevant javascript [javascript:html_Submit_Progress(this);] from, besides a button press, and also
    b)     how to (then and only then) re-direct to the slow loading page, so as to ensure that the animated gif is displayed… using any of pre-submit process (on load… after footer) prevents the page and the animated gif from rendering.
    I am sure that this is very much possible… any help would be very much appreciated.
    Thanks.
    Alex.

  • Data Merge, its is possible to display 5 records per page?

    I have no problem doing data merges.  They always seem to only show one record per page, but is there a way to be able to display more records per page?

    Read the help for a full explanation, then come back here with specific questions if you still have problems...
    Basically, you set up a single instance of field placeholders on you page, then select multiple records per page in the merge options. You cannot specify a number directly, but ID will reprduce as many records on the page as all elements will fit using the spacing settings you set up, so you might want to add an empty frame the size required to get your five instances with zero spacing and group it with the field tags.

Maybe you are looking for

  • All my programs open when I power on how do I stop?

    When I power on my MacBook Pro all of my programs open, ie photoshop, word, excel, email, calendar etc. somewhere I have selected some setting but can't find where.

  • Can you put Video Controls on an .flv video?

    I have an .flv file in my .fla file.  However, when I play the movie, it simply plays the movie along the timeline.  Is there a way to put video controls on this file?  Or do I need to use the videoPlayback option? If I do need to use the videoPlayba

  • Nikon AW100 JPEG file conversion

    Acrobat X does not convert my JPEG pictures from my Nikon AW100. this is a 16M pic camera. I try to reduce the size of the pic and it still will not convert. It just runs and then gives the following error; "Adobe Acrobat has stopped working A proble

  • Update error in BAPI_SALESORDER_CHANGE

    Hi, I have to add new line items to the existing sales order, so I have created a BDC for t-code VA02, when I run the program after I save the Sales order I got update error which says "Item status (document 2123455,  item 20) is missing". Then I con

  • Alert Profiles

    Hi All, I have a Issue with Alert profile the description of the same is under. We have configured an alert profile to generate Alerts for 7 Months(future periods) and I have assigned the same to my Userid so that I can see the alerts in the Interact