IE6 'loses' javascript

I have included the jQuery library in my page header using
<script type="text/javascript" src="#WORKSPACE_IMAGES#jquery.min.js"></script>
<script type="text/javascript" src="#WORKSPACE_IMAGES#jquery-ui.min.js"></script>In IE6 only, if the user presses F5 to refresh the page the javascript is not kept in cache and it is not reloaded, causing any jQuery-dependent javascript to fail.
Pressing Ctrl-F5 forces the javascript to be reloaded and the page works fine. It works perfectly in Firefox.
I do not have access to store the javascript files in #IMAGE_PREFIX# and we are stuck with using IE6.
How can I either force the javascript to stay cached, or force it to be reloaded?
Cheers
RIchard

Hello Richard,
I recently integrated jQuery in my applications and the best solution I found was to put the files on the server using. With files on the server the browser caches them. But I shouldn't cache them if you put them in the #WORKSPACE_IMAGES#.
But unfortunately, you mentionned that you can'T put files on the server.
You can try this approch using some javascript.
var vCurDate = new Date();
var vRandomURL = "<script src='#WORKSPACE_IMAGES#jquery.min.js?random='" + vCurDate.getTime() + "' language='JavaScript'>";
vRandomURL += "<script src='#WORKSPACE_IMAGES#jquery-ui.min.js?random='" + vCurDate.getTime() + "' language='JavaScript'>";
vScriptElem = document.createElement(vRandomURL);
aHeader = document.getElementsByTagName('head');
aHeader[0].insertAdjacentElement('beforeEnd', vScriptElem);Hope it helps
Max

