Determening type of the browser with JSP

Is there a way to determine type and version of the browser with JSP?
I need to determine if the borowser is IE 5.5 or IE 6.0
Thanks

String fileName ="c:/test1.pdf";
  File file = new File(fileName);
   if(!file.exists())
     return;
  // If JSP
  String mimeType = application.getMimeType(fileName);
       If you are using servlet
       String mimeType = this.getServletContext().getMimeType(fileName);
     response.setContentType(mimeType);  
     response.setHeader("Content-Disposition","inline;filename=\\"+fileName+"\\");
  BufferedOutputStream out1 = null;
  InputStream in = null;
  if(mimeType == null)
     mimeType = "application/octet-stream";
  try{
     in = new FileInputStream(f);
     response.setContentLength(in.available());
     BufferedOutputStream out1 = new BufferedOutputStream(response.getOutputStream(),1024);
     int size = 0;
     byte[] b = new byte[1024];
     while ((size = in.read(b, 0, 1024)) > 0)
        out1.write(b, 0, size);
  }catch(Exception exp){
  }finally{
      if(out1 != null){
         try{
            out1.flush();               
            out1.close();
         }catch(Exception e){}
      if(in != null){
        try{in.close();}catch(Exception e){}
  } this is what either your JSP/SERVLET/Backing Bean is supposed to do.
please try to restructure your code as per it.
Hope that might help :)
REGARDS,
RaHuL

Similar Messages

  • How to upload the image and diplay the image in the browser using jsp

    How to upload the image and diplay the image in the browser using jsp
    thanks
    shan

    i'll suggest looking for sample code or tutorial with a relevant query in google, which as far more time than us to answer this type of reccurent question

  • Closing the browser with a single click from form

    Hi All,
    Will u please help me anyone how to close the browser with a single click pressing exit button or closing the cross buton.
    Arif

    Always start with a search on this forum
    Solution
    Instructions:
    1. Using an html or text editor, create an html file with the following code:
    <html>
    <head>
    <script type="text/javascript">
    // Create a ref to the original method
    var windowClose = window.close;
    // Re-implement window.open
    window.close = function ()
    window.open("","_self");
    windowClose();
    </script>
    </head>
    <body onload="window.close()">
    <!-- The following text added in case users have disabled Java Scripting -->
    <!-- or if browser fails to close for some other reason. -->
    Your browser or system settings have prevented this window from closing.
    In order to ensure the highest level of security,
    please close/exit this browser session immediately.
    </body>
    </html> 2. Save the html file with the following name: close.htm
    3. Store this file on the middle tier, in a directory which has an associated virtual path configured in the HTTP Server. You can use a pre-existing path or create a new one. For example, in version 10.1.2 you could copy the html file to this directory:
    ORACLE_HOME\tools\web\html
    The above virtually maps to the following by default:
    /forms/html/
    For information on creating a virtual path for the HTTP Server, please refer to the HTTP Server Administrator's Guide.
    4. In the Forms application, choose the desired trigger where you would like to execute the closing of the browser. Remember that by executing this code, the application will be ungracefully terminated, therefore it is recommended that the following code only be entered in the Forms POST-FORM trigger.
    web.show_document ('/forms/html/close.htm','_self');
    5. Compile and run the form.
    Upon exiting the form, the web browser will call close.htm resulting in the browser closing.
    This has been successfully tested using IE7 on XP-SP3. Although this code will work with other browsers, for example FireFox 3, a configuration change in FF must be made in order for it to work correctly.
    Manual Steps Required for FireFox:
    1. Open one instance of the FireFox browser.
    2. In the address bar, enter the following and press Enter on the keyboard:
    about:config
    3. In the list presented, locate the following parameter:
    dom.allow_scripts_to_close_windows
    4. Double-click on this parameter to set its value to TRUE
    5. Exit the browser
    Edited by: BaiG on Mar 30, 2010 12:23 PM

  • When i type into the browser search bar, the text t y p e s .... v e r y s l o w l y

    First and foremost, I have used several virus searches and nothing shows up. However, regularly, when I go to type in the browser Go To bar, to go to a new URL, the font will often stop and wait, sometimes up to 10 seconds PER character

    Download OnyX and run the tasks on the cleaning and maintenance tabs: http://www.titanium.free.fr/download.php?sid=eaeb705a394731049962b7ec35ed070f . Many have found that using OnyX can help with performance. Of course you should have any important data backed up before using any disk maintenance program.
    Also, how much free disk space do you have? If less than 10%, the system will really slow down.

  • Can't type in the browser address bar

    everytime i upgrade firefox now i lose a bit more functionality... before when i opened a new tab i had to click the google homepage button in order to type in the browser address bar.. now i upgraded again and can't type in the google bar or the address bar at all.. the only reason i got to this page with firefox is because it was my homepage..
    i hate to not use firefox as i love it.. but chrome is starting to look better. :(

    Thanks for this.
    Only problem I have no "org.mozilla.firefox.plist" file that I can find (I can find a whole bunch of others relating to other software), nothing for Firefox.
    Add to my whoes the fact I even tried re-setting my Firefox installation.
    All that gave me was a much worse version of Firefox without all my add-ons and the same bloody problem with it still not recognising any keyboard input.
    Also add the fact it's taken half a day to re-build Firefox to the point I had it before from various backups (thank the gods for FEBE).
    so i now have a re-constituted version of Firefox (still re-building Speedial) with the same problem.
    I solved the same problem with IE (yea I have almost browsers on my machine as I am a developer), by re-installing Java.
    Hey ho, onwards we go.

  • WLDF console is locking in the browser  with Error

    HI,
    WLDF console is locking in the browser with below error. Memory utilization on the server looks ok, but browser will lock and need to reboot computer to use it again. Using WLS 10.0.
    java.io.IOException: Server returned HTTP response code: 502 for URL: http://tstapl18a-20:53856/console/wldf/lib/wldfclient-L10N.jar
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
         at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
         at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$700(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    network: Cache entry not found [url: http://tstapl18a-20:53856/console/wldf/lib/wldfclient-L10N.jar, version: null]
    network: Connecting http://tstapl18a-20:53856/console/wldf/lib/wldfclient-L10N.jar with proxy=HTTP @ stl-pxyo-02.na.erac.com/10.19.193.80:8080
    network: Connecting http://tstapl18a-20:53856/console/wldf/lib/wldfclient-L10N.jar with cookie "ADMINCONSOLESESSION=HRqpMf4PBFy7P93NFgy1xGMC1QwGWcXyymJ1vf8vL2Ypz18dsGLY!-1651931814"
    network: Cache entry not found [url: http://tstapl18a-20:53856/console/, version: null]
    network: Cache entry not found [url: http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet.class, version: null]
    network: Connecting http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet.class with proxy=HTTP @ stl-pxyo-02.na.erac.com/10.19.193.80:8080
    network: Connecting http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet.class with cookie "ADMINCONSOLESESSION=HRqpMf4PBFy7P93NFgy1xGMC1QwGWcXyymJ1vf8vL2Ypz18dsGLY!-1651931814"
    network: Cache entry not found [url: http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet/class.class, version: null]
    network: Connecting http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet/class.class with proxy=HTTP @ stl-pxyo-02.na.erac.com/10.19.193.80:8080
    network: Connecting http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet/class.class with cookie "ADMINCONSOLESESSION=HRqpMf4PBFy7P93NFgy1xGMC1QwGWcXyymJ1vf8vL2Ypz18dsGLY!-1651931814"
    basic: load: class com.bea.diagnostics.dashboard.ChartPanelApplet.class not found.
    load: class com.bea.diagnostics.dashboard.ChartPanelApplet.class not found.
    java.lang.ClassNotFoundException: com.bea.diagnostics.dashboard.ChartPanelApplet.class
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet/class.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 7 more
    Exception: java.lang.ClassNotFoundException: com.bea.diagnostics.dashboard.ChartPanelApplet.class
    Ignored exception: java.lang.ClassNotFoundException: com.bea.diagnostics.dashboard.ChartPanelApplet.class
    Any clues on this error?
    Thanks

    HI,
    WLDF console is locking in the browser with below error. Memory utilization on the server looks ok, but browser will lock and need to reboot computer to use it again. Using WLS 10.0.
    java.io.IOException: Server returned HTTP response code: 502 for URL: http://tstapl18a-20:53856/console/wldf/lib/wldfclient-L10N.jar
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
         at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
         at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.getJarFile(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.access$700(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.ensureOpen(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$JarLoader.<init>(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getLoader(Unknown Source)
         at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    network: Cache entry not found [url: http://tstapl18a-20:53856/console/wldf/lib/wldfclient-L10N.jar, version: null]
    network: Connecting http://tstapl18a-20:53856/console/wldf/lib/wldfclient-L10N.jar with proxy=HTTP @ stl-pxyo-02.na.erac.com/10.19.193.80:8080
    network: Connecting http://tstapl18a-20:53856/console/wldf/lib/wldfclient-L10N.jar with cookie "ADMINCONSOLESESSION=HRqpMf4PBFy7P93NFgy1xGMC1QwGWcXyymJ1vf8vL2Ypz18dsGLY!-1651931814"
    network: Cache entry not found [url: http://tstapl18a-20:53856/console/, version: null]
    network: Cache entry not found [url: http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet.class, version: null]
    network: Connecting http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet.class with proxy=HTTP @ stl-pxyo-02.na.erac.com/10.19.193.80:8080
    network: Connecting http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet.class with cookie "ADMINCONSOLESESSION=HRqpMf4PBFy7P93NFgy1xGMC1QwGWcXyymJ1vf8vL2Ypz18dsGLY!-1651931814"
    network: Cache entry not found [url: http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet/class.class, version: null]
    network: Connecting http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet/class.class with proxy=HTTP @ stl-pxyo-02.na.erac.com/10.19.193.80:8080
    network: Connecting http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet/class.class with cookie "ADMINCONSOLESESSION=HRqpMf4PBFy7P93NFgy1xGMC1QwGWcXyymJ1vf8vL2Ypz18dsGLY!-1651931814"
    basic: load: class com.bea.diagnostics.dashboard.ChartPanelApplet.class not found.
    load: class com.bea.diagnostics.dashboard.ChartPanelApplet.class not found.
    java.lang.ClassNotFoundException: com.bea.diagnostics.dashboard.ChartPanelApplet.class
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed:http://tstapl18a-20:53856/console/com/bea/diagnostics/dashboard/ChartPanelApplet/class.class
         at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 7 more
    Exception: java.lang.ClassNotFoundException: com.bea.diagnostics.dashboard.ChartPanelApplet.class
    Ignored exception: java.lang.ClassNotFoundException: com.bea.diagnostics.dashboard.ChartPanelApplet.class
    Any clues on this error?
    Thanks

  • Uploading the file to server from the browser using JSP

    I have facing difficulty while uploading the file from the browser using user interface to the server or to the database. As previousy i was working in coldfusion, i find it very easy there with cffile command, but i am confused how to do that in JSP
    please reply soon, as i am stuck in my project because of that
    Sarosh

    Check out http://www.jspsmart.com , They have a nice free upload api that can be used w/ JSPs or Servlets. I hear O'Reilly has a nice one too. May as well use someone elses if they've done it already.

  • Printing a web  page from the browser using JSP

    Hi sir,
    I want to know how to print a webpage that contains some
    report data where the web page contains a button as well when i click the button only the webpage contents(report data) should be send to the printer and should be printed.Here i should not use any javascript.By using pure java code in Jsp i need to do this.Pls.provide the code for this so that i will be grateful to u.Where it is very Urgent.I will be waiting for ur reply.
    Thanx,
    m.ananthu

    If you are reasonable sure that the user will be using a newer browser you could use the <LINK> tag to set an alternative print page. When the user clicks on the print button it calls a javascript funtion that does a window.print function call. The browser will then request the alternative print page and print this page instead of what is in teh browser.
    This will require two JSP pages but with proper use of includes you can reuse the code.
    Sorry I don't have any examples handy so you'll have to search the web but I know it works because I've done it for an intranet site.

  • How can i set Adobe to open pdf from a secure website in the browser, it just pops up and asks to open save or download. we want it to just open the PDF directly in the browser with no popups, using IE 11

    Hi,
    We are running Internet explorer 11 with the latest version of Adobe Reader.
    have found when users login to a secure website and it has pdf links on there, it doesnt open these pdf directly in the browser, it wants to save them and then open them.
    is there anything we can change to allow them to be opened directly in the browser? 
    Thanks,
    Cam

    Hi campbellk19046717,
    Please refer the KB doc link mentioned below if that might help:
    Acrobat Help | Display PDF in browser | Acrobat, Reader XI
    Let me know.
    Regards,
    Anubha

  • Java FX apps won't run on the browser with Linux

    This is my current system configuration:
    Opensuse 12.3 x64
    Nvidia Gefore 9600gt with Proprietary drivers
    Tried both the Oracle Java 7u45 and 7u51 (Installed according to: SDB:Installing Java - openSUSE)
    Google Chrome and Firefox (Latest versions for both)
    I am not able to run any Java FX browser app. When the app starts loading, i just get a gray box inside the browser screen. I've reproduced this with the JavaFX Ensemble sample app as well as my own apps. This is the exception i get on the Java Console when trying to load the Ensemble app:
    ---- FetchDocListTask  docsUrl = http://download.oracle.com/javafx/2/api/
    java.lang.NullPointerException
      at com.sun.prism.es2.ES2SwapChain.<init>(ES2SwapChain.java:79)
      at com.sun.prism.es2.ES2ResourceFactory.createPresentable(ES2ResourceFactory.java:40)
      at com.sun.javafx.tk.quantum.PresentingPainter.run(PresentingPainter.java:59)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
      at com.sun.prism.render.RenderJob.run(RenderJob.java:37)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:108)
      at java.lang.Thread.run(Thread.java:744)
    CacheEntry[http://download.oracle.com/otndocs/products/javafx/2/samples/Ensemble/Ensemble.jnlp]: updateAvailable=true,lastModified=Wed Dec 31 18:00:00 CST 1969,length=0
    CacheEntry[http://download.oracle.com/otndocs/products/javafx/2/samples/Ensemble/Ensemble.jnlp]: updateAvailable=true,lastModified=Wed Dec 31 18:00:00 CST 1969,length=0

    http://java.sun.com/j2se/1.3/download.html
    After you download the jre file click on it to install it. I'm not sure why AOL isn't registering and the internet explorer is.
    Try putting this into your autoexec.bat file (if your running on windows operating system).
    set classpath=C:\ProgramFiles\JavaSoft\JRE\1.3.1\bin;%PATH%
    Make sure the file path is correct. It's the path to the java.exe file. This ensures programs that use java.exe file to find it.
    You have to restart your computer after changing the autoexec file for it to register.
    Good Luck!

  • How to generate the submenu with JSP??

    I want to show a submenu when the mouse pointer upon a specific link or area. can i do that with JSP?

    I agree with whizkeys, you cannot do that with javacode in a JSP, you will need to use javascript (unless you want to try it with an applet, but, then you would have other issues and it would be a pain in the balls).

  • How to get the field's type in the database with jdbc?

    How to get the one filed's type(varchar,int,long...etc) with jdbc??
    Can u help me??
    It's best that giving a sample code..

    Thx for your reply,BheegaChicken! But i use it with
    oracle9i jdbc..It doesn't return to my the fields
    type correctly..
    This is problem is caused by oracle jdbc??
    Can u tell me??It depends on the driver classes you are using... some of them don't have an implementation for those methods and you won''t get anything useful. Check the driver documentation.
    ***Annie***

  • Discoverer Plus - Kills the browser with error msg for session timeout

    If left idle for more than few minutes, Discoverer Plus instance will kill itself with an error.
    i guess it kills the IE browser instance with an error message when Session Timeout occurs. The problem is I have to re-login in a new IE browser.
    Is this normal behavious, or a bug. Any workaround to stop this happen. Please can someone help me, we are going on for a production rollover very soon.
    I appreciate your help.
    Regards, B

    B,
    The pref.txt file has session time out parameter that can be controlled. You can increase the time out value.
    Regards

  • No matter what you type in the browser it takes you to amazon

    You can type anything in the mozilla browser and it only takes you to amazon.com. I know this is something that I did, I just need to know how to fix it so it will stop.

    hello fuskiegirl21, does it change when you install the search reset addon from https://addons.mozilla.org/firefox/addon/searchreset/ ?

  • I have Firefox as my browser. A few days ago, I opened the browser with the Firefox icon and found that my browser is now "Bing". I cannot get rid of it. How do I get Firefox back?

    I have had Firefox as my default browser. About one week ago, I tried to go on line and found that my browser was now "Bing". I tried to get Firefox back but could not. I would like to change back to Firefox but do not know how.

    Go to control panel first, and uninstall browser protect, browser saver, saveshare or similar programs. Scan with anti-malware tools (like adwcleaner). Then go to your mozilla add-ons and uninstall everything coupon related (you might have to google each of your addons one by one).
    After than go to about:config and [http://www.2-viruses.com/remove-qone8-virus replace everything that mentions qoone8].

Maybe you are looking for

  • Connect a video cassete player to comp.

    I have an iMac G5, which I'm trying to connect to a VCR. Please help! Thank you! iMac G5   Mac OS X (10.4.4)  

  • How to Import the RFC (Custom RFC  made ) which is available in SAP systems

    I have to use a custom RFC which is made by an abap developer in my XI scenario. I dont see any "Imported objects" tab  under my scenario in IR . I can only see  "Imported objects"  under SAP basis 6.40 . When i right click the link "Import of SAP ob

  • Invoice Lists, can you create a single a/c for multo billing docs

    We are looking at using the invoice list functionlity to provide a single bill for a payer per month. This will cover multi ship tos, billing document types, PO numbers etc. Is there a way to have a single accounting document that will be able to cap

  • Buying a new iMac.  But when!?!?

    Hello everyone. I am very excited to say that sometime in the next few months I am going to be getting my second iMac! I bought my first one (a 17" 1Ghz iMac with 768 RAM) about 5 years ago while in college... and it has been a good ride ever since!

  • How to setup a Subcontracting Scenario Part II

    Guys, I created a supply chain model to reflect subcontracting scenario. Here are the results as I ran SNP Heuristics. 1. I have a forecast demand at DC = 10. 2. Supplier gets a purchase requisitions. 3. In response Planned Order is generated and dep