Http-equiv="refresh"

I just installed Sun Java System Web Server 6.1, SP1. The following HTML code works as expected on my Windows IIS web server, it refreshes the page every 10 seconds.
<meta http-equiv="refresh" content="10" >
On my new Sun web server it refreshes every 30 seconds despite having content="10".

Similar Messages

  • Target attribute with META HTTP-EQUIV="refresh"

    i want to open the url in another frame. can I use target="frameName" tage with:
    <META HTTP-EQUIV="refresh" content="5;URL=http://qms.packages.com.pk:8081/packages/index.htm/>
    Usman

    I think you can find solution here, http://developer.irt.org/script/redirect.htm

  • HTML5 meta http-equiv

    I just learned that my favorite meta tags with http-equiv are obsolete in HTML5 doc types. 
    What should I be using to replace this tag?
         <meta http-equiv="last-modified" content="05 March, 2013 19:00:00 gmt">
    Nancy O.

    A similar approach to the one in the recent cache prevention thread: in .htaccess
    <IfModule mod_headers.c>
         <FilesMatch "\.(html|htm)$">
                Header Set Last-Modified "Tue, 05 March, 2013 19:00:00 GMT"
         </FilesMatch>
    </IfModule>
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8"/

    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8"/>
    this piece of code is generated by edge animate, but the animations/slideshows etc still work if this tag is removed, this piece of code also will not validate with the W3C validator.
    is there any harm if I just remove this code from the website? what does it do?
    thanks for any advice offered.

    Hi there,
    You really should leave that line there...it tells IE to open the file correctly, and to load the chrome frame if it's a down-level browser (IE8 or IE7). Otherwise, by default IE will open the HTML file in compatibility mode, and your users won't see any animation/interactivity that you added in EA unless they manually modify their IE settings.
    If you're server-side handy, you could set up your server to send this header out via http instead, and then you could omit that line from the HTML file. Look here for more info on what to do:
    http://www.456bereastreet.com/archive/201103/x-ua-compatible_and_html5/
    hth,
    Joe

  • ABAP HTTP cache refresh

    Hi-
    What role is required for an Integration Server (ABAP) HTTP cache refresh?
    This is accessible if you go to XI Administration -> Cache Overview and click on Full Cache Refresh for INTEGRATIONSERVER_. It calls this URL.
    http://hostname:8000/sap/xi/cache?sap-client=800&mode=F
    XISUPER has all SAP_XI* roles. I get a "403 Forbidden" unless I include SAP_ALL.
    Thanks,
    J Wolff

    Hi,
    Check this document:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a79301290
    Also verify if the user has such roles:
    SAP_XI_ID_SERV_USER
    SAP_XI_IS_SERV_USER
    SAP_XI_IR_SERV_USER
    Regards,
    Wojciech

  • Auto Refresh OBI Page for Current Day Only

    Hello Guru's
    I have a obiee page which needs to get refreshed every 30 seconds . I could able to do that using <META HTTP-EQUIV = "REFRESH" CONTENT = "30"> . But the triggy part is , auto refresh needs to be applied only for current day and not for any date range selected by user .
    Details :
    Prompts are defaulted to current date and time on the page, but user can also select date ranges as well . So the setting for auto refresh needs to apply only on current date (default prompt values) and not if the the user select data range .
    let me know if any of you guys have come across such .

    Check the below link and tweak it if needed.
    http://www.cool-bi.com/Customize/AutoRefresh.php
    Appreciate if you mark as correct :)
    Let me know for issues
    Edited by: Srini VEERAVALLI on Jan 4, 2013 10:46 AM

  • How to Refresh a Single Graphic based on Time of Day

    On this Muse Developed Website, HOME | The Great American Car Wash, The traffic light is programmed to change to Red when the business is closed and to green when it opens. The code that I wrote incorporates this meta tag:
    <meta http-equiv="refresh" content="5"/>
    This refreshes the entire page every 5 seconds. The page blinking as it refreshes is undesirable. My best temporary fix is to change the refresh rate to 2 minutes. I have it tentatively set to 5 seconds for troubleshooting. It will be set to 30 seconds when it is time to publish the site.
    I used the "INSERT HTML" command in Muse to add the code. It works as intended, except for the annoying page blink to refresh the traffic light. The business owner could easily tolerate a traffic light blinking on refresh.
    Is there a way to just refresh only the graphic? Or is there a better way to automatically "update" the status of the light?
    Thanks.
    "Cincinnati"

    You can try the suggestions mentioned here :
    http://stackoverflow.com/questions/17886578/refresh-part-of-page-div
    http://crunchify.com/how-to-refresh-div-content-without-reloading-page-using-jquery-and-aj ax/
    Thanks,
    Sanjit

  • Small problem with meta refresh and setting url

    I'm using the following line of code in my jsp.
    <meta http-equiv="refresh" content="<c:out value='${pageContext.session.maxInactiveInterval+60}'/>">This works fine in that 60 second after the session times out the refresh is called. This then goes into my action class and checks to see if my user object is still in session. It does not find it and forwards it to my login page with a message saying the session timed out.
    this works just fine
    Now instead of this happening I want to forward to an error page.
    so I can add a url into the content section of the tab... but when I try to use a
    <c:out value='${pageContext.request.contextPath}'/>this evaluates to nothing.. so that then the forward is to /sessionTimoutError.jsp instead of /appName/jsp/sessionTimeoutError.jsp.
    So my question is more of a verification. Is it true then that when the session times out it has absolutely nothing to do with struts and java.. and that when the refresh actually gets called and forwards it back to the logoff page that I've in effect created a new session that will timeout in 60 minutes and call a refresh in 61minutes?
    So the only way I can think of forwarding to the other page would be to change the forward in my action class... but changing this is not worth modifying all the action classes.. and I can't just change the definition of the forward since other places use that forward and I don't want to change them either...
    any othe ways anyone could think of doing this without hardcoding any url's in?

    Is it true then that when the session times out it has absolutely nothing to do with struts and java.Nothing to do with Struts, it's about JSP/servlet stuff specifically.
    <meta http-equiv="refresh" content="61; url=/timeout.html">that's the proper format, so you can dynamically write whatever URL you want.
    and that when the refresh actually gets called and forwards it back to the logoff pageOnly if the page that's reloaded checks for the valid login info and forwards. This is a common way to do it, of course.

  • 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
    -------------------------------------------------------------------

  • Refreshing included JSP file

    Hi,
    I've created a simple word-verification login system to stop robots from trying out various password combo's on a user's account.
    I've created a separate JSP page that randomly chooses an image from a database, sets a session variable to the word that is spelt in the image. Then when the user types in the word it simply checks that the word the user typed matches the session variable.
    Here's a snipet from this file: -
    login_image.jsp
    String [] sImageText = {
    "flusessn",
    "mises",
    "appalli",
    "encirs",
    "peromm"
    // create random number between 0-5
    Random rand = new Random();
    int nImageNumber = rand.nextInt(6);
    session.setAttribute( "imageword", sImageText[nImageNumber] );
    response.sendRedirect( "images/login/Captcha" + nImageNumber + ".jpg" );The image is displayed in the login page as follows:
    login.jsp
    <img src="login_image.jsp" />Whe the user enters their username, password and word verification it is processed in a separate JSP file: -
    process_login.jsp
         String sWordVerification = request.getParameter("securitycode");
         String sTheWordVerification = (String)session.getAttribute( "imageword" );
         if ( !sTheWordVerification.equalsIgnoreCase( sWordVerification ) ) {                response.sendRedirect( "login.jsp?worderror=true" );
         } else {     
    .The system works ok. My problem arises if the user enters the wrong word, they are shown an error message on the login.jsp page. However, the login image doesn't change. Any idea how I can make the image refresh each time the login.jsp page is loaded?
    Many thanks

    Thanks.
    I've managed to sort it using javascript. It's a bit messy, but it works. All the changes are made to login.jsp: -
    <script language="JavaScript">
    <!--
    var sURL = unescape(window.location.pathname);
    function doLoad()
        setTimeout( "refresh()", 1 );
    function refresh()
        window.location.href = sURL + "?worderror2=true";
    //-->
    </script>
    <%                                   
    String sError = request.getParameter("worderror");
    if ( sError != null ) {                    
    %>
    <meta http-equiv="refresh" content="1" >
    <script>
         doLoad();
    </script>
    <%
    String sError2 = request.getParameter("worderror2");
    if ( sError2 != null ) {               
         out.println( "<div class=\"redtext\" align=\"center\"><p>The word verification failed.  Please try again.</p></div>" );                              
    %>Here's how it works: -
    - User enters word verification in login.jsp
    - Posted to process_login.jsp
    - If the words don't match then redirect to login.jsp?worderror=true
    - login.jsp detects the worderror=true and runs the following script
    <meta http-equiv="refresh" content="1" >
    <script>
         doLoad();
    </script>
    - The doLoad() method refreshes the login page, including the login image using the refresh method
    - It redirects to window.location.href = sURL + "?worderror2=true";
    posting worderror2=true prevents login.jsp from entering an infinate loop.
    aaaaaaaand relax.....

  • Eliminate Web page flicker on refresh

    I have a page that I refresh and it takes 5 seconds or so to bring back the web report - i can live with the time because there are number of queries behind it.
    However when i reload my page refreshes half way - ie draws half my page and then only fully refreshes when the data comes in.
    This looks clumsy is theere a way to stop this.
    ie press refresh and show blank or nothing until the data is retrieved?
    Simon

    HAi AlexLCG
    <%
    just write this code
    if (request.getParameter("email") != null) {
    ... // your code
    %>
    <META HTTP-EQUIV="Refresh" CONTENT="2; URL="adminaccstatement_new.jsp">
    <h1 align="center"><font color="#000099">Your mail has been sent.</font></h1>
    try t his
    bye
    RR

  • Automatic Page Refresh Not Working Correctly

    This is Apex 3.2 with no jquery (Theme 15)
    I have a background job which is started from an apex page.
    Once the job is started the user can view this job via an interactive report.
    This report has highlighting and one updateable column.
    APEX_ITEM.SELECT_LIST_FROM_LOV(4,a.status,'JOB_STATUS',null,'YES',null,'-Select-') status
    I have an application item that the user can set via a select list.
    This application item is used to set the page refresh (html page header)
    <meta http-equiv="refresh" content="&F270_REFRESH_INTERVAL.">
    Once they have set this item, the the page is supposed to be refreshed after so many seconds.
    The page seems to be refreshing, as the report highlighting changes and report values change,
    but the updateable column value (select list) does not change.
    Any ideas much appreciated
    Gus

    If I use a button to refresh the page, ie submit and branch back to itself, then the report
    reflects the changes.
    If I put <meta http-equiv="refresh" content="&F270_REFRESH_INTERVAL."> into the page header (to automatically refresh),
    then the page refreshes, but the updateable column does not update.
    If I look at the page source it says
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    and not
    <meta http-equiv="refresh" content="5">
    Gus

  • Change web service refresh rate

    I'm running LabVIEW Web Service with an application which follow the method shown in the weather monitor example. But my problem facing here is I need to keep click the refresh button then the Web Service only can update the latest data for me. So can anyone help me to show example on how to let the Web Service webpage automatically update the value without press the refresh button. Thank you
    Solved!
    Go to Solution.

    First of all your client needs to support it. If you use the LabVIEW HTTP Client (GET.vi and so on) you cannot use this method. A normal browser should.
    Take a look at FindContacts.vi from the Address Book example.
    The help topic linked in the previous post should get you on the way as well. The infos are a bit scattered all over help file but it should be possible to understand it.
    Basically there are two output options for a web service VI: Terminal mode as used in the Weather example and Stream mode as used in the Address Book example VI.
    Use the Stream mode and construct the HTML page yourself, then send it to the browser with Write Response.vi. Somewhere in the top of the HTML page you need to insert
    <meta http-equiv="refresh" content="5">
    So you should return a string like
    <HEAD>
    <TITLE>my title</TITLE>
    <META http-equiv="refresh" content="5">
    </HEAD>
    <BODY>
    <P>If your browser supports Refresh,
    this page refreshes in 5 seconds.
    And add some real contents here
    </BODY>
     See W3C as well.
    Good luck

  • Using a timer to refresh WSDL content

    I have a webservice that when refreshed, brings back updated information. Using Builder 4.6, I followed the wizzard and have all this information bound. Where I get stuck is that I don't know how to have the webservice refresh. I have tried using a timer, but I am obviously doing something wrong. I thought I was doing it right, but then I get an error when I save it.
         1023: Incompatible override
    It seems to point to a function on the sub-class.
    x    protected override function preInitializeService():void
            super.preInitializeService();
            // Initialization customization goes here
    Without the timer, here are no issues with the exception that the data will not refresh. Any ideas on how to incorporate a timer so I can refresh the data? Thanks for anyones help.

    hi
    if you want a auto-refresh, you can use a meta tag HTML :
    <meta http-equiv="refresh" content="60"> where 60 is the time in second

  • URLRewriting with Meta Refresh?

    Hello,
              I have been trying, without success, to get URLRewriting to
              work with the meta refresh tag. It appears that meta-refresh
              ignores the entire query portion of the url string, so:
              <meta http-equiv="Refresh" content="10;www.test.com?fred=3" />
              is treated the same as:
              <meta http-equiv="Refresh" content="10;www.test.com" />
              That's what I am seeing, is this correct? Is there any other way
              to do this?
              That is, I want to be able to have a refresh occur every 10 seconds,
              and have the WebLogicSession variable be set (via url encoding),
              so that the same session is used upon refresh. I have been unable
              to get this to work.
              Jason
              

    Never mind.
              I was leaving out the 'url=' in the content tag, so I need:
              <meta http-equiv="Refresh" content="10;url=www.test.com?fred=3">
              Jason
              "Jason Rosenberg" <[email protected]> wrote in message
              news:39ebf9ff$[email protected]..
              > Hello,
              >
              > I have been trying, without success, to get URLRewriting to
              > work with the meta refresh tag. It appears that meta-refresh
              > ignores the entire query portion of the url string, so:
              >
              > <meta http-equiv="Refresh" content="10;www.test.com?fred=3" />
              >
              > is treated the same as:
              >
              > <meta http-equiv="Refresh" content="10;www.test.com" />
              >
              > That's what I am seeing, is this correct? Is there any other way
              > to do this?
              >
              > That is, I want to be able to have a refresh occur every 10 seconds,
              > and have the WebLogicSession variable be set (via url encoding),
              > so that the same session is used upon refresh. I have been unable
              > to get this to work.
              >
              > Jason
              >
              >
              >
              

Maybe you are looking for

  • How can I read a TDMS 2.0 file using nilibddc.dll

    I have written some Matlab software to read TDMS files into Matlab using the MATLAB TDM example and the nilibddc.dll. However, when I create a TDMS version 2.0 file with Labview 2009 I cannot read it into Matlab as I get the error ERROR: TDS Exceptio

  • Turning on the backlight with backlight timer off

    With the backlight timer set on off, there is a feature to turn on the backlight by holding the menu button. I remember doing that a while ago, but my ipod no longer does that anymore. Now with the backlight timer off, and i hold the menu button it n

  • What do i do after i connect it to Wi-Fi

    it won't let me go no futher than that. why is that?

  • SQL Server Memory

    Hi All, I am not sure if this is a fair ask or no but this is something i want to learn much internals about sql server memory and how sql server responds to memory pressure and i wanted to see that practically. Environment : windows 2003, 4 GB physi

  • 2 into 1 ?

    I have a Lowe TV - incredibly expensive with excellent picture BUT it has only 1 HDMI input socket and I've currently got a BluRay player using that. Is there any device which will let connect the HDMI output from an Apple TV as well so I can use bot