Limiting MAX lines on the browser

hi, i am using a servlet for writing directly on the iFrame. This servlet runs continuosly till the session is alive. During this time i am getting randomly big chunk of data to write from the server side........... i want to limit the MAX_LINES of the data to be displyed in the iFrame .for eg. say 500 lines and after that i want to remove the OLD data if data exceeds 500 lines. Can anybody help me for this.........should i Limit it at the client side by using Javascript or if from the Servlet how can i manage this.

Try to disable hardware acceleration.
*Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
If disabling hardware acceleration works then check if there is an update available for your graphics display driver.
*https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers

Similar Messages

  • The Windows XP links tool bar at the bottom of the screen now hides the last line or lines of the browser screen. Why? (V3.6.16)

    I use V 3.6.16 and since a recent update, it looked as if I'd lost a line or two at the bottom of the screen. What happened is that the Windows task bar showing quick launch icons, links to running programs (tabs) and the clock, etc., now obscures the last few lines of the browser display. This is since approximately a week. I assume it's due to FF updates rather than to WinXP but of course I don't know. I don't see a problem with other programs. In particular, IE doesn't do it which makes me think it's an issue with FF and it's new. I looked for something under options I could change but couldn't find one. Anyone have an idea?
    System is working fine -- Windows XP SP/3 with all updates. Avira antivirus. Thanks!

    Oops... sorry! Problem was that the window was not full screen! Darn, I'm a dummy. It was almost full screen so I didn't bother to check. Issue solved. Sorry for the false alarm.

  • How do i get my navbar to stay on one line when the browser window is minimized?

    I am new to coding and have just created my first website in html and css.  I know that the coding is pretty dire and that I have a lot to learn and hope that someone can guide me in how to solve this problem.  When the browser window is minimized, the navbar breaks down into 2 or 3 lines but I want the navbar to fit to the window whatever the size of the client machine.
    I think I need to add a media query but i'm not sure if i do and if so what code to use and where to put it?
    I am worried that the page will only be viewable properly on a desktop and i really want to learn how to make a fluid layout which can be viewed on 320px, 768px and 1200px.
    Any guidance would be greatly appreciated.
    Here is my code:
    HTML
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>The Engineer's Corset</title>
    <link href="styles/style.css" rel="stylesheet" type="text/css" media="screen">
    <style type="text/css">
    body {
        background-color: #000;
    </style>
    </head>
    <body>
    <div id="container">
    <div id="navbar">
        <ul id="nav">
        <li><span class="current-menu-item">Home</span></li>
        <li><a href="about.html">About Us</a></li>
        <li><a href="workshops.html">Workshops</a></li>
        <li><a href="news.html">News</a></li>
        <li><a href="gallery.html">Gallery</a></li>
        <li><a href="contact.html">Contact Us</a></li>
        </ul>
    </div>
    <div id="header">
      <img src="images/final/headerbeauty3.png" width="1100" height="341" alt="The Engineer's Corset">
    </div>
    <div id="links">
    <ul id="link">
    <li><a href="https://www.facebook.com/Bristolengineer" target="_blank"><img src="images/final/fb3.png" width="200" height="45" alt="Follow Us on Facebook"></li>
    <li><a href="https://twitter.com/Engineerscorset" target="_blank"><img src="images/final/twitter2.jpg" width="200" height="45" alt="Follow us on Twitter"></a></li>
    </ul>
    </div>
    <div class="chantry">
    <img src="images/final/CD Logo fin.png" width="240" height="200" alt="Chantry Dance Company">
    </div>
    <div class="about">
      <p> The Engineer's Corset is a new play written by Janet Goddard for performance by the community of Bristol in 2015. <br>  ~ <br>
    The play is based on the extraordinary real-life events of 1843 surrounding Isambard Kingdom Brunel's near-death experience after swallowing a coin.  We travel through time to explore the adventure and horror of Victorian industrialisation. <br> ~ <br> Using a community theatre group The Engineer’s Corset tells a familiar tale of Brunel’s near death experience when he swallows a gold half sovereign. His wife Mary fights to maintain her composure but is ripped apart by the waiting game. Her servants and his workforce, using dance and sound, broaden her horizons. Just like Mary the audience too will see life in the 1840s through a different lens.</p>
    </div>
    <div class="workshops">
    <img src="images/final/bridgebridge.jpg" width="1100" height="713" alt="clifton suspension bridge">
    <span><a href="workshops.html">We will be running a series of workshops prior to production and hope you will join us.  For further information, click here.</a></span>
    </div>
    <div id="sponsorspace"></div>
    <div id="footer"> <p> &copy; Heartprints Web Design 2014 </p> </div>
    </div>
    </body>
    </html>
    CSS
    @charset "utf-8";
    /* CSS Document */
    body {
        font-family:Arial, Helvetica, sans-serif;
        font-size:125%;
    @media screen {
        #navbar:
    #navbar li {
        font: 25px Arial;
        display: inline;
        list-style-type: none;
        background: #09F;
        color: #000;
        border-radius: 20px;
        padding: 15px 25px;
    .current-menu-item {
        color: #0FF;
    #navbar a {
        padding: 15px 25px;
        background-color: #6cf;
        color: #000;
        text-decoration: none;
        border-radius: 20px;
    #navbar a:hover {
        background-color:#0FF;
        color: #000;
        padding: 15px 25px;
    #header {
        width: 1100px;
        height: 340px;
        margin-left: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-style: ridge;
        border-width: 5px;
        border-color:#09F;
    #links li {
        display: inline;
        width: 700px;
        margin-left: 300px;
    .chantry {
        margin-left: 40px;
    .about {
        position: relative;
        width: 860px;
        text-align:center;
        background-color: #CCC;
        color: #000;
        border-style: ridge;
        border-width: 3px;
        border-color:#09F;
        border-radius: 15px;
        float: right;
        margin-top: -200px;
        margin-right: 90px;
    .workshops{
        position:relative;
        width: 1100px;
        height: 713px;
        font-size:24px;
        margin-left: 50px;
        border-style: ridge;
        border-width: 5px;
        border-color:#09F;
        margin-top: 130px;
    .workshops span {
        position: absolute;
        background: #6CF;
        color: #000;
        left: 30px;
        top: 30px;
        right: 800px;
        padding: 15px;
        font: 1em georgia, serif;
        font-style:italic;
        text-align:center;
        border: 5px solid #09F;
        border-radius: 20px;
        margin-top: 35px;
    .workshops span a {
        color: #000;
    #link li {
        border-style: solid;
        border-color: #6CF;
        padding: 30px 10px 5px 10px;
    .info {
        text-align:center;
        width: 1100px;
        margin-top: 50px;
        margin-bottom: 50px;
    .CDC {
        float: left;
        margin-right: 50px;
        margin-left: 45px;
    .workshopinfo {
        height: 250px;
        text-align:center;
        margin-top: 50px;
    .photos {
        Height: 500px;
        text-align:center;
        margin-top: 50px;
    #footer {
        text-align:center;
        margin-top: 700px;
        color:#0CF;
    .brunel {
        margin-top: 50px;
        margin-left: 400px;
    #workshops2{
        width: 1000px;
        border-style: outset;
        border-width: 5px;
        padding: 15px;
        border-color:#09F;
        background-color: #6CF;
        margin-left: 100px;
        text-align:center;
    #workshops2 a {
        color: #000;
    #sponsorspace {
        height:  300px;
        background-color: #6CF;
        border-style: outset;
        border-color: #09f;
        margin-top: 15px;

    Give #navbar a width that is wide enough to hold all of the buttons within it.
    #navbar {
         width:####px;
    Replace #### with a pixel number large enough to hold the nav buttons.

  • L do not see an orange line in the browser for clips that are in the timeline.  What do I do?

    How do I get the orange line to show in the brewer for clips that are in the timeline.  Mine doesn't show it.

    I called Apple and said it is a glitch which caused me not able to see a registration key. They sent my $30 back so I will make another order of Quicktime Pro 7 to get registration key.

  • Crash the browser

    I have a problem and need some advise.
    When I try to run my flash, is there a limitation (on system
    memory or calculation limits) that would crash the browser?
    I try using Flash player 9 but it get worse than Flash player
    8, any idea?
    Thanks in advance,

    Well, I tried changing the applet tag use to
    <object classid='clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF'
    archive='<%=APPLET_ARCHIVE%>' code='<%=APPLET_CLASSNAME%>' width=0 height=0>
    (the sole change from the <applet ...> days being the addition of the classid; all variables had the same value, too).
    JInitiator started, and then said
    APPLET tag missing CODE parameter.
    java.lang.NullPointerException: name
         at java.util.zip.ZipFile.getEntry(Unknown Source)
         at java.util.jar.JarFile.getEntry(Unknown Source)
         at java.util.jar.JarFile.getJarEntry(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getResource(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.lang.ClassLoader.getBootstrapResource(Unknown Source)
         at java.lang.ClassLoader.getResource(Unknown Source)
         at java.lang.ClassLoader.getResource(Unknown Source)
         at java.lang.ClassLoader.getResource(Unknown Source)
         at java.lang.ClassLoader.getResourceAsStream(Unknown Source)
         at sun.applet.AppletPanel$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    (the exception repeated once)
    Needless to say, the CODE parameter is provided. I don't know quite what to think here.
    (This working without source code for critical components is like trying to read a translation of your favourite novel into a language you don't read, in the dark.)

  • The question about max line item in material document

    Dear  sir:
    I want to excute CO27 for an FP . It will create material documents. The max line item is 100 in each material document. But I want to record 400 lines in a material document.  Is it possbile to change the number of max line in material document?   How could I do to change that ?   Thanks !!

    I know about 333 in case of physical inventory because the finacial document has a technical limitation of 3 digits for Fi document item number, which means the FI document cannot take more than 999 lines.
    In case of physical inventory a material document item can create up to 3 FI item lines. So the limit for physical inventory became 333.
    I dont know from where you have the 100 as limitation, but take the above said into consideration before you change anything.

  • There's a black space at the top of my window, and when I open the browser, my home page comes up but the address line is blank. How do I fix this?

    There's a black space at the top of my window, and when I open the browser, my home page comes up but the address line is blank. How do I fix this?

    -> Tap ALT key or press F10 to show the Menu Bar
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Zoom -> click "Reset" -> Page Style -> select "Basic Page Style"
    -> go to View Menu -> Toolbars -> select Menu Bar and Navigation ToolBar -> unselect All Unwanted toolbars
    -> go Tools Menu -> Clear Recent History -> '''Time range to clear: select EVERYTHING''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies, Cache, Site Preferences''' -> click "Clear Now"
    -> go to Tools Menu -> Options -> General -> When Firefox starts : select "Show My Home Page" -> Type the address of the website which you want to be your HomePage e.g. http://www.google.com
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> '''Firefox will: select "Use Custom Settings for History"''' -> REMOVE Checkmark from '''"Permanent Private Browsing mode"''' -> place CHECKMARKS on:
    1) Remember my Browsing History 2) Remember Download History 3) Remember Search History 4) Accept Cookies from sites -> select "Exceptions..." button -> Click "Remove All Sites" at the bottom of "Exception - Cookies" window
    4a) Accept Third-party Cookies -> under "Keep Until" select "They Expire"
    -> '''REMOVE CHECKMARK from CLEAR HISTORY WHEN FIREFOX CLOSES'''
    -> '''When using the Location Bar, suggest: select "History and Bookmarks"'''
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> Click OK on Options window
    -> click the Favicon (small drop down menu icon) on Firefox SearchBar (its position is on the Right side of the Address Bar) -> click "Manage Search Engines" -> select all Unwanted Search Engines and click Remove -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons later. Check and tell if its working.

  • When browsing a new library that I created, the browser shows dotted lines around grey rectangles, no images. When I double click on a rectangle the image appears. How do I get images to appear in the browser rectangles?

    When browsing a new library that I created and exported onto an external hard drive, the browser shows dotted lines around grey rectangles, no images. When I double click on a rectangle, the image appears, but all the other rectangles remain empty - no image. How do I get images to appear in the browser rectangles? I am viewing this on a second computer (an older intel duo iMac), not the one I created the library on (a MacBook Pro). Both computers have Aperture 3.2.4 installed. When I return the external to the MacBook, all images appear in browser rectangles. What's happening on the iMac?

    You may have a problem with the permissions on your external volume. Probably you are not the owner of your library on the second mac.
    If you have not already done so, set the "Ignore Ownership on this Volume" flag on your external volume. To do this, select the volume in the Finder and use the Finder command "File > Get Info" (or ⌘I).
    In the "Get Info" panel disclose the "Sharing & Permissions" brick, open the padlock, and enable the "Ignore Ownership on this Volume" flag. You will have to authentificate as administrator to do this.
    Then run the "Aperture Library First Aid Tools" on this library and repair the permissions. To launch the "First Aid Tools" hold down the ⌥⌘-key combination while you double click your Aperture Library. Select "Repair Permissions" and run the repair; then repeat with "Repair Database". Do this on the omputer where you created the library and where you can see the thumbnails.
    Then check, if you now are able to read the library properly on your iMac.
    Regards
    Léonie

  • Has anyone experienced this problem: I am editing in FCP 7.0.3 on a Mac 10.6.8 - I have a clip in the browser that is full frame and matched the other clips but when I drop it in the time line it becomes a fully zoomed in version of itself

    has anyone experienced this problem: I am editing in FCP 7.0.3 on a Mac 10.6.8 - I have a clip in the browser that is full frame and fine and it matches the other clips in my bins but when I drop it into the time line it becomes a fully zoomed in version of itself and I can only see a small portion of the image.  What's going on?  I've noticed this has happened in the past randomly with other clips and it's driving me cray cray!  Any help appreciated greatly and thanks in advance for taking the time

    In the FCP Browser, click on the source clip that is showing up sized incorrectly to select it. Once it is selected, type Command + 9 to see the item properties for the clip. Either report those properties here, or take a screen shot of the item properties and post the screen shot here.
    Next, click anywhere in your sequence timeline and then type Command + 0 {zero} to see your sequence settings. Either report those settings or take a screen shot of the sequence settings and post that screen shot here.
    MtD

  • IO7 in good, but the fine lines of the characters are a nuisance. Is there a way to convince Apple to offer a better style for aging persons with limited vision?

    iO7 in good, but the fine lines of the characters are a nuisance. Is there a way to convince Apple to offer a thicker letter type for aging persons with limited vision?

    I turned on Bold Text - the phone will restart itself, that's normal - and it is now MUCH easier on my eyes.
    Give it a try.

  • 1px line created on the right side of the browser

    Hi All,
    I want to have a banner image, which fades into blackness so i have made the image smaller to fade into a black solid background. I have simply placed this behind the background image.
    When adding either a rectangle with a fill image or a solid black image to my banner, it is somehow creating a 1 pixel thin white line on the right of the browser. It's as if there is an element which is larger than my width (1400px including the 100px for left and 100px for right margins). It is also creating a horizontal scroll bar.
    Once i delete this rectangular fill/solid colour fill, i no longer have a horizontal scroll bar or a 1px thin line on the right.
    I have double checked every single element of the page that it does not exceed the canvas size and it touches the edges to create the red lines that it is 100% full browser width. I have checked the master etc.. everything seems to be fine and the correct 1400px width.
    Can anyone assist with what could potentially be causing this? I have attached some screenshots if you need any.
    PLEASE NOTE! This is only an issue with GOOGLE CHROME for desktop and on any browser for tablets (haven't tested on mobile yet as i have not optimised my site for mobile).
    I've tried this is Safari and it has no horizontal scroll bar or an issue with the 1px thin line on the right side of the browser.
    This is killing me because i can't find out what it is!

    Hi All,
    Anyone have any ideas?!

  • How do I put a logo into the address line of my browser?

    How do I put a logo into my site so that it shows up on the browser address line at the top of the page?

    Create a favicon.ico file and put it in the root folder, use this site to make one from an existing image file
    Flush your browser cache, it won't appear right away but will show after a few loads

  • Limits for pricing in the VK11 - Max Value

    Hi,
    I am working on ECC 6.0.
    I have been trying to use the Max number of orders and Max cond value for a Z condition type . The Max number of orders seems to be working, if I set to 2 the 3rd order does not have the condition type at all.But when I set the max condition value
    it is not working even after reaching the max condition value. If anyone has faced such an issue before kindly help.
    I had set the limits for pricing in the VK11 - Max Value condition,But of no use.
    My calculation type is percentage and the scale base is value in the condition type.
    Regards
    Manoj

    Hi Manoj,
    If u r maintaing Max condition value
    For exp: Material Price A= $100
    max condition value is = $10000
    when u creating 1st order with this material for 50 qty = $5000 is completed
    for 2nd order if u r taking 100 also system will put the net value is $5000 only it will not consider remaining 50..
    if u r placing 3rd order with any qty then net value will come zero..
    that effect u can find from this..
    if i am wrong plz corect mee..
    Regards
    Durga Prasad

  • Getting an unwanted line when adding a swf file to dreamweaver and previewing it in the browser...

    I created a very simple swf with a box moving from stage right onto the stage.  It works fine when previewing the swf itself, but when previewing from dreamweaver there is a small line that only extends half way across the swf file (which happens to be the length of the box). I even made the box smaller than the stage but the line still appears at the bottom.

    Sometimes it helps to create a box in the background color that overlaps the edge of the stage. I had the same problem with a .swf that had a black background. The web page had a black background too but there was a white line at the bottom of the .swf when I previewed it in the browser. I added a black box to the background that went past the bottom of the stage and into the surrounding area and resaved it. The white line disappeared.

  • Lines on the screen as if the browser is temporarily freezing

    Hi, I've just got a new PC so have a fresh install, but firefox seems to display funny lines as I'm scrolling down the page. These lines can disappear or change if you scroll further, or if the browser loses focus. Any ideas? It's really frustrating - I use FF for development so it's a real pain. [http://imageshack.us/photo/my-images/191/firefoxscreen.jpg/ I've uploaded a screenshot here] . Thanks

    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.
    *https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers

Maybe you are looking for

  • How can I download an older version of kindle for my iPad 1? Hellllpppp.

    Arrrrrrrgh. How can I download an older ver of kindle for my iPad 1.  It's not in my cloud (as I never used it before) and the current version needs ios6 to work. iPad 1 can only go to ios5...  Same for iBooks .....

  • Case management: Partner confirmation and subsequent case creation

    Hi, When i confirm a partner and then click case, the partner number does NOT reflect when the case details open. Is this the standard functionality or am I missing to activate or configure something here. For instance when i create a lead, the partn

  • Generic Internal Table

    Hi,    I need to develop a module that takes an infotype as input, does 'select * from <infotype table>' and writes data to a file. This module needs to be generic and should work for any infotype (even custom infotype). For example, if input is PA00

  • Error Differance is too large for Customer clearning

    Hi, When I am trying to clear the customer f-32 i am getting the error as "(F5 263) The difference is too large for clearing". Excise invoice is created in USD . when i clear the payment in indian currency the erors occurs. Request you to please help

  • Copy values form report to a record detail page.

    Hi, We have a requirement where we want a Link on the Contact report. The link when clicked will navigate us to New Task page, but along with this we want to copy the Contact information form the report to the Task record. Is this possible? Thanks