Similar Messages

  • Horizontalmenu IE6 loses drop down menu

    Hello,
    I'm working with the Horizontal menu bar and ran into an
    issue implementing in IE6.
    The site I'm working in has a table layout that is centered
    on the page using <center> or <div align="center">
    This is also centering the dropdown menu that displays on the
    hover event of my top <li>'s.
    Any idea why this is the case? If I remove the center
    attribute the menu dropdown is positioned correctly, but then we
    are left with a non centered page. This does not affect ffox or
    safari.
    My CSS is pretty much the same as the example, other than
    some minor formatting... let me know if I should post.
    Thanks!

    Hi,
    can you please give us the page you are working on to see the
    behavior?
    It is easily for us to give you a solution if we have the
    page.
    Thanks,
    Diana

  • Javascript or applet dropdown menus won't work in IE6, How can I solve this

    I've made some dropdownmenu's of javascript and one of java applets. But they don't work in IE6. If IE6 is installed they won't work either. My friend has IE5.5 and he has no problems with the menus. How can you make them work.
    And how can you change the z-index of a javascipt/applet? How do you make a dropdownmenu that's put in the topframe slide over the mainframe?

    Perhaps someone could help me with the following question:
    I have a menu that cascades out of the Applet box. My question is:
    How do I close the menu without clicking on the Applet box? - i.e. if the user clicks on the HTML area of the WEB-PAGE, or simply waits a second or 2, the menu should collapse?
    I notice that this is actually the default behavior for the AWT classes - but then you can't set background colors etc. I need the same kind of behavior, but using Swing classes.
    Would appreciate any assistance or advice...

  • Ce510; ce565 webcache and javascript in IE6.0

    When I want doing cache of the intranet files using Microsoft IE6.0, some attributes of javascript like a 'pop-up block' and 'hide a status bar' don't work. If I do the same test with Mozilla Firefox, the javascript works well.
    We have done these tests with CE-510; ce565 and WAE-512 with ACNS 5.5.5 software version. The java version is 1.5
    Do yo know any solution for this problem?
    thanks for your help

    Go to internet options from tools in internel explorer---> Advanced--> check if the Java is enabled

  • Javascript 'Error on Page' in IE6

    I have a constant problem with sites that run Javascripts, e.g. www.sky.com/hd.
    When I click on a link that shows javascript, I get an 'Error on Page' showing up in the bottom left hand corner of IE6.
    I know it's not the sites at fault, because they perfectly OK on my son's PC.
    I am using Zonealarm, but disabling it makes no difference.
    I have the 3 scripting options enabled in Security Settings/Custom.
    This is driving me mad! Any ideas?
    Thanks
    Iain

    Unfortunately, this site is for Java, not JavaScript. They are completely unrelated products (except for the name similarity.) I suggest you ask the question on a JS forum.

  • Javascript errors with IE6 - Goods receipt

    User have problems and receive javascript errors all the time, he is running IE6 which is a very old version, but according to PAM it should be supported. Java-version is not up-to-date on end user either. Unfortunately we can´t force an update on this.
    error message:
    Line 2647
    Char 9
    Error: unterminated string constant
    Code 0
    URL from eprocurement, including session ID and bc/gui/sap/its/bbpcf03/~session ID
    transaction template is bbpcf03
    Any ideas?

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • JavaScript errors in IE6 during ExternalInterface.addCallback

    I'm having a terrible time getting the Bridge to work in IE6.
    (A working Firefox prototype took all of 20 minutes.)
    I'm using UFO (
    http://www.bobbyvandersluis.com/ufo/)
    to load the .swf file. However, when it gets to the
    ExternalInterface.addCallback in FABridge.as, IE throws some opaque
    JavaScript errors: Line 1, Char 22 Syntax Error. If I comment out
    all of the ExternalInterface.addCallback calls, IE gets past this,
    however, nothing works beyond that (not surprisingly). Am I missing
    something obvious with regard to IE?
    Any help would be much appreciated.

    Looks like my above code was not setting the object/@id
    correctly on the Flash object. Once I added id: 'chart' to
    UFO.create's initialization parameter, everything went
    swimmingly.

  • Applets, Javascript and IE6.0 (WinXP)

    I've been trying to implement Javascript to Applet communication in IE6.0 on WinXP but found that it refuses to work. Normally:
    <script>
    function getCountry() {
         countryVal = document.countries.country.value;
         alert(RegionHelper.getCountry(countryVal);
    }</script>
    <applet name="RegionHelper" ... MAYSCRIPT></applet>
    Get Country
    <form name="countries">
    <input type="text" name="country">
    calls the od of the applet "RegionHelper" which returns a value and displays it in a dialog box.
    Running this through Netscape 6, not a problem. Try it with IE6.0 no luck!
    Okay I understand this is a WinXP-No Java support problem but is it the Javascript failing or does Microsoft have an Anti-Java applet functionality built in? Aside from the fact that all new PC's are shipped with WinXP now as well, it is a real problem if I need to implement any Java functionality.
    Is it worthwhile offering a link to run the applet through WebStart instead?
    I've tried embed and object but neither support the 'MAYSCRIPT' attribute and using a <jsp:plugin...> refuses to accept the 'MAYSCRIPT' attribute.
    Anyone have a work around at all?
    I beleive N6 uses Javascript 1.5 but I'm not sure about IE6
    Anthony.

    Forget it. I found the solution in the Java-Plugin forum.
    Cheers,
    Anthony

  • 24 has downloaded without my approval. How do I keep 22.0? I do not want to lose the Javascript toggle.

    ''locking as a duplicate of https://support.mozilla.org/en-US/questions/975844''
    24 has downloaded without my approval. How do I keep 22.0, and prevent the 24.0 upgrade? I do not want to lose the Javascript toggle since I use it continually. I prefer having Javascript off, but need it on random pages, and do not want to restart my browser every time i change it, since I don't have the bandwidth to waste or constant restarts.

    Hello,
    In Firefox 23, as part of an effort to simplify the Firefox options set and protect users from unintentially damaging their Firefox, the option to disable JavaScript was removed from the Firefox Options window. However, you can install an add-on that lets you disable JavaScript, such as [https://addons.mozilla.org/firefox/addon/noscript/ No-Script] (to disable JavaScript on a per page basis, as required), [https://addons.mozilla.org/firefox/addon/quickjava/ QuickJava] (to easily disable and enable JavaScript, automatic loading of images, and other content) or [https://addons.mozilla.org/firefox/addon/settingsanity/ SettingSanity] (adds back removed options for JavaScript, Advanced JavaScript Settings, loading images, and showing the Tab Bar).
    If you still really want to downgrade to 22, you can visit [[Install an older version of Firefox]], however I wouldn't recommend this as it may mean your computer is vulnerable to security exploits.
    Hope this helps!
    Curtis

  • OT: Seleccionar todos los check con JavaScript

    Hola:
    Disculpas por el OT.
    Tengo una página con varios check y no sé qué
    instruccion usar para que el
    usuario seleccione todos los check con presionar un
    botón y no tenga que
    seleccionar uno por uno. ¿Alguien sabe?
    Muchas gracias.
    Federico

    This is a multi-part message in MIME format.
    ------=_NextPart_000_001F_01C7BD68.9ADAAFA0
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Pasate por www.dynamicdrive.com o www.javascriptkit.com donde
    =
    encontraras algo que te sirve..
    Salu2
    Daniel Naranjo
    Lo Ultimo Group, C.A.=20
    (+58) 414 7962406 / 416 2917532 / 295 6117632=20
    Dise=F1o y Desarrollo Web, Aplicaciones Web.
    www.loultimoenlaweb.com
    Registro de dominios y Hospedaje Web al mejor costo.=20
    www.loultimoenhosting.com
    "Federico Ezequiel" <[email protected]>
    escribi=F3 en el mensaje =
    news:[email protected]...
    Hola:
    Disculpas por el OT.
    Tengo una p=E1gina con varios check y no s=E9 qu=E9
    instruccion usar =
    para que el=20
    usuario seleccione todos los check con presionar un bot=F3n
    y no tenga =
    que=20
    seleccionar uno por uno. =BFAlguien sabe?
    Muchas gracias.
    Federico=20
    ------=_NextPart_000_001F_01C7BD68.9ADAAFA0
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6000.16481"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DVerdana size=3D2>Pasate por
    <A=20
    href=3D"
    http://www.dynamicdrive.com">www.dynamicdrive.com</A>
    o <A=20
    href=3D"
    http://www.javascriptkit.com">www.javascriptkit.com</A>
    donde =
    encontraras=20
    algo que te sirve..</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana
    size=3D2>Salu2</FONT></DIV>
    <DIV>
    <P></P>
    <P><FONT face=3D"Arial, Helvetica, sans-serif"
    size=3D2><STRONG>Daniel=20
    Naranjo</STRONG><BR>Lo Ultimo Group, C.A.
    </FONT><BR><FONT=20
    face=3D"Arial, Helvetica, sans-serif" size=3D1>(+58) 414
    7962406 / 416 =
    2917532 / 295=20
    6117632 <BR>Dise=F1o y Desarrollo Web, Aplicaciones
    Web.<BR><A=20
    href=3D"
    gistro de=20
    dominios y Hospedaje Web al mejor costo. <BR><A=20
    href=3D"
    FONT></P></DIV>
    <BLOCKQUOTE=20
    style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
    5px; =
    BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV>"Federico Ezequiel" &lt;<A=20
    =
    href=3D"mailto:[email protected]">[email protected]</A>&gt;
    =
    escribi=F3=20
    en el mensaje <A=20
    =
    href=3D"news:[email protected]">news:f6ce0q$6qr$1@forums=
    .macromedia.com</A>...</DIV>Hola:<BR><BR>Disculpas=20
    por el OT.<BR>Tengo una p=E1gina con varios check y no
    s=E9 qu=E9 =
    instruccion usar=20
    para que el <BR>usuario seleccione todos los check con
    presionar un =
    bot=F3n y no=20
    tenga que <BR>seleccionar uno por uno. =BFAlguien
    sabe?<BR>Muchas=20
    gracias.<BR><BR><BR>Federico
    <BR><BR></BLOCKQUOTE></BODY></HTML>
    ------=_NextPart_000_001F_01C7BD68.9ADAAFA0--

  • Javascript in Mozilla and IE6 browser don't like JSC generated id naming

    If you include javascript code for example
    if ( document.getElementById(form1:hitDatum).value == '' ) {
      alert('test');
    }between script tags in the page, both browsers complain about a missing )
    Javascript seems to have a problem with the : that is included in the generated id for the input component form1:hitDatum on the form.
    Roland.

    I think you're missing some quotes.... see
    http://swforum.sun.com/jive/thread.jspa?forumID=123&threadID=47177
    if the single quotes don't work, try double...
    v

  • Basic spry dataset not working in IE7 but will in FF & IE6?

    I did no coding on this.  I simply selected the xml file and used the spry wizard to set up the table:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="../SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="../SpryAssets/SpryData.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.XMLDataSet("febBank.xml", "banks/bank", {sortOnLoad: "date", sortOrderOnLoad: "ascending"});
    ds1.setColumnType("date", "date");
    ds1.setColumnType("consumer", "number");
    ds1.setColumnType("commercial", "number");
    ds1.setColumnType("sum", "number");
    //-->
    </script>
    </head>
    <body>
    <div spry:region="ds1">
      <table>
        <tr>
          <th spry:sort="date">Date</th>
          <th spry:sort="name">Name</th>
          <th spry:sort="city">City</th>
          <th spry:sort="state">State</th>
          <th spry:sort="consumer">Consumer</th>
          <th spry:sort="commercial">Commercial</th>
          <th spry:sort="sum">Sum</th>
        </tr>
        <tr spry:repeat="ds1">
          <td>{date}</td>
          <td>{name}</td>
          <td>{city}</td>
          <td>{state}</td>
          <td>{consumer}</td>
          <td>{commercial}</td>
          <td>{sum}</td>
        </tr>
      </table>
    </div>
    </body>
    </html>
    Why will this not work in IE 7???
    Here is some of the xml:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <banks xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <bank>
            <date>2/28/2009</date>
            <name>1st Constitution Bancorp</name>
            <city>Cranbury</city>
            <state>NJ</state>
            <consumer>43630</consumer>
            <commercial>375729</commercial>
            <sum>419359</sum>
        </bank>
        <bank>
            <date>2/28/2009</date>
            <name>1st Enterprise Bank</name>
            <city>Los Angeles</city>
            <state>CA</state>
            <consumer>18838</consumer>
            <commercial>108104</commercial>
            <sum>126942</sum>
        </bank>

    Turns out I was having a common problem- our web servers were not set up to send the xml as xml.  The mime headers were set to text rather then xml.  I work in a large federal site where the hardware is 3 contractors removed from the web team...
    This was only a problen in IE 7 as it looks for the header type, while IE6 and FF do not...

  • Adobe Flash & Javascript don't work even though Enabled

    Ever since what I think was either a Firefox upgrade (I don't know which one) or installation of Quicktime, my Adobe Flash Plugin is perpetually crashed and I cannot play any Flash content on any website. All that displays in place of the video is a gray screen with the sad-face Lego icon and the message: “The Adobe Flash Plugin has crashed. Please reload the page to try again.” (See attached image.) But it will not resolve when reloaded.
    No Flash videos on any sites work. HTML5 videos work on YouTube when tested, but non-HTML5 videos won't work.
    Also, my Javascript does not seem to be working since at least some displays requiring javascript don't work. Sometimes the display just doesn't work, and sometimes I get a message that javascript is disabled and must be enabled, but it is already enabled (set to “true” in about:config).
    I have spent days scouring every help forum entry I can find on troubleshooting Flash Player and Javascript. Everything on my end seems to be in order and I cannot find or fix either problem. I think it is possible the issue could have its roots in the fact that Javascript seems to not be working which may be preventing Flash Player content from working...??
    Also, Flash content does work in I.E. but not in Firefox (I do not have Chrome installed so did not test in Chrome). I have too many window tabs open in Firefox and can't switch to I.E. (nor do I like to use I.E.).
    PLEASE HELP as this is crippling for very important work deadlines I have.
    This is what else I know and have tried:
    I have a Toshiba Satellite C75D-A Laptop;
    Processor: AMD A6-5200 APU with Radeon HD Graphics; x64; 2.00 Ghz;
    RAM: 8 MB;
    OS: 64-bit system; Windows 8.1 (but some auto-check utilities detect it as 8.0 because it was upgraded.);
    Graphics Card: “Desktop Graphics” System – AMD Radeon HD 8400 (0x9830);
    Installed Graphics Driver Version: AMD 13.352.1004.1007 (Driver Date: 4/22/2014)
    My Device Manager graphics driver updater states: “driver software is up to date.”
    From the AMD website: the graphics driver auto-detect utility recommended the AMD Catalyst Driver (amd-catalyst-omega-14.12-without-dotnet45-win8.1-64bit.exe) I tried installing this driver, but it won't install. After trying to install, I got a message stating: “We are unable to find a driver for your system.” But Device Manager states I have a current driver, and my graphics card & driver seem to be working fine, so I do not believe this is part of the issue.
    I am using Latest Firefox version 35.0.1; and
    Using Latest Flash Player: 32-bit NPAPI Plug-in Version: 16.0.0.296; designated: “always activate” (Downloaded new update several times, including fresh install after uninstall; system & web address icons indicate Flash is enabled).
    I turned off hardware acceleration in FF Tools>Options>Advanced>General
    I disabled WebGL as explained here: https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-acceleration
    I am using Ad-Block Plus which has never affected things in the past. I have not tried starting FF in Safe Mode because I believe I will lose all open tabs and not be able to recover them (I may have over 200 open). But disabling add-ons has no effect (I disabled all except for Sessions Manager in case of a crash). (My No-Script has been disabled for at least six months.)
    I have Windows Media Player and Quicktime installed.
    Quicktime is most recent upgrade (7.7.6) so should not be a problem according to:
    “QuickTime plugin takes over Flash” at:
    http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (note underscores in place of spaces in string; underscores not insertable here)
    Disabling Quicktime had no effect in the prior version of FF (ver. 35.0), but in latest FF ver. 35.0.1, Flash videos only display a plain (blank) gray screen instead of the sad-faced icon and crash message.
    (I tried to uninstall Quicktime altogether, but was not able to due to Error codes 2502 & 2503. I tried troubleshooting that as well with no luck using methods successful for other programs, including here:
    http://www.fixkb.com/2014/01/error-2503-and-2502-when-uninstalling-on-windows-8.html;
    & here:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-winapps/re-internal-error-codes-2502-and-2503-for/ba5f2145-aa6e-4cc0-81a7-e4346f43b698.)
    Disabling my FF theme and using the default brought back the sad-faced icon and crash message in the place of videos on some YouTube pages, but not other YouTube pages (where video was still blank gray screen). It also enabled a still Flash image (an ad) to display on a different website page that previously had a Flash Plugin crash message. I have been using this same theme for a couple of years without previous issue. While turning it off did generate an effect on some still imagery, it didn't fix the video problem.
    I tried Disabling Protected Mode in Flash 11.3 as explained here:
    http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (note underscores in place of spaces in string; underscores not insertable here).
    It did not solve the issue.
    I also deleted all storage & data in Flash Player as advised. This had no effect either.
    I've tried all solutions I've been able to find and am at a loss for what to try next. Please help and advise ASAP. Thank you!!

    ''guigs2 [[#answer-684038|said]]''
    <blockquote>
    I truely admire the efforts that have been made to make this work.
    "“We are unable to find a driver for your system.” "
    For it not installing, you need to follow these instructions to install them: see the comments: [http://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_devices/windows-10-atiamd-display-drivers/50944d10-dde3-4e08-8244-d54eb2b1e7de] --> take warning though it looks like it has caused issues for others as well.
    Since it was working for some youtube videos and not others, there might be an issue with a particular video codec. DO you have OpenH264 Video Codec provided by Cisco Systems, Inc. plugin?
    Is it possible to try Safe Mode after saving your session with [https://addons.mozilla.org/en-US/firefox/addon/session-manager/ Session Manager Addon]? IT would test hardware acceleration in Firefox.
    </blockquote>
    Thank you, guigs2! Sorry for my delayed reply...I didn't realize I hadn't gotten back to you. Update is that I did try a whole slew of other troubleshooting steps including starting FF in safe mode, to no avail. However, I was FINALLY (after months) able to solve this problem just today by pure chance!
    The problem was that hardware acceleration was enabled in the Flash settings. I had not been able to turn it off because I didn't have access to the Flash Player settings as long as the crash error message was visible, which was all the time! Today, by a sheer fluke, I saw a static picture in place of the crash message on a Flash video. I snagged the opportunity to call up the settings and turn off hardware acceleration, and it fixed the problem for my whole browser! This has been a frustrating issue because I did not have access to the settings utility as long as I had the crash message, which was always, so my Flash was crippled without the ability for me to fix it until pure luck gave me this window of opportunity.
    Does anyone know another way to access the settings utility if this ever happens again in the future? I could not find a way. (Incidentally, I had tried disabling hardware acceleration via my graphics driver settings, but it didn't fix the problem.) We need Adobe to allow some other way to access the Flash Player settings utility when this problem arises since they aren't accessible when there is a static crash message.
    Thanks again!

  • Javascript:void(null) error while saving a request

    Hi All,
    I am not able to save/open a request in Answers.
    Whenever I click on 'save request' or 'open request' button on the top right corner of the screen on the Answers page, it displays javascript:void(null) and do not prompt me to save or open a request.
    Issue is when I am using Internet Explorer as a web browser. However everything works fine when it's (Answers) accessed through Mozilla Firefox.
    Also the issue only occurs when OBIEE is configured for SSO and I am accessing OBIEE link through Portal.
    I followed all the steps as on http://support.microsoft.com/kb/308260, just to find that the issue is not with IE.
    Could anyone tell me plese if it's something to do with OBIEE.
    Any help on the same will be appreciated.
    Thanks,
    Deepak

    Have you tried it with IE6 or IE8?
    Can you try enabling notification about all javascript errors: (Tools -> Internet Options -> Advanced tab -> click "Display a notification about every script error")
    That it works on Firefox suggests that it is a problem with IE
    You could dig around a bit with a javascript debugger: http://www.jonathanboutelle.com/mt/archives/2006/01/howto_debug_jav.html
    Does it work if you go into Answers directly, not through the portal?

  • Part of Web page not getting displayed in IE6.0

    Hi,
    I m facing an strange problem, my saftware was properly working in IE 5.5 but when i check it on IE 6.0 part of web page which gets loaded through a Servlet does not gets properly displayed, ie the lower portion gets hidden, to an extent of surprise if i resize page manully then it gets displayed.
    i have to give demo to the client day after tommarow, if any one can help me in this context, that is how to get it rectified,
    I request you to mail me urs suggestions on:
    [email protected]
    Thanks...
    Ashish

    Hi,
    In all probabilities thats a display problem rather than codes. Try different settings on your computer. If not try running that on someone else's comp whcih has ie6 but does not have a refresh rate problem. Even if you think that migth be code related you might try a javascript function to resize your page on the body onLoad function.
    Hope this helps
    Aviroop

Maybe you are looking for

  • Converting worked, but now theres no sound??

    so converting the videos in my library into ipod format worked to get them onto my ipod...however the converted versions now have...no sound. i fix one thing and another thing goes wrong...its been like this all day... can someone please tell me how

  • Can we edit the transported objects quality systems?

    Hi, i am working in the development project.i have finished the development work and transported those objects to quality system. i want to know whether the transported objects which are in the Quality System can be edited. when i tried to do so the

  • CS2 on Vista64

    I recently purchased a new laptop with 64-bit Vista w/ 4GB RAM. I have installed PSCS2 and Illustrator CS2. These have both been activated and resgistered, but every time I start the applications, I get the EULA screen in PS, which I have accepted 30

  • No Save Button????

    Is there anyway to customize the toolbar to put a save button on it? I can't believe with all the custom choices listed, "Save" is not included as an option. I don't know what Apple was thinking with it's exclusion. It's so handy to have when using W

  • Uninstall issues help...

    I am trying to uninstall developer workplace and I am coming across an issue where it won't let me continue.  Once I enter my SAP System ID to uninstall, I get the message: "SAP system GMZ is based on AS Java. Cannot remove it." Are there any ideas h