Std Page refresh issue

Hi,
On a standard page, I have added a column of itemtype link to a table through personalization, which shows status.
On click of link, I'm calling a custom read only page (has its own custom AM and VO) in a new window. Its a simple readonly table with data from custom VO.
Problem is after clicking on the link and new window opens, if i do any action on standard page, control goes to standard process request and std page gets refreshed.
How can i avoid this, i dont want std page to be refreshed.
In personalization, i have given link item's destination uri as
OA.jsp?page=/xxx/oracle/apps/ar/irec/accountDetails/webui/xxstatusHistPG&invNum={@TrxNumber}&retainAM=Y
I tried retainAM=N as well as removing that parameter but still same issue.
Any help is greatly appreciated, Thanks!

Hi Gustavo,
There is partial page refresh on std page, in extended CO PR, I have added event on column amount (to do validation on tab out)
as well as on select check box (it defaults rem amount into pay amount). For link, I'm opening new page by setting destination URL property in link item properties.
I cannot code for parameter based pop-up as Im in 11.5.10 and using JDeveloper 9.0.3 (added screen behaviour below)
Hi Shobhit,
I tried the approach you suggested. Based on session parameter, Im controlling the code in std extended CO PR.
It worked, I mean at least it doesn't error out now like before with navigation error. However it refreshes the page as control went to PR.
I entered some amount in amount text field, and then clicked on "partially paid' link. it opens a custom page in new window.
after that if i select any other record using check box, it goes to PR and refreshes the page. Is it possible to avoid this.
Thanks
Prabhu
Its a payment screen, where i can pay multiple invoices. added select check box for the same. added below code on check box to capture event in PFR and default remaining amt to pay amount text field. i also have payment status link as column in the same table. on click of it i open a new custom window to show transaction details.
if i select some invoices and modify amounts, and then if i click on status link just to see the status before clicking on pay button, this issue happens. as page refreshes on any action, all my modifications are gone.
Select checkbox has been added using personlization and hence has to set set fire action in PR.
Code in PR:
Hashtable paramsWithBinds = new Hashtable(1);
paramsWithBinds.put ("param", new OADataBoundValueFireActionURL(chkbox, "{$TrxNumber}"));
chkbox.setFireActionForSubmit("selectPPR", null, paramsWithBinds,false, false);

