Cannot click back button on Internet Explorer,

Dear Sir,
In content Management  of EP6 SP14, KM content we cannot click "back button" in IE menu.  if we click back , it will show the error.
How to solve this problem.
Thank you and best regards,
Vimol

Hi Vimol,
you can not solve this problem. The browser functions 'back', 'forward' and 'refresh' do not work properly on SAP EP 6. That's why you find the navigation links and the portal history in the portal header.
There is a feature called 'External facing portal' or 'EFP' that solves your issue by rendering one HTML file for every portal page. But you'll have some restrictions concerning business packages, KM and collaboration when using EFP.
There are a lot of threads in SDN about EFP, but here is an entry point:
<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/13fd52a5732ba9e10000000a1553f6/frameset.htm">Implementing an external facing portal</a>
Please be aware that EFP comes with NW2004s SPS6
HTH,
Carsten

Similar Messages

  • Disabling of FORWARD and BACK Button of Internet Explorer.......

    Hello everybody,
    Can anyone tell me how to disable the FORWARD and BACK Button of Internet Explorer through JavaScript.......If possible give me the code snippet.....

    Hi
    I I tell you the answer, I suppose it means you'll be able to spend less time on JavaScript and more time on Java, so here goes:
    Open your page in a new window using window.open(...). This JavaScript takes lots of parameters, such as the page you want to display in the window, as well as settings for hiding the toolbar (which includes the forward/back buttons).
    Do a search on the net for window.open for full syntax. I think you can modify the properties of the current window if you want to stay in the same window, but can't remember the syntax.
    Note you can also disable the right mouse button by defining the following function:
    <SCRIPT language="JavaScript">
    <!--
    var message="Right-click disabled!";
    function click(e) {
    if (document.all) {
    if (event.button==2||event.button==3) {
    alert(message);
    return false;
    if (document.layers) {
    if (e.which == 3) {
    alert(message);
    return false;
    if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=click;
    // -->
    </SCRIPT>
    I don't know how to stop the user from pressing 'Backspace' unless you use Java to monitor the navigation.
    Hope this helps

  • Disabling FORWARD and BACK Button of Internet Explorer thru JavaScript....

    Hello everybody,
    Can anyone tell me how to disable the FORWARD and BACK Button of Internet Explorer through JavaScript.......If possible give me the code snippet.....

    You can not do this in JavaScript.
    However, if you set the right response headers in the response IE will disable them:
    response.setHeader("Pragma","no-cache");
    response.setHeader("Cache-Control","no-store");
    response.setHeader("Expires","0");
    would do the trick.
    Silvio Bierman

  • Back button of internet explorer raise exception when running WAD tamplate

    Hi gurus,
    when we run a WAD template the users automatically use the back button of the explorer in order to navigate one step backward.
    this action raise an exception: "Webpage has expired".
    is somebody know a way that could work or a way to eliminate the back button of the explorer?
    thanks in advanced
    Miri

    >> I do not think it is because of the parameters you are entering/using, try without using the
    >> parameters (just for testing), if you still get the error then its not the parameters which is causing
    >> the problem.
    If I create the report without asking for user-entered params, it works.
    >> Can you please specify the browser and the tool to display the report you are using? Generally the
    >> error popps up when there are any mistakes in html or if you are using a javascript which has a error.
    The active browser on the computer is IE7 - 7.0.5730.13
    I am using the installed crystal reports 11 program to run the report.  I open the report in CR by going to File/Open and selecting the report. Then I get prompted for my ms sql login info, which I enter.  Then I see the "Enter Values" window with my data entry fields; but I don't see the nice formatting and buttons which I see when I run this from the other computers; I see only the placeholders.  I select or enter data and click on the "OK" link.  Then the message box pops up.  The message box pops up when I click on any of the links or on the "x" in the upper right.  Mesage box is explicit - Intenet Explorer Script Error, etc., as I described in my original post.
    Thanks
    Azhar

  • Use a Back Button of internet explorer in WD application

    Hi Everyone
    I tried to find if is possible to go back (to previous page) by using browser(IE) Go Back Button. Do you thing that is possible? How ?
    Thanks a lot for your replies

    Hi Michal,
    Though I am also not a very old user of SDN but one thing which I feel we the new user can opt and contribute in some form to SDN is by properly closing the questions if they are answered. I felt that your question is answered thats why I replied to this thread. Just a suggestion.
    Thanks & Regards
    Sid

  • Cannot use back button in IE

    Dear Sir,
    We upgrade from EP6 SP2 to EP6 SP14 , we have the problem that we cannot use backup button in Internet Explorer menu , when clicked , it showed " The paged has been expired" .
    Do you have any suggestioned?
    THanks and best regards,
    Vimol

    Hi Vimol,
    There are two ways to solve this:
    1. SP14 provides a feature called <b>LightWeight Framework Page</b> which supports the Back functionality (from Browser).
    2. You may use Breadcrumbs. To set/enable this
    i> Navigate to <b>Portal Content</b> -> <b>Content Provided by SAP</b> -> <b>End User Content</b> -> <b>Open the Default Framework Page</b>
    ii> Select <b>Page Title Bar</b> and click <b>Properties</b>.
    Choose "<b>Show all</b>" in its Property Editor and enable "<b>Show Breadcrumb</b>"
    iii> Lastly Save all changes.
    Warm Regards,
    Ritu
    <i>PS: If this answers ur query, kindly provide points.</i>

  • I updated Firefox and now Realplayer can't download any videos( download button in upper right corner of video don't pop up and there is no download option if I right click) if I use Internet explorer it works fine, I also went in to make sure I had it ch

    I updated Firefox and now Realplayer can't download any videos( download button in upper right corner of video don't pop up and there is no download option if I right click) if I use Internet explorer it works fine, I also went in to make sure I had it checked to pop up it is?! So it's not just youtube for me its all videos!
    == This happened ==
    Every time Firefox opened
    == the last firefox update
    ''locking due to the age of this thread''

    haven't tried it myself but saw this earlier in a blog somewhere:
    "try retro installing FF v3.6.3",
    makes sense 'cos I've only been experiencing the same problem with mozilla & realplayer combo since updating to latest FF v3.6.4
    noted that under IE realplayer plugin still works fine, button to 'download this video' comes on as before.....
    from what I read retro install will pick up all your bookmarks etc. do no worries there
    naughty, NAUGHTY mozilla people! you were 'bombproof' until today....what happened? good luck sorting it out though!!!! I still luv you!

  • Clicking Back button twice in IE7 to get previos page in our WL portal.

    Hello,
    we are developing weblogic portal application.
    And have noticed that on the all our pages(we have JPF and JSR portlets) we have to click Back button twice in Internet Explorer 7 to get previous page.
    We haven't got such issue when we use FireFox, Opera or Chrome, please advice, what we can do to fix this issue.
    Thank you very much!

    Thank you, deepshet
    Now I have discovered that weblogic generates url with fragment identifier at the second step.
    When I call page for example News_page from previous page Main_page, I use the following link
    http://localhost:7001/MyPortal/appmanager/TestPortal/TestDesktop?_nfpb=true&_pageLabel=News_page
    after loading (about 1-2 seconds) to url addeds fragment identifier *#wlp_news_page*, so the resulting page will be
    http://localhost:7001/MyPortal/appmanager/TestPortal/TestDesktop?_nfpb=true&_pageLabel=News_page*#wlp_news_page*
    At this moment when I click back button in IE I will get
    http://localhost:7001/MyPortal/appmanager/TestPortal/TestDesktop?_nfpb=true&_pageLabel=News_page
    for the first time.
    And after my second click I will be returned to Main_page.
    Please advice how can I avoid such behaviour?Is it possible to turn off fragment identifiers on portal?
    Thanks

  • Cannot click radio buttons after Windows Updates

    Hello,
    We approved the following Office updates back in December and since then, our users cannot click radio buttons in Word documents. This month, we pushed all updates stated in the following article:
    https://support.microsoft.com/en-us/kb/3025036
    We've also removed .exd files from users' computers and this still hasn't resolve our issue. This is critical for us as we use these documents across the entire organization. Please help!
    I've tested this both on Office 2013 click-to-run and Office 2010 with the same results. 2013 is the latest version and I've deleted .exd for this as well, using Fix It, script and manually.
    Update   for Microsoft Excel 2010 (KB2589348) 32-Bit Edition
    Update   for Microsoft Excel 2010 (KB2889935) 64-Bit Edition
    Update   for Microsoft Lync 2013 (KB2899507) 32-Bit Edition
    Update for Microsoft Office 2010 (KB2553140) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2589386) 64-Bit Edition
    Update   for Microsoft Office 2010 (KB2597089) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2687275) 64-Bit Edition
    Update   for Microsoft Office 2010 (KB2837602) 64-Bit Edition
    Update   for Microsoft Office 2010 (KB2883019) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2889818) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2910896) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2837654) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2881008) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2889857) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2899493) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2899510) 32-Bit Edition
    Update   for Microsoft Office Outlook 2007 Junk Email Filter (KB2899525)
    Update   for Microsoft Office Outlook 2007 Junk Email Filter (KB2920789)
    Update   for Microsoft Office PowerPoint 2007 (KB2597972)
    Update   for Microsoft OneDrive for Business (KB2899513) 32-Bit Edition
    Update   for Microsoft OneNote 2010 (KB2597088) 32-Bit Edition
    Update   for Microsoft Outlook 2013 (KB2899504) 32-Bit Edition
    Update   for Microsoft PowerPoint 2010 (KB2878251) 64-Bit Edition
    Update   for Microsoft PowerPoint 2010 (KB2880517) 32-Bit Edition
    Update   for Microsoft Visio 2013 (KB2899497) 32-Bit Edition
    Security   Update for Microsoft Excel 2010 (KB2910902) 32-Bit Edition
    Security   Update for Microsoft Office 2007 suites (KB2596927)
    Security   Update for Microsoft Office 2007 suites (KB2920790)
    Security   Update for Microsoft Office 2007 suites (KB2920792)
    Security Update for Microsoft Office 2010 (KB2553154) 32-Bit Edition
    Security   Update for Microsoft Office Excel 2007 (KB2984942)
    Security   Update for Microsoft Office Word 2007 (KB2899527)
    Security   Update for Microsoft Office Word 2007 (KB2920793)
    Security   Update for Microsoft Word 2010 (KB2899519) 32-Bit Edition

    Hi
    I have downloaded The toshiba Value added package and most of the 30 odd items have downloaded and installed but the following error messages occured
    Intel Display Driver ~~ FAILED
    AMD Display Driver ~~ FAILED
    ATI HDMI Audio Driver ~~ BAD URL
    RealTek Ausio Driver ~~ BAD URL
    Intel Wireless LAN Driver ~~ BAD URL
    Synatics Touch Pad Driver ~~ FAILED
    Toshiba Virtual Added Package ~~ BAD URL
    Toshiba System Driver ~~ BAD URL
    Toshiba Function Key ~~ BAD URL
    Toshiba ECO Utlility ~~ BAD URL
    All of the other items downloaded satisfactorily
    Can you advise me what steps to take now please as the FN key which was my original question still no longer works
    Many Thanks

  • Invalidate session when user clicks back button

    I want to invalidate the session when user clicks back button, so that user cannot refresh and reload a page.
    Any suggestions will be highly appreciated.
    Message was edited by:
    sam_amc

    * SessionInvalidator.java
    * Created on October 27, 2006, 9:18 AM
    package web;
    import java.io.*;
    import java.net.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    * @author javious
    * @version
    public class SessionInvalidator extends HttpServlet {
        /** Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
         * @param request servlet request
         * @param response servlet response
        protected void processRequest(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            response.setContentType("text/html;charset=UTF-8");
            PrintWriter out = response.getWriter();
            String reposted = request.getParameter("reposted");
            if("true".equals(reposted))
                HttpSession session = request.getSession(false);
                if(session == null)
                    // This is step 4 and beyond
                    out.println("<html>");
                    out.println("<head>");
                    out.println("<title>Servlet SessionInvalidator</title>");
                    out.println("</head>");
                    out.println("<body>");
                    out.println("<h1>Servlet SessionInvalidator at " + request.getContextPath () + "</h1>");
                    out.println("I said, your session is now invalid! Now where are those Duke Dollars at?");
                    out.println("</body>");
                    out.println("</html>");
                else
                    Integer hitCount = (Integer)session.getAttribute("hitCount");
                    if(hitCount == null)
                        // This is step 2 (the "good" - "stay" page.)
                        out.println("<html>");
                        out.println("<head>");
                        out.println("<title>Servlet SessionInvalidator</title>");
                        out.println("</head>");
                        out.println("<body>");
                        out.println("<h1>Servlet SessionInvalidator at " + request.getContextPath () + "</h1>");
                        out.println("Your session is good.<br>");
                        out.println("If you click the browser's back button, you will invalidate your session.");
                        out.println("</body>");
                        out.println("</html>");
                        hitCount = 1;
                        session.setAttribute("hitCount", hitCount);
                    else
                        //We've used up our good visit
                        session.invalidate();
                        // This is step 3
                        out.println("<html>");
                        out.println("<head>");
                        out.println("<title>Servlet SessionInvalidator</title>");
                        out.println("</head>");
                        out.println("<body>");
                        out.println("<h1>Servlet SessionInvalidator at " + request.getContextPath () + "</h1>");
                        out.println("Your session is now invalid");
                        out.println("</body>");
                        out.println("</html>");
            else
                // because the javascript in the following output will never allow a user
                // to continue clicking back any further than this, we can safely create the session.
                // (or perhaps the session can already be created here and this may not be necessary).
                // A problem lies where if the user chooses to "select" a page back in history they thereby
                // potentially skip back "over" this functionality, thus defeating the purpose of it.
                request.getSession(true);
                // This is step 1 (indirection)
                out.println("<html>");
                out.println("<head>");
                out.println("<title>Servlet SessionInvalidator</title>");
                out.println("</head>");
                out.println("<body onload=\"document.getElementById('invalidatorForm').submit()\">");
                out.println("<h1>Servlet SessionInvalidator at " + request.getContextPath () + "</h1>");
                out.println("<form id=\"invalidatorForm\" action=\"SessionInvalidator\" method=\"POST\">");
                out.println("<input type=\"hidden\" name=\"reposted\" value=\"true\">");
                out.println("</form>");
                out.println("</body>");
                out.println("</html>");
            out.close();
        // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code.">
        /** Handles the HTTP <code>GET</code> method.
         * @param request servlet request
         * @param response servlet response
        protected void doGet(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            processRequest(request, response);
        /** Handles the HTTP <code>POST</code> method.
         * @param request servlet request
         * @param response servlet response
        protected void doPost(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            processRequest(request, response);
        /** Returns a short description of the servlet.
        public String getServletInfo() {
            return "Short description";
        // </editor-fold>
    }The problem with even attempting to do this is that with today's browser capabilities, users can optionally choose to jump to a particular page in the browser history and this may not necessarily be the most recent page. In this case, you would also want to invalidate the user's session after already having been there (whatever page that may be). Then you have situations when the user may wish to jump back in history to external pages they were visiting before they reached your own site's pages. Then what happens when they start clicking forward, forward, etc... from there? This is why I prefer writing Swing Clients as alternatives to browser applications. There are soo many possible ways break web applications made for standard web browsers both maliciously and simply by accident or irregular user patterns. Regardless, this servlet would work based on the assumption that all the user(s) would "ever" do aside from moving logically forward is clicking on the browser's "back" button.
    cheers!
    Message was edited by:
    javious

  • Cannot acees HTTPS sites in Internet Explorer - Windows 10

    In Build 9860 : We cannot access HTTPS sites in Internet Explorer ; unless we put it as a TRUSTED SITE.
    A similar issue has existed in Windows 8 and a patch was issued.
    I think the same issue has now come back in Windows 10.
    Please fix this. Thank you.

    Well, please try this link in your internet explorer of Windows 10.
    https://itldrive.infosys.com/infosys/webview/xythoslogin.action
    It doesn't open unless you put it as a trusted site.
    However, in Firefox (or IE in Windows 8 or 7)  it may open without any issue.

  • Problem report only print out when i click back button

    hi all..i having problem with my report print program. the problem is my report did not immediately print out when i click print button. the program require me to click back button before print out execute. please help me to solve this problem. Thank you.
    Edited by: padile on Jan 7, 2010 3:51 AM

    Hi,
    In your program, mention the following:
    DATA: gs_out_opt TYPE ssfcompop.
    gs_out_opt-tdimmed = 'X'           "Print immediately
    CALL FUNCTION lv_fname         "Smartform FM
          EXPORTING
            output_options     = gs_out_opt  
    Regards,
    Dawood.

  • ALV problems, trying to click Back button, Filtering, download (Excel)

    Hi
    When I try to click Back button, Filtering or download (Excel) on ALV grid this dumps appear:
    Runtime Error          MOVE_TO_LIT_NOTALLOWED_NODATA
    Error analysis
        The program tried to assign a new value to the field "<L_BOX>" even though
        it is protected against changes.
        The following objects are protected:
        - Character or numeric literals
        - Constants (CONSTANTS)
        - Parameters of the category IMPORTING REFERENCE for functions
          and methods
        - Untyped field symbols to which a field has not yet been assigned
          using ASSIGN
        - TABLES parameters if the corresponding actual parameter is protected
          against changes
        - USING reference parameters and CHANGING parameters for FORMs if
          the actual parameter for this is protected against changes
        - Field symbols if the field assigned using ASSIGN or ASSIGNING
          is protected against changes
        - External write accesses to READ-ONLY attributes
        - Key components of lines in internal tables of the type HASHED or
          SORTED TABLE
          SORTED TABLE.
    Line  SourceCde
    681 * set/unset <box> of all items
    682     if l_ucomm eq '&SAL' or l_ucomm eq '&ALL'.
    683       if l_ucomm eq '&SAL'.
    684         loop at t_outtab.
    685           l_tabix = l_tabix + 1.
    ->>>           <l_box> = ' '.
    687           modify t_outtab index l_tabix.
    688         endloop.
    689       endif.
    690       if l_ucomm eq '&ALL'.
    691         loop at t_outtab.
    692           l_tabix = l_tabix + 1.
    693           <l_box> = 'X'.
    694           modify t_outtab index l_tabix.
    695         endloop.
    696       endif.
    What I must check on my ALV settings:
    ch_alv_layout-zebra          = 'X'.
      ch_alv_layout-box_fieldname  = 'SELE'.
      ch_alv_layout-box_tabname    = v_nametab.
      ch_alv_layout-reprep         = 'X'.
      ch_alv_layout-info_fieldname = 'COLOR'. "infofield for listoutput
      ch_alv_layout-colwidth_optimize = 'X'.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program = sy-repid
          is_layout          = ch_alv_layout
          it_fieldcat        = ch_alv_fieldcat
          it_sort            = ch_alv_sortinfo
          i_save             = 'X'
          it_events          = ch_slis_event
        TABLES
          t_outtab           = p_control
        EXCEPTIONS
          program_error      = 1
          OTHERS             = 2.
    Thanks in advance.

    ch_alv_layout-info_fieldname = 'COLOR'. "infofield for listoutput
      ch_alv_layout-colwidth_optimize = 'X'.
    try commenting the above values.and also check the Fieldcatlog.
    Check the issue similar issue was resolve by checking catalog and layout:
    [ALV Issue solution|Re: Problem when export ALV.]
    Regards,
    Gurpreet

  • Old topic: Refresh when user click back button

    Yes yes, i know, this is old topic, which already discussed thoroughly in the forum,
    But, pls read my question....
    i try this:
    res.setHeader("Cache-Control", "no-cache");
    res.setHeader("Pragma", "no-cache");
    res.setDateHeader("max-age",0);
    res.setDateHeader("Expires",0);
    res.addHeader("Cache-Control", "no-store");
    However, when i forward to a page, then click back button to the previous page, which have the code above, however, the page is still the old one, the page was not reloaded from server
    Any suggestion? 1:57 am, my local time.......

    I just use:
    response.setHeader("Pragma","no-cache");
    response.setHeader("Cache-Control","no-store");
    response.setDateHeader("Expires",0);I have tried this, still the same...what can i do? Any more workable solution?

  • URGENT : On clicking back button of IE error message in the content area

    Hi all,
    On clicking of a link in my navigation area KM folders are displayed in the content area via a KM iview. On 1st level navigation in this iView and clicking the explorer back button there is no problem. But if we navigate to inner folders and click on back button I get a warning in the Content Area:
    " Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
    To resubmit your information and view this Web page, click the Refresh button."
    This is not the case when I navigate through Bread Crumb.
    The isolation method for my iView is Embedded and for my Page is also Embedded.
    Please reply soon.
    Thanks and Regards,
    Sweta.

    I am pretty sure that nothing can be done about this. A Lot of other websites/applications also have this same problem. You try playing with the browser cache settings so that the back button doesn't try and get the page from the cache. You could also try and experiment with the cache-control and expires HTTP headers, to see whether this has any effect.
    Other than this, I am unsure as to whether it can be resolved
    Sorry
    D

Maybe you are looking for