Pressing Enter Button Gives a Blank Page while Cursor is in Text Field

Hi,
I have a problem on my jsp page that there is a text filed (input type="text") and a button (input type="button") to submit the page.
When page loads the cursor blinks in the text field, and at the same moment if i hit the enter button of my keyboard it gives a blank page.
Here the button on page does not clicked by this enter button, no script calls neither the page submitted to the given url.
Kindly suggest what is going wrong.
Thanks in Advance
Rajiv K.

I'd come across this issue a while back: [http://tipsandtricks.nogoodatcoding.com/2007/07/html-single-text-field-submit-caveat.html]; when there is only a single text field in a form, then pressing enter causes a submit with the text-field as the initiator. The submit button isn't invoked. This means any onsubmit actions will not be called. A simple way out is to put in a dummy text field in the form and set it's display to none (using CSS/styling)

Similar Messages

  • I want to execute selection screen by pressing enter button

    Hi,
    I have a requirement like after giveing values in selection screen I want to execute it by pressing enter button not by pressing execute button.
    Please give some sample code if u have any solution.
    Thanks & Regards
    Venkatrami Reddy B

    Hi,
    You can achive this.
    You just need to do all your coding under even AT SELECTION-SCREEN OUTPUT.
    But you have to put a check also say counter.
    Define a variable of type integer and then put the check on the mail block of code (whole program eccept selection screen) as mentioned below.
    IF lv_count > 1.
    program lines..
    ENDIF.
    lv_count = lv_count + 1.
    Regards,
    Raj Gupta

  • Why does my computer keep reloading blank pages while reading email ?

    My computer constantly reloads a blank page while I am in my email account (Outlook.com- an old hotmail account). I have deleted cookies, deleted history and the cache files according to what one search result told me to do. I have mal-ware and anti-virus which are all up to date along with current windows versions. I reloaded Firefox also, all to no avail. Unless I take my computer to a repair shop, it is difficult to read any email.

    That's a good sign! It suggests that one of your extensions does something that isn't fully compatible with Outlook webmail. This might include blocking information that Microsoft's site expects, whether cookies, or something else. Could you review your extensions and see whether any of them might filter/block information from the site, to enhance privacy or reduce annoyances or other reasons?
    You can do that on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then on the right side, if you see something that might be relevant, you can click its Options dialog to see whether you can make an exception for the live.com site (server that hosts Outlook mail).

  • It's been 4 days now my App Store show 2 message it means that I have to update some applications but every time I open my App Store and press update it only shows blank page but if I press genius, top charts, featured, search I can browse them

    It's been 4 days now my App Store show 2 message it means that I have to update some applications but every time I open my App Store and press update it only shows blank page but if I press genius, top charts, featured, search I can browse them

    It's been 4 days now my App Store show 2 message it means that I have to update some applications but every time I open my App Store and press update it only shows blank page but if I press genius, top charts, featured, search I can browse them

  • Blank pages while printing in BO6.5.1

    Post Author: Saravanan Perumal
    CA Forum: Desktop Intelligence Reporting
    Hi,
    I'm trying to create a Business objects report 6.5 with more tables and cells than will fit across one page. This results blank pages while printing, Is there any option to fit the cells and Tables into the first page that extended to the second page.
    Any one having the idea regarding kindly let me know.
    Thanks in advance!
    Br
    Saravanan.

    Hello,
    BLANKPAGES specifies whether to suppress blank pages when you print a report. Use this keyword when there are blank pages in your report output that you do not want to print.
    rwclient.exe server=<repserver_name> report=only_main.RDF userid=scott/tiger@orcl destype=file desformat=pdf BLANKPAGES=NO
    Another solution would be the use of srw.abort_program:
    If there is no data, the report is not run:
    SRW.PROGRAM_ABORT needs to be called from a format trigger and since any object within repeating frame ( based on main query) will not be formatted unless there is data, So need to have a "Boilerplate Text" outside of Frame and placed at "Main Section"-> "Body". This Text object will have Following format Trigger.
    begin
    if :data_yn ='Y' then
    null;
    else
    SRW.MESSAGE(100, 'No Data to run report ');
    raise SRW.PROGRAM_ABORT;
    end if;
    return (False);
    end;
    Here return (false) as do not want to print the text.
    data_yn is a user parameter variable, Not exposed to user or at Parameter Page.
    There is PL/SQL Filter Written at the Main Query at Data Modal as
    function G_EMPNOGroupFilter return boolean is
    begin
    Select 'Y' into :data_yn from dual;
    return (TRUE);
    end;
    This Helps in setting data_yn to Y is there is data returned by the underlying Query. by default this is Null.
    So when Report is executed by passing 2 as value to 'no', Query does not returns any row, So PL/SQL filter will not run and while formatting Blank report, format trigger of the "Text Object" will raise exception to abort report, thus no output.
    Similarly if there is data returned by Query then PL/SQL filer will set 'Y' to data_yn and "Text object" format trigger will not raise Exception.
    Regards,
    Alex

  • Journ.E touch - blank page while trying to access the virtual store

    After resetting the account and update the virtual store,
    I get a blank page while trying to access the virtual store.
    I proceeded to update firmaware. always blank page.

    after the reset, the page is still blank. no access to the virtual store. can you check the serial number of my JournE Touch?
    S / N: 5A015441DH, are this a zero? or the letter O? I write the number 0 for account creation.
    I note that this error occurred after resetting the personal account
    Personal Account - 12763
    cordially

  • MODULE POOL WHEN WE PRESS ENTER KEY IN A TBL CONTROL THEN CURSOR GO TO FIRS

    DEAR ALL,
                    IN MODULE POOL WHEN WE PRESS ENTER KEY IN A TBL CONTROL THEN CURSOR GO TO FIRST INPUT/OUTPUT BOX  I WANT THE CURSOR WILL STAY ON THAT TBL CONTROL COLUMN.
      PLZ TELL ME HOW I CAN DO THIS.
    THANKS
    SHASHI
    Moderator message: no upper case please, search for available information before posting.
    Edited by: Thomas Zloch on Mar 11, 2011 11:50 AM

    Hi,
    This is possible only for check boxes and radio buttons.
    for others you atleast need to double click.
    please note double click is possible.
    regards
    Ramchander Rao.Krishnamraju

  • Inserting blank page for ads according to datamerged field.checking for whether a variable exists on

    Let me see if I can explain what I am trying to do. I have a script which loops through pages of an indesign document. I use a for loop to do so.
    Within each page is a text frame called "Advertising" with a Y or N as the value. If the value is Y, I want to insert a blank page before the page with the advertising field. Within the for loop however, there are calls to other data fields. My issue is that when I add a blank page, and the for loop continues, it errs out because the blank page does not contain the variable fields I am using. (highlights)...
    So my question is, how can I cause the for loop to skip the newly inserted page so that the missing variable doesn't cause the script to fail?
    should I be checking whether the layer exists then doing something like:
    if(newDoc.pages.item(i).pageItems.item("CompanyHighlights").length > 0){}
    for(var i = o; i < PageLength-1; i++){
    //some kind of check to determine whether it's a blank page, or a page with the variable.
         if(newDoc.pages.item(i).pageItems.item("CompanyHighlights").length > 0){
              var highlights= newDoc.pages.item(i).pageItems.item("CompanyHighlights").contents;
              var advertising = newDoc.pages.item(i).pageItems.item("Advertising").contents;
              if(advertising == "Y")
                   //add blank page before this page

    Thanks Hans, I actually got it working last night: I had to run a double if statement to check the Master page and move the counter var to a global var, and then add 1 to the counter "i" since I was adding a page, and add 1 to the PageLength so the for loop can continue on the pages that were moved ahead a page number by adding a page...not the best solution, but it works and I'm on a deadline. Thank you for trying to help though.
    //make i a global variable
    var i = 0;
    for(i = 0; i < PageLength-1; i++){
    //define master page of current page in the loop
    var masterpage = newDoc.pages.item(i).appliedMaster.name;
    //if its C-Master, skip it
        if(masterpage  != "C-Master"){
           //if it contains the merged Advertising field add a page
          var advertising = newDoc.pages.item(i).textFrames.item("Advertising").contents;
              if(advertising == "Y")
                   //Add a page.
                   newDoc.pages.add(LocationOptions.before, newDoc.pages.item(i) );
                   newDoc.pages.item(i).appliedMaster =app.activeDocument.masterSpreads.item("C-Master");
                   i=i+1;
                   PageLength = PageLength+1;
    var masterpageAgain = newDoc.pages.item(i).appliedMaster.name;
                if(masterpageAgain  != "C-Master"){
                   var highlights=newDoc.pages.item(i).textFrames.item("CompanyHighlights").contents;

  • Problem in custom jsp page when pressing enter button

    Hi to all,
    <pre>
    I am created a cutom jsp page. When i am clicking on a button it working fine, but if i am pressing
    Enter key it redirecting to home page and showing an exception in cosole.
    <b>Exception is </b>
    18:00:50,718 ERROR [WEBAPP] Class/Method: tcActionBase/execute encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
    at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
    at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
    at org.springframework.web.struts.DelegatingActionProxy.execute(DelegatingActionProxy.java:110)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
    at java.lang.Thread.run(Thread.java:619)
    18:00:50,718 ERROR [WEBAPP] Class/Method: tcAction/execute encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
    at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
    at org.springframework.web.struts.DelegatingActionProxy.execute(DelegatingActionProxy.java:110)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
    at java.lang.Thread.run(Thread.java:619)
    18:00:50,718 WARN [RequestProcessor] Unhandled Exception thrown: class java.lang.NullPointerException
    18:00:50,718 ERROR [[action]] Servlet.service() for servlet action threw exception
    java.lang.NullPointerException
    at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
    at org.springframework.web.struts.DelegatingActionProxy.execute(DelegatingActionProxy.java:110)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
    at java.lang.Thread.run(Thread.java:619)
    </pre>
    Edited by: iceman513 on Aug 11, 2010 7:14 PM
    Edited by: iceman513 on Aug 24, 2010 10:32 AM
    Edited by: iceman513 on Aug 24, 2010 10:33 AM

    once you click a button, say, "Draw Rectangle", it should draw a rectangleYes, but you need to repaint() the component (in your case panel) to see the change.
    The error is: The method paintComponent(Grpahics) is undefined for the type ObjectThe compiler never lies. As far as your code goes, you have added a method paintComponent(...) to a class that implicitly extends Object. Perhaps you wanted to create an anonymous subclass of JPanel.JPanel panel = new JPanel() {
      public void paintComponent(Graphics g) {
        super.paintComponent(g);
        myPaint(g);
    };Note the changes in brace and semicolon placement.
    Also:
    1. You're setting a FlowLayout to a JPanel, which is anyhow the default layout manager. And when using a layout manager, setSize calls are redundant and effectively ignored.
    2. For a JFrame to be centered on the screen, setLocationRelativeTo(null) after setting the size, not before.
    3. To void visual artifacts, setVisible(true) after all other properties are set.
    It looks to me like you've been throwing together bits of code from here and there without adequate understanding. I recommend you go through the Swing tutorials linked from the topic listing page for this forum.
    db

  • Blank page while servlet to jsp.

    Hi.
    am working in a code for login verification.
    In my login database i have different user.For each user user access will be different.
    So am verifying password for a particular user.The verification is done in servlet page .
    After verification am viewing only a blank page.
    Can u give me any suggestion.
    my code is given below.
    response.setContentType("text/html;charset=UTF-8");
            PrintWriter out = response.getWriter();
             HttpSession session=request.getSession();
            String user="",pass="";
            //ServletContext context=null;
            ServletContext context=getServletContext();
    String userName=request.getParameter("user").trim();
    String passWord=request.getParameter("pass").trim();
            String query="select * from login where user='"+userName+"' ";
           String DbUserName="";
           String DbPassword="";
           String finalUser="";
           try {
                 Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                 Connection con1=DriverManager.getConnection("jdbc:odbc:register");
                  Statement stat=con1.createStatement();
                  ResultSet rst=stat.executeQuery(query);
                    while(rst.next())
         user=rst.getString("user");
    pass=rst.getString("pass");
                  if((userName.equalsIgnoreCase(user))&&(passWord.equalsIgnoreCase(pass)))
                session.setAttribute("user",user);
            context.getRequestDispatcher("/Mainmenu.jsp").forward(request,response);
            else
                   context.getRequestDispatcher("/LoginError.jsp").forward(request,response);
    catch(Exception e){
                 e.printStackTrace();
          }Thanks in advance,
    regards,
    satheeshkannan

    Indeed, you are just printing and ignoring the exception instead of throwing it or change the flow.
    Apart from this problem: why are you comparing the username once again after the query while the query should only return rows matching the username? Anyway, if your DB is well-designed (i.e. username is unique), then you can also just query for rows matching the username and the password so that you just need to check if ResultSet#next() returns true or not.
    Oh, don't forget to use PreparedStatement instead. It will save you from SQL injections.

  • Using MessageDownload gives a blank page

    Hi all
    Here is my pb :
    1/ Extend a VO oracle.apps.icx.por.wf.server.ReqLinesNotificationsVO to display attachments of requisitions
    (via fnd_attached_documents fad,fnd_documents_tl fdtl,fnd_lobs fl tables)
    2/ Add a Message Download through Personnalization with FileData and FileName
    provided from the customized VO.
    3/ Run : File Name is displayed in the table. GREAT !
    BUT ....
    4/ Click on the link to download : blank page is displayed with URL : http://<host>:<port>/OA_HTML/OADownload.jsp?transactionid=897817898&ret
    ainAM=Y
    Go back to the Requisition page.
    5/ Click on personnalize this page and click on Cancel button just after (no changes) to return to the page.
    4/ Click on the link to download : file is displayed ...
    Strange behavior ..
    Any idea ?
    Thanks and regards
    Message was edited by:
    Alex_fr

    What is the link url in both the cases ?
    --Shiv                                                                                                                                                                                                               

  • Trying to clear cache-press firefox button top left of page, don't show advanced tab. am lost here. tpykanu

    as told on clear cache page, press firefox button (top left) then press advanced tab. yet when press firefox button, advanced tab don't show up

    See also:
    *https://support.mozilla.com/kb/Options+window+-+Advanced+panel
    *Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily if the Menu Bar is hidden.
    *Use "Firefox > Options" instead of "Tools > Options" if the menu bar is hidden.

  • Typing links in URL, pressing enter doesn't direct web page.

    So I'm typing a link in the url, not including the http://www. but just the name and the domain type. Like "Google.com" for example. After typing I press enter but I don't get directed to the new page. Pressing enter doesn't do anything, and even if I include the http://www. it's still the name.

    Hi,
    Please see [https://support.mozilla.org/en-US/questions/918088 this.]

  • Clicking new tab produces a yahoo search page; used to just give a blank page. how to fix?

    I find the yahoo search page very irritating. much prefer the blank page I used to get. if I knew how to get rid of anything yahoo I would.
    is there any relationship between my problem and the test of safari?

    Do you have AVG installed? Look at and adjust the options: http://www.avg.com/special-toolbar-how-to-disable-search-tlbrf.tpl-mcr1
    <br />
    You need to update your plug-ins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
    * Adobe PDF Plug-In For Firefox and Netscape 8.2.4
    * Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    #Check your plugin versions: http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use Firefox to download and SAVE the installer to your hard drive from the link in the article below
    #**On the Adobe page, un-check any extra items (i.e. Free McAfee® Security Scan Plus) then click Download button
    #**If you see message just under tabs, DO NOT click the Allow button, instead click below that where it says "click here to download".
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link and more information</u>''': https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    #*After the installation, start Firefox and check your version again.
    #'''Update Java:''' https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox

  • All of a sudden I can't print anything on my macbook.  I am directly connected to a printer where i had printed before now if I hit print it just gives me blank pages with websites header? any ideas what went wrong?

    I just started having issues printing with my macbook when before I had no problem.  same printer, nothing has changed. when I try to print it just prints me blank pages with internet headers even WHEN i am not printing off the internet, simply pdf documents.  any idea what I am doing wrong or what changed?

    Hi evelia,
    Welcome to the Support Communities!
    The first thing I would suggest is to shut down your computer and turn off your printer.  Then do the reverse -- turn the printer on first, then your computer.  If the issue still persists:
    Check to make sure there are no jobs waiting to be printed. (Apple Menu > System Preferences > Printers & Scanners)
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    If all else fails, reset the printing system and install the printer again:
    OS X Mavericks: Reset the printing system
    http://support.apple.com/kb/PH14141
    I hope this information helps ....
    - Judy

Maybe you are looking for