Similar Messages

  • Page Refresh Issue in JSF

    Hi All,
    Kindly treat this on high priority.
    Here's the "setup" :-
    Page Refresh in JSF Application
    When a user hits refresh, the behavior is different depending on if the current page was loaded via GET(outputLink) or POST(commandLink/commandButton).
    If a GET, the browser simply re-asks for the page re-using the current URL.
    But If a POST, the user is asked, usually, if they want to re-submit their data to the server.
    The resubmitting of data happens for the last request generated by the POST method (correct me if i am wrong here)
    How can one avoid doing this?
    Heres "the performance" :-
    I googled out, only to come across words like "jsf redirect tag"
    I tried putting it in my navigational rule, only to get the error "Page could not be found. Internal Server Error 500"
    Could i get my hands on "the prestige" ?
    Thanks & Regards,
    Darshan Shroff

    Thanks for the reply.
    I could not understand the logs.
    Can you make any sense of this ?
    [3/19/09 18:56:16:780 IST] 00000054 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\wp_profile\logs\ffdc\WebSphere_Portal_00000054_09.03.19_18.56.16_0.txt
    [3/19/09 18:56:17:233 IST] 00000054 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\wp_profile\logs\ffdc\WebSphere_Portal_00000054_09.03.19_18.56.16_0.txt
    [3/19/09 18:56:17:264 IST] 00000054 WebApp E [Servlet Error]-[<null>]: java.lang.NullPointerException
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1209)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:152)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.initialize(GenericServletWrapper.java:80)
         at com.ibm.ws.portletcontainer.webextension.PortletExtensionProcessor.createServletWrapper(PortletExtensionProcessor.java:155)
         at com.ibm.ws.portletcontainer.webextension.PortletExtensionProcessor.handleRequest(PortletExtensionProcessor.java:91)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3365)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:814)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:115)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)

  • XSLT page refresh issue on updating xml

    hi,
    my application involves rendering of xml through XSLT on ah HTML page.
    i am using XMLTransformer in servlet i.e.
    transformer.transform( new StreamSource(tempXmlFile),
    new StreamResult(outputHtmlFile));
    response.sendRedirect(request.getContextPath() + "/logDetailXsl.html");
    and then i redirect the servlet to html page where html page is built through xslt therefore no meta tags or scriplets can be made.
    problem is that html page is not updated. i have used javascript for refresh but it doesnot work either.
    i m new using xslt so can not identify if the problem is with xslt or html page!
    pointers appreciated!

    hi,
    my application involves rendering of xml through XSLT on ah HTML page.
    i am using XMLTransformer in servlet i.e.
    transformer.transform( new StreamSource(tempXmlFile),
    new StreamResult(outputHtmlFile));
    response.sendRedirect(request.getContextPath() + "/logDetailXsl.html");
    and then i redirect the servlet to html page where html page is built through xslt therefore no meta tags or scriplets can be made.
    problem is that html page is not updated. i have used javascript for refresh but it doesnot work either.
    i m new using xslt so can not identify if the problem is with xslt or html page!
    pointers appreciated!

  • Browser Push Web Page Refresh Issue

    When we are viewing a pushed web page on our BB 8830 device and that page is refreshed in the background by a seamless push content action from the BES the currently displayed page does Not refresh to display the updated content. This is the problem.  We have to exit the web page and re-open the page again in order to view the updates. This behavior is quite different from other push enabled applications on the BB 8830 device, for example the Outlook application that one does not have to exit in order to see new items dynamically appearing in the displayed list of items.  Are there any options to enable the automatic refresh of the currently visible web page?  We have enabled JavaScript and all other browser options.

    When we are viewing a pushed web page on our BB 8830 device and that page is refreshed in the background by a seamless push content action from the BES the currently displayed page does Not refresh to display the updated content. This is the problem.  We have to exit the web page and re-open the page again in order to view the updates. This behavior is quite different from other push enabled applications on the BB 8830 device, for example the Outlook application that one does not have to exit in order to see new items dynamically appearing in the displayed list of items.  Are there any options to enable the automatic refresh of the currently visible web page?  We have enabled JavaScript and all other browser options.

  • Oracle 11g OMS: Database Instance Home Tab:  Page Refreshed Timezone Issue

    Hi all...I've searched the forums and search engines for specific information on this issue, but have not seen a viable solution so far. We have Oracle 11g Grid Control 11.1.0.1
    installed on a Solaris V490 using Solaris 10, with an Oracle 11.2.0.1 database.
    The Database instance Home tab for all 50+ databases shows the date and time of the 'Page Refreshed' in GMT. The OS and the Agent software both are configured
    with the TZ set to US/Eastern. All other page displays e.g. Performance, Availability for Data Guard Standby etc. all show the refreshed time in EDT, it is ONLY
    the Home tab for the instance that has the GMT format.
    I have not seen any threads or other information that describes specifically how to correct this or even to change it. There are many related posts about the Agent
    end.properties, the OS /etc/timezone configuration parameters, the TZ environment variable etc. but in my case they are all set properly.
    Does anyone have any additional ideas or suggestions or knowledge about how , or even whether, this can be resolved?
    Thanks!
    DPH

    sqlplus ... Connected to an idle instance.That means the database you're trying to connect with is offline, thus the:
    ORA-01034: ORACLE not availableNo big surprise there, instance (that you're trying to connect with) is offline.
    First, make sure the service OracleServiceXE for the database is running, see the services applet, Start/Run/services.msc and if it does not show "Started" hit the Start button with the OracleServiceXE selected.
    sqlplus sys/admin@XE as sysdbaThat connection attempt uses sqlnet to the XE tnsalias. If you're on the database host the ...@XE part is not needed, better to use:
    $ sqlplus /nolog
    connect /as sysdba;
    ... Connected. #if its running
    -- or use:
    $ sqlplus
    ... username: sys as sysdba
    ... password ...
    Connected.
    -- also try
    $ sqlplus system
    ... password: ....
    Connected.
    select name from v$database;
    ...That also assumes the environment/registry entries have been configured correctly.
    tnsping XE ... Attempting to contact [tnsalias connect details] ... OK (10 msec)That tells you the listener is running. It does not mean anything more than your listener is running at the host and port specified for your tnsalias are correct. It does not attempt an actual database connection. So if the database is offline but the listener is running a tnsping will not identify that particuler "problem".
    lsnrctl status ... Endpoints Summary ... PROTOCOL=tcp)(HOST=chilakamarthy)(PORT=1521)))...That bit of info also verifies the listener is running. Again, check your services.msc applet make sure the service shows Started.
    Edited by: clcarter on Jun 7, 2012 2:15 PM
    clarify tnsping

  • Partial page refresh is not working in APEX 4.0

    Hi All,
    I have a report region in my application,I have selected the following properties for the region,
    Pagination scheme - Row ranges X To Y (with next and previous links)
    Enable partial page refresh - yes
    Display position - bottom -right
    Their is an arrow mark link(next /previous) in the right bottom corner,when i click on that ,the region is displaying the next 15 rows, but the region is not getting refresh,the scroll bars are al went off if i click the previous/next link.
    After that i refreshed the page by clicking F5 ,scroll bar is appearing now.
    In the region header and footer i have added this code,
    <div style="overflow:auto;">
    </div>for scroll bar
    Please some body help me to fix this issue..
    Thanks & Regards,
    Ramya.
    Edited by: Ramya on Apr 15, 2012 10:42 PM

    Hi All,
    I fixed this issue.
    I used Skillbuilders modal popup plugin, to open the form page as popup when i edit the record.To implement this plugin i have already created dynamic action for edit ,create and autoclose the popup.
    In the dynamic action i changed the EVENT SCOPE from BINT To LIVE and tested the application.Now its working fine.
    I can able to edit the record after i hit the next/previous pagination link .
    Thanks ,
    Ramya.

  • Is it possible to intitate total page refresh from plugin code

    In 11.1.1.4 EMAIGC we are facing following issue: Target status is not getting refreshed after dependent components status change (Which will be done through through EM Plugin UI actions). This will status will be reflected only after manual refresh.
    From our plugin code , after the dependent component start/stop operations we wanted to call total page refresh, is there any way to handle this?
    Thanks ,
    Ramadevi

    In 11.1.1.4 EMAIGC we are facing following issue: Target status is not getting refreshed after dependent components status change (Which will be done through through EM Plugin UI actions). This will status will be reflected only after manual refresh.
    From our plugin code , after the dependent component start/stop operations we wanted to call total page refresh, is there any way to handle this?
    Thanks ,
    Ramadevi

  • Sharepoint 2010 Custom Visual Webpart button click event firing on page refresh

    I have developed a Visual Webpart to create a list in SP using vs2010 and  the button click event I have written the list create method. If I click the button list is created successfully.  And I refresh the page again list is creating(Again button
    click event is triggering).please help me to solve the issue.
     protected void Button1_Click(object sender,
    EventArgs e)
                SPWeb web
    = SPContext.Current.Web;
                //SPList list=web.Lists["Auto"];
                SPList list
    = web.Lists[DropDownList2.SelectedItem.Text];
                if
    (string.IsNullOrEmpty(TextBox1.Text)
    || string.IsNullOrEmpty(DropDownList1.Text))
    Label4.Text =
    "Fields Are Empty";
                else
    if (DropDownList1.SelectedItem.Text
    == "Single line of Text")
                    list.Fields.Add(TextBox1.Text,
    SPFieldType.Text,
    true);
    SPView viewname = list.Views["All Items"];
                    viewname.ViewFields.Add(TextBox1.Text);
    //viewname.Update();
                    list.Update();
    Label4.Text =
    "Field Created Successfully";
    TextBox1.Text =
    string.Empty;
    // Label4.Text = string.Empty;

    Hi,
    This is because the request is sent to the server when you refresh the page.
    A workaround for this is that we can “provide a refresh link that redirects to the same page (or if you have some action causing the refresh programmatically, you could just
    redirect to the page after that, with Response.Redirect)
    so that page is requested by the browser (with GET method, default with hyperlinks)”.
    More information:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/45648b39-1229-405c-ac9e-60eb82905982/click-event-getting-fired-on-page-refresh
    Or we can use the Session to save a value which used as a flag for us to check whether it is a page refresh and perform accordingly.
    http://www.codeproject.com/Articles/28099/Refresh-Page-Issue-in-ASP-Net
    http://www.codeproject.com/Articles/10240/Detecting-Page-Refresh
    Thanks
    Patrick Liang
    TechNet Community Support

  • Calendar Refresh Issues

    Here's a strange refresh issue with the Apex Calendar. None of the built-in buttons (Monthly, Weekly, Daily, Previous, or Next) are refreshing the calendar with any entries at all when I first load the page. The grid and labels will be updated correctly but the data is not there.
    The weird thing is that after a page refreshes, everything suddenly works. I've tried apex.widget.calendar.ajax_calendar('M','same'); etc to no avail. Any help on this would be most appreciated.
    Thanks.
    mwt

    Same thing happening on my iMac.  Can't do much on the computer.

  • Clicking page refresh icon causing automatic logout.

    Hi,
    There is some strange issue related to a Live dashboard page. There is a multi parameter prompt and a couple of reports linked to the prompt on this dashboard page.
    When I change prompt parameter values, and click Go button the report is displayed. However, if I click the page refresh button or try to change parameter value after the page refresh, OBI EE is logging me out and comes back to the Login Page.
    OBI EE version is 10.1.3.4.1. Could you please give me any clues regarding how I can analyse the issue? Are there any log files I can refer to?
    Thanks and regards,
    Manoj.

    Hi,
    It looks like if I rename the page, then it's okay.
    I would still like to know whether or not there are any web catalog logs (not referring to SQL Query Logs) that I can go through to identify the issue. Also, I can not keep different page names in different environments.
    So, experts, please could you give me some hints?
    Thanks.
    Manoj.
    PS.: An update. I have referred to the Presentation Services log file. It has got the following contents.
    An error occurred during execution of "send". An unknown error occurred in the sockets library. [Socket:1104]
    Type: Warning
    Severity: 40
    Time: Thu Dec 01 18:36:29 2011
    File: project/webcomm/rpcserver.cpp Line: 591
    Properties: ThreadID-5876
    Location:
         saw.rpc.server.responder
         saw.rpc.server
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Socket error on app responder
    Type: Error
    Severity: 40
    Time: Thu Dec 01 18:36:29 2011
    File: project/webcomm/socketrpcserver.cpp Line: 544
    Properties: ThreadID-5876
    Location:
         saw.rpc.server.handleConnection
         saw.rpc.server.dispatch
         saw.threadPool
         saw.threads
    Edited by: mandix on 01-Dec-2011 10:47

  • Can I do automatic page refresh? How many of them can the web server take?

    I'd like to ask this question in both short and (if you be so kind) in long form:
    Short: Can a portion of my APEX page be set to refresh automatically ones every few minute? Not the whole page, just a portion. Would I have to use frames for that? Can they be invisible?
    Long: I'd like to create a web interface, which would allow multiple users to track duration of some tasks. More importantly it has to allow other users to see each other's progress (which task somebody is on, how long he has been on it down to several minutes). I understand to server side of it. However, the client side presents a problem of information refresh. I want users to be able to sit without touching their mouses or keyboard and see changes for other users as they happen.
    What do I mean by "as they happen?" Ideally, I'd like to present changes in real time. My brief research of Push HTTP technology, pointed toward Comet or Flash. However, I don't know much about web development and as of now, cannot commit too much time to learning new technologies.
    The second best option, is to update information every couple of minutes. Two question arise here. First is the "short" question - please see above.
    Let's say the page sections can be refreshed automatically. Then I have a question about the load. If I potentially get thousands of simultaneous users, each sending a refresh request every 2-3 minutes, how bad would be the load on the web server and on the network throughput. The amount of data passed can be small, but I am very concerned about the load on web server and the traffic. (I am planning to do virtual hosting with a web hosting company). Somehow I am not concerned about the load on the database (maybe I should be). All calculations will be put in a stored procedure, at least I can optimize it.
    Any other suggestions on how to approach this client refresh issue?
    Thanks a lot.

    These answers are helpful but I still need more info. The first answer suggests putting html refresh tag. But that would refresh the whole page, wouldn't it? I just need to refresh one region. Can it be done with html tag?
    I reviewed the Javascript code in the example referenced in the second answer. It showed that I can refresh a region using Javascript. It looks very nice. However, I need to refresh with data pulled from the database. I am not familiar with AJAX (need to lear JavaScript first) and I know that JavaScript cannot query database on its own. So I am not sure that this example is relevant.
    What I need is: Only 1 region of the page needs to be refreshed every 5 minutes. The rest should "stay put." Everytime the refresh is performed the database will be queried for new data by means of stored db procedure. Do I need to jump through hoops to do that or is it fairly straightforward thing to do?
    Thank you for your time.

  • Af:poll and firefox - disturbing page refresh (10g)

    Hi, have anyone faced disturbing page refresh in firefox when using af:poll? i have set the refresh interval to be 10 seconds and af:poll triggers a refresh of outputText component. Same page has several inputText components and while this refresh happens it interrupts users from typing in the input text boxes. Would like to know if there could be a workaround for this, or if any substitute for af:poll that could prevent this issue. Is it possible to imitate this af:poll behavior from managed bean?
    thanks
    Kevin

    JohnS: he can't use that component - he's using 10g. OTOH, that may be an argument to migrate to 11g.
    Kevin, af:poll works great, but as you can see, there are problems. That's why I'm very careful where and how I use it. I only use it on pages with read-only information that changes fairly rapidly - one place I use it is to track a batch job in progress that updates a table to show how far it is. I also make sure that there is always something that will cause the poll to stop. On the batch job status page, I look for rows of the table that have the status column set to "In Progress". If there are no jobs in progress, the poll stops. Sometimes I have a button for the user to start and stop the polling. I never have input fields on a page with a poll - if I need to do input, I have the user navigate to another page. If you want the page with the poll to remain visible, make the navigation start a dialog.

  • Multiple pages refreshing to common page

    I've been noticing an issue regarding Safari web browser on the iPhone.
    I have my main page set to appleopolis.com, From there, I click on a link and it opens a new browser page to say, Google search (or any page for that matter). If I click refresh on the second browser page, all the pages (pages 1 and 2) refresh to whatever URL I refreshed. This happens to all pages, regardless of whether I have 2, 3, or more pages open nor does it matter which page I refresh.
    Also, I don't have to have the second page opened as a "popup" for this to occur. For Example...
    Page 1 is set to Google.com
    Page 2 is set to NYTimes.com
    Page 3 is set to CNN.com
    ...all three pages were opened individually by clicking the icon on the bottom right corner of the screen. If I were to refresh Page 2, then Page 1, 2 and 3 refresh to NYTimes.com If I refresh Page 3, then Page 1, 2, 3 refresh to Page 3.
    Anyone else have this issue? Any idea why?

    Turning off pop-up blocking half-resolves my issue. If I open multiple pages individually and refresh a page, all the pages no longer refresh to a common page.
    However, in the example where I open a new page through a link from appleopolis, I still have all pages refreshing to a common page. Appleopolis seems to open web-links through a pop-up or new window script. When I click on the link, the address bar for the appleopolis page changes url's but doesn't load unless I hit reload on any of the other pages.

  • Store data in R/3 without page refresh

    Dear BSP-Masterminds,
    we need to store data in R/3 without a recurrent page refresh. The problem is that our engineers are using PDA's and the page refresh is taking too much time. The engineers are changing equipment data on the PDA's. Every time they click on  save button, the data get send to the R/3 system and the checking, if the data are correct, takes up to 30 sec. Additional the new page refresh on PDA takes another 20 sec. It would be great to find a solution which stores the data somewhere and by hitting the 'final save-button' the data get checked and saved.
    The worst case scenario would be a table of around 600 equipment data, so it might be a huge table that has to be stored somewhere. I thought of a client side cookie but I have no experience if it is possible to store such a big internal table and by the way I don't know if this would be possible on a PDA.
    Every little hint is welcome!
    Regards
    Nicola
    P.S.: Please excuse any spelling mistakes )

    Hi,
    Javascript as such can't do it without refreshing the page. You need to use the AJAX function. But you don't need to be scared about it. Just look at the web logs I've mentioned and you'll understand it quickly.
    Here's an additional AJAX tutorial
    http://www.w3schools.com/ajax/default.asp
    Eddy
    PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!

  • Animated gif and page refresh problem

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

Maybe you are looking for

  • Is there a new driver needed to run Photoshop CC after installing Windows 8.1?

    Has anyone had trouble with downloading pictures to Bridge after installing Windows 8.1?

  • Lens Profiles not registering in Lightroom 4

    I have a number of lens profiles that I have created with Adobe Lens Profile Creator and placed in the  designated folder, but when I run Lightroom, they do not appear in the list. There is an "index.dat" file under folder 1.0 that I suspect needs to

  • PDF layers not exporting

    Hi, I created a document in Indesign with layers.  I have that in acrobat and created buttons to show the different layers.  I click a button, and that layer shows up.  Great.  But when I submit or save the pdf, the layers do not show up visible upon

  • ISE and critieria for quarantine

    We have a question concerning ISE and what criteria it is able to use when placing an enpoint into quarrantine. We would like to configure ISE to quarrantine systems that have been placed on a network other than our business network. In other words,

  • Client 000, 001 and 066

    Hi everyone, Pretty new to SAP. I am struggling to find answers to the following questions: How do you use client 000, 001 and 066? Apart from initial installation and support (066) can theses clients be used in development, testing and production en