Webhelp display in Firefox does not use stylesheet.

I have created a Webhelp system using Robohelp, single-sourced from FrameMaker.
I have a custom stylesheet (CSS) file that I am deploying with the Webhelp.
On IE and Chrome, the stylesheet is used.
On Firefox, it is not.
Does anyone know why this might occur?
Thanks

All topics are affected in the same way. In Firefox, it looks like the default HTML styles are applied.
I'm not sure what source you are looking for in particular, but I've done a view source copy/pasted from both browsers. (I don't see an obvious difference) Is this what you need?
I noted the extra line above the <HTML> tag and thought that Firefox might be choking on it, but I deleted that blank line and reloaded, but got the same results.
Firefox
<html>
<head>
<link rel="shortcut icon" href="whstart.ico">
<title>Help for VTM Enterprise</title>
<meta name="generator" content="Adobe RoboHelp 9" />
<meta name="description" content="WebHelp 5.50" />
</head>
<script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript" src="whutils.js"></script>
<script type="text/javascript" language="javascript" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" >
<!--
if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)
document.location.reload();
//-->
</script>
<script type="text/javascript" language="javascript" src="whstub.js"></script>
<script language="javascript">
<!--
var nWebhelpNavPaneMode = 1; //1: DHTML 2:PureHTML 3:Noframe At all
var strPaneDHTML = "whskin_pdhtml.htm"; //whd_nvp10.htm if tab enabled, whnframe.htm if tab disabled.
var strPaneList = "whskin_plist.htm";
var strPane = "";
var nViewFrameType = -1;
if (!window.gAgent)
// low end browser, we don't even try to determine it.
document.location = "whnjs.htm";
else
if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari)
document.location = "whnjs.htm";
else if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))
document.location = "whnjs.htm";
else if (gbMac && gbIE4 && !gbIE5)
document.location = "whnjs.htm";
//figure out which mode is the best
else
nViewFrameType=nWebhelpNavPaneMode;
if (nWebhelpNavPaneMode==1)
var gbDHTML=(nWebhelpNavPaneMode==1);
if (gbNav4&&(gnVerMinor < 4.1)) nViewFrameType = 2;
if (gbNav4&&(gnVerMinor == 4.6)) nViewFrameType = 2;
if (gbIE4&&gbDHTML) nViewFrameType = 1;
if (gbIE4&&gbSunOS&&nWebhelpNavPaneMode==2) nViewFrameType = 2;
if (gbNav4&&gbSunOS&&nViewFrameType==2) nViewFrameType = 2;
if (gbNav6&&gbDHTML) nViewFrameType = 1;
if (gbMac) nViewFrameType = 2;
if (gbMac && gbNav6) nViewFrameType = 1;
if (gbSafari3) nViewFrameType = 1;
if (nViewFrameType!=-1)
var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));
//The colordepth of the 16 color on Windows is 1.
if ((gbWindows) && (gbNav4) && (window.screen) && (window.screen.colorDepth <= 4))
alert("WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.");
nViewFrameType = 2;
//figure out which one is navpane
// ReplaceMark:nViewFrameType = 1
if (nViewFrameType == 1)
if (gbNav4 && !gbNav6)
strPane = strPaneList;
else
strPane = strPaneDHTML;
else
strPane = strPaneList;
//-->
</script>
<script type="text/javascript" language="javascript" src="whstart.js"></script>
<script type="text/javascript" language="javascript">
<!--
if (!gbIE4&&!gbNav4&&!gbOpera7&&!gbSafari)
document.location = "whnjs.htm";
function CMRAgent( strID, strURL, strLabel, strFrameAttr )
  this.m_strID = strID;
  this.m_strURL = strURL;
  this.m_strLabel = strLabel;
  this.m_strFrameAttr = strFrameAttr;
function CMRServer()
  this.m_cAgents = new Array;
var cMRServer = new CMRServer;
// GetServerInfo
// Registry the agent array handled by webhelp
// ReplaceMark:MRServer.strServerData
//-->
</script>
<script type="text/javascript" language="javascript">
<!--
if (nViewFrameType!=-1)
var strHTML = "<frameset rows=\"33,*\" hostof=\"parent:toolbar!startpage:yes\" frameborder=\"0\" border=\"0\"> <frame src=\"whskin_tbars.htm\" id=\"toolbar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" noresize=\"\" marginheight=\"0\" marginwidth=\"0\" title=\"Toolbar\"></frame> <frame src=\"whskin_frmset01.htm\" frameborder=\"1\" border=\"1\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame></frameset>";
document.write(strHTML);
//-->
</script>
<frameset cols="100%,*" frameborder=no border=0>
  <frame src="whnjs.htm">
  <frame src="whskin_blank.htm" noresize>
</frameset>
</html>
Chrome
<html>
<head>
<link rel="shortcut icon" href="whstart.ico">
<title>Help for VTM Enterprise</title>
<meta name="generator" content="Adobe RoboHelp 9" />
<meta name="description" content="WebHelp 5.50" />
</head>
<script type="text/javascript" language="javascript" src="whver.js"></script>
<script type="text/javascript" language="javascript" src="whutils.js"></script>
<script type="text/javascript" language="javascript" src="whmsg.js"></script>
<script type="text/javascript" language="javascript" >
<!--
if (!window.gbWhVer||!window.gbWhUtil||!window.gbWhMsg)
document.location.reload();
//-->
</script>
<script type="text/javascript" language="javascript" src="whstub.js"></script>
<script language="javascript">
<!--
var nWebhelpNavPaneMode = 1; //1: DHTML 2:PureHTML 3:Noframe At all
var strPaneDHTML = "whskin_pdhtml.htm"; //whd_nvp10.htm if tab enabled, whnframe.htm if tab disabled.
var strPaneList = "whskin_plist.htm";
var strPane = "";
var nViewFrameType = -1;
if (!window.gAgent)
// low end browser, we don't even try to determine it.
document.location = "whnjs.htm";
else
if (!gbNav4&&!gbIE4&&!gbOpera7&&!gbSafari)
document.location = "whnjs.htm";
else if (gbNav4 && !gbNav6 && ((gnVerMinor <= 4.06)))
document.location = "whnjs.htm";
else if (gbMac && gbIE4 && !gbIE5)
document.location = "whnjs.htm";
//figure out which mode is the best
else
nViewFrameType=nWebhelpNavPaneMode;
if (nWebhelpNavPaneMode==1)
var gbDHTML=(nWebhelpNavPaneMode==1);
if (gbNav4&&(gnVerMinor < 4.1)) nViewFrameType = 2;
if (gbNav4&&(gnVerMinor == 4.6)) nViewFrameType = 2;
if (gbIE4&&gbDHTML) nViewFrameType = 1;
if (gbIE4&&gbSunOS&&nWebhelpNavPaneMode==2) nViewFrameType = 2;
if (gbNav4&&gbSunOS&&nViewFrameType==2) nViewFrameType = 2;
if (gbNav6&&gbDHTML) nViewFrameType = 1;
if (gbMac) nViewFrameType = 2;
if (gbMac && gbNav6) nViewFrameType = 1;
if (gbSafari3) nViewFrameType = 1;
if (nViewFrameType!=-1)
var gbWindows = ((gAgent.indexOf("win") != -1) || (gAgent.indexOf("16bit") != -1));
//The colordepth of the 16 color on Windows is 1.
if ((gbWindows) && (gbNav4) && (window.screen) && (window.screen.colorDepth <= 4))
alert("WebHelp has detected that your display is set to 16 colors. For full WebHelp support, please set your display to use 256 or more colors.");
nViewFrameType = 2;
//figure out which one is navpane
// ReplaceMark:nViewFrameType = 1
if (nViewFrameType == 1)
if (gbNav4 && !gbNav6)
strPane = strPaneList;
else
strPane = strPaneDHTML;
else
strPane = strPaneList;
//-->
</script>
<script type="text/javascript" language="javascript" src="whstart.js"></script>
<script type="text/javascript" language="javascript">
<!--
if (!gbIE4&&!gbNav4&&!gbOpera7&&!gbSafari)
document.location = "whnjs.htm";
function CMRAgent( strID, strURL, strLabel, strFrameAttr )
this.m_strID = strID;
this.m_strURL = strURL;
this.m_strLabel = strLabel;
this.m_strFrameAttr = strFrameAttr;
function CMRServer()
this.m_cAgents = new Array;
var cMRServer = new CMRServer;
// GetServerInfo
// Registry the agent array handled by webhelp
// ReplaceMark:MRServer.strServerData
//-->
</script>
<script type="text/javascript" language="javascript">
<!--
if (nViewFrameType!=-1)
var strHTML = "<frameset rows=\"33,*\" hostof=\"parent:toolbar!startpage:yes\" frameborder=\"0\" border=\"0\"> <frame src=\"whskin_tbars.htm\" id=\"toolbar\" frameborder=\"0\" border=\"0\" scrolling=\"no\" noresize=\"\" marginheight=\"0\" marginwidth=\"0\" title=\"Toolbar\"></frame> <frame src=\"whskin_frmset01.htm\" frameborder=\"1\" border=\"1\" scrolling=\"auto\" marginheight=\"0\" marginwidth=\"0\"></frame></frameset>";
document.write(strHTML);
//-->
</script>
<frameset cols="100%,*" frameborder=no border=0>
<frame src="whnjs.htm">
<frame src="whskin_blank.htm" noresize>
</frameset>
</html>

Similar Messages

  • Despite the newest Flip4Mac plugin being installed and Firefox recognizing it, and it is selected to play wmv files, Firefox does not use it.

    What else do I need to say?
    Despite the newest Flip4Mac plugin being installed and Firefox recognizing it, and it is selected to play wmv files, Firefox does not use it.
    Firefox also did NOT import all my settings from Safari, despite being asked to.

    I go to this link
    http://www.amazon.com/gp/product/B00006J424/ref=cmbgd/002-8249171-1052060?v=glance&n=5174
    and the Windows Media versions are working fine for me.
    PPC OS 10.4.7, QT 7.1.2, Flip4Mac 2.1.0.33, Safari 2.0.4
    and here's a direct link too
    http://www.amazon.com/gp/music/wma-pop-up/B00006J424001001/ref=musam_wma_001001/002-8249171-1052060

  • Java tries to load it's console. I load it Firefox does not use it and alerts to restart.

    Firefox tries to start. I get a window that the selected website cannot be found. Then update window pops up showing various versions of JAVA needs to be loaded. I allow them to be loaded. When Firefox then starts after loading JAVA Consoles window pops up and says JAVA is not used by firefox and prompts to restart firefox deleting JAVA. This goes on constantly
    Operating System: Windows XP Service Pack 3, Firefox 3.6.8 browser

    You can delete old versions of Java Consoles:<br/>
    http://kb.mozillazine.org/Java#Multiple_Java_Console_extensions

  • Firefox does not use the options I select.

    I opened the options window and selected for Firefox to open links in a new tab. It did so at one time but doesn't now. I also selected to open tabs last used on startup.

    Perform the suggestions mentioned in the following articles:
    * [[Preferences are not saved#w_user-js-file-overriding-preferences|'''User.js''' file overriding preferences]]
    * DELETE ALL LINES in '''"user.js"''' file
    Check and tell if its working.

  • Firefox does not use cache on first load and reload

    My webserver has a lot of images which will never change. So, I set Expires month forward in such cases:
    Expires: Thu, 26 Jan 2012 02:01:25 GMT
    Cache-control: public
    Enough for IE 9, my server is not disturbed.
    But for FF8 and FF9 in following two scenarios my settings are ignored:
    1) Close browser. Open browser, look at about:cache - all my files are on place. Open my page - server receives requests for all cached files. And nothing in request allowing server to detect that cache exists.
    2) Press Reload button or F5. Again all cached files required. But now requests have
    Cache-Control: max-age=0
    So, server has some idea about situation and probably can respond with 304.
    Only 3) works as I proposed: after 1), open page once more - in the same or another tab. In this case, server receives only requests for files with restricted caching.
    Current workaround: I add Last-Modified to response. In this case, I receive If-Modified-Since and can respond with 304. But I have hundreds of small images, so bandwidth for 304 is almost same as for 200 with complete file.
    Browser cache settings - all defaults. I use numeric server addresses in current test environment like http://192.168.47.130:27374
    I experimented with different modifications of Cache-Control response - without success.
    And additional question - how can I make a line break in this editor? If I make a line break and empty line, I get line break and empty line. But if I make a simple line break, I get nothing in resulting text.

    Thank you, knorretje. Had no problems with logging on 2003. Lot of lines, but I propose that critical part<br>
    0[220f140]: nsHttpChannel::OnCacheEntryAvailable [this=3f6f400 entry=5236740 access=3 status=0]<br>
    0[220f140]: nsHttpChannel::Connect [this=3f6f400]<br>
    0[220f140]: nsHTTPChannel::CheckCache enter [this=3f6f400 entry=5236740 access=3]<br>
    0[220f140]: nsHttpResponseHead::Parse [this=6b113c0]<br>
    0[220f140]: nsHttpResponseHead::ParseVersion [version=HTTP/1.1 200 OK]<br>
    0[220f140]: Have status line [version=11 status=200 statusText=OK]<br>
    0[220f140]: ParseContentType [type=image/gif]<br>
    0[220f140]: nsHttpResponseHead::MustValidate ??<br>
    0[220f140]: no mandatory validation requirement<br>
    0[220f140]: Not validating based on expiration time<br>
    0[220f140]: nsHTTPChannel::CheckCache exit [this=3f6f400 doValidation=1]<br>
    As I understand, all partial checks say that cache is good. But ending doValidation=1, probably, means that request will be sent. Do not see any reason.

  • Firefox does not display the basic menu line File Edit View etc. How do I get this menu to show. I have tried uninstalling and reinstalling, but that does not help

    When I ask for help finding bookmarks, the answer tells me to click on bookmarks as shown in the illustration, but there is no such line displayed on my computer.

    '''''"Firefox does not display the basic menu line File Edit View etc."''''': That is the Menu Bar; see below.
    '''<u>Menu Bar</u>''' (File, Edit, View, History, Bookmarks, Tools, Help)<br /> <u>Firefox 3.6.x versions allow the user to hide the Menu Bar.</u><br />
    *Tap the ALT key or the F10 key, Menu Bar will display, click View, click Toolbars, click Menu Bar to place a check mark next to it, '''''OR'''''
    *Press and hold the ALT key while pressing the letters VTM on your keyboard, then release the ALT key
    *See: http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    '''<u>Other Toolbars</u>''', see: https://support.mozilla.com/en-US/kb/Back+and+forward+or+other+toolbar+items+are+missing<br />
    '''<u>Status Bar</u>''': click View, click Status Bar to place a check mark<br />
    '''<u>Full Screen Mode</u>''': If you have no Toolbars or Tab Bar: Press F11 (F11 is an on/off toggle). See: http://kb.mozillazine.org/Netbooks#Full_screen<br />
    Also see: http://kb.mozillazine.org/Toolbar_customization_-_Firefox#Restoring_missing_menu_or_other_toolbars
    <br />
    <br />
    '''Other items that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.<br />
    <br />
    *Adobe PDF Plug-In For Firefox and Netscape
    **Current versions are 9.4.2 and 10.0.1 (aka Reader X)
    **More info about version 10 (aka Reader X)
    ***New Adobe Reader X (version 10) with Protected Mode was released 2010-11-19
    ***See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    #'''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 the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**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</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.

  • Mozilla firefox does not display Notepad++ web programming

    mozilla firefox does not display notepad++ programming of web page and does not connect css files. Currntly programs using CSS + html5.

    Could you check in the lower right corner of Notepad++ what character encoding is being used for your documents. (See screen shot attached.) Some encodings, particularly UTF-16 encodings, have caused other users problems with external content not loading. It is best to use the same encoding for all of your pages, style sheets, scripts, etc.

  • Newest firefox does not display aspects of simple html web site correctly

    Newest Firefox does not display certain web pages correctly whereas Safari does- previous versions of Firefox worked fine.
    The web pages are simple html using bumpers to position photos. Several of these pages allow "see through" in these bumper areas of prior page. It appears that Firefox is not releasing its memory of the prior page. Each of these pages is a specific address and should be loaded as a separate solo page. Please look at html pages 10 and 14 of this site. It seems that the code for these bumpers is not being honored and the persistent memory of the prior page is being intermixed. I cleared the cache and reinstalled Firefox with no change in problem.
    Please help.
    My business is struggling...
    Robert Bell
    [email protected]

    Hello - thanks for your response!
    I reinstalled Firefox 7.0.1 - still have the problem.
    Cache was cleared.
    I tried restarting in safe mode also with no change.
    I reinstalled Firefox 6.0.1 - works fine.
    I have attached a screen shot showing the problem on 1 of the pages.
    These are simple html pages that use .gif bumpers to help position the photos in some cases but not on all of the site pages. The sample screen shot shows the compound problem - the code for the gif bumpers is not being honored and part of the image from the prior page is showing through - the prior page is not being fully released. Each page is a separate entity with a separate address, so when the new page loads there should be no evidence or visibility of the prior one.
    This simple bit of website building should be working on this browser, on this Mac with this OS. Safari works. Firefox 6 works.
    Sample problem pages are 10 and 14.
    Site is http://www.robertbellphoto.com
    Thank you so much!

  • I am trying to use a website that requires that my computer have the lastest version of Java, which I have updated and installed, however Firefox does not recon

    I am trying to use a website that requires that my computer have the latest version of Java, which I have updated and installed Java 7 Update 51 (64-bit), however Firefox does not recognize that I even have Java on my computer. My computer is 64-bit
    When I run "Verify Java Version" it show nothing is installed... but it is, I know that for a fact because it shows in my "Control Panel/Programs/Programs and Features".
    When I go back to the Java Download page, the following message is visible:
    "We have detected you may be viewing this page in a 32-bit browser. If you use 32-bit and 64-bit browsers interchangeably, you will need to install both 32-bit and 64-bit Java in order to have the Java plug-in for both browsers."
    My question is this:
    Is there a way to change my Firefox browser from 32-bit to 64-bit.... because it appears that this is way Java is not functioning properly?

    Firefox needs 32-bit plugins, so you'll need to install 32-bit Java for Firefox.
    No, you can't change Firefox from 32-bt to 64-bit. There is a Nightly 64-bit version (alpha) of Firefox, but it is used only to test for regressions until development is resumed.

  • Clicking on a link in Mac Mail Firefox does not open in front of Mail--it used too. The link does open but I have to click on the Firefox icon in the Tray to bring it to full screen. Can you please help

    clicking on a link in Mac Mail Firefox does not open in front of Mail--it used too. The link does open but I have toclick on the Firefox icon in the Tray to bring it to full screen. Can you please help.

    Thanks Jason, I had the same problem and did exactly the steps above. Problem solved! You rock! :)

  • Firefox does not print. I AM DONE USING FIREFOX UNTIL THEY FIX PRINTING PROBLEMS ONCE AND FOR ALL!

    Firefox does not print. Mozilla doesn't seem to care to fix this problem, ignoring the numerous customer requests and pleadings for help. At this point, I AM DONE USING FIREFOX UNTIL THEY FIX PRINTING ONCE AND FOR ALL!!!!!!!!!
    == This happened ==
    Every time Firefox opened

    I honestly think the OP is making the correct decision to quit using Firefox due to all the print-related problems and Bugs that are in Firefox, '''that Mozilla doesn't want to fix'''. And there are more Bugs that affect only the Mac-platform (like the one where the user has to open a page in a new window for the 2nd web page printed from that window), than there are on Windows and Linux.
    Users having to reset hidden preferences repeatedly isn't a cure.
    The same 3 print-related Bugs in 2002 that caused me to take 6 months to switch over to ''Phoenix'' from IE 5.5, '''are still present in Firefox!''' I print nothing from Firefox these days without viewing Print Preview first, then about 10% of the time I do a "View in Opera" and do a Print Preview there - which shows a good print out 95% of the time (which IMO shows the page isn't at fault), and print it from Opera.
    1660 Bugs listed for "'''print'''"
    https://bugzilla.mozilla.org/buglist.cgi?quicksearch=print

  • Using Firefox 3.6.20 and Windows XP Home SP3. Firefox sporatically deletes bookmarks from the bookmarks toolbar. Additionally, when I try to import from a saved HTML file, Firefox does not import the complete file. Results are inconsistent.

    Using Firefox 3.6.20 and Windows XP Home SP3. Firefox sporatically deletes bookmarks from the bookmarks toolbar. Additionally, when I try to import from a saved HTML file, Firefox does not import the complete file. Results are inconsistent.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Firefox does not display Mapquest maps correctly

    Mapquest maps display with a vertical bar that is roughly 25% of the width of the map screen that shows as loading (gray color that never loads) or a different part of the map overlayed on this 25%. The location of the 25% is at different locations (vertically) and moves randomly left to right or whenever the zoom is changed. This also occurs when the street map is presented or the aerial map is displayed.
    This does not occur when the same map is displayed in Internet Explorer 8.0.

    Cleared the cache and cookies several times and nada.
    Started Firefox in Safe Mode (Quit Firefox, hold down the Option key, Start Firefox). Clicked all the boxes and then clicked "Make Changes and Restart." Fixed the problem. Then repeated process until I successfully had unclicked all the boxes (one at a time) and clicked "Make Changes and Restart." Somehow it stayed fixed. I enabled my extensions and plugins one at a time to find the culprit and didn't find one. But at least it works.

  • When my Firefox language settings are fr_fr or fr_ca Firefox does not display the e with acute accent character correctly when it is displayed in a javascript alert box. However, it does display it correctly when my language settings are just fr. Please t

    Firefox does not display the e with acute accent character correctly from a javascript alert box when my browser language settings are fr_ca or fr_fr. However, it does it correctly when my browser language setting is fr. How do i get it to display e with acute accent and other iso8859 characters correctly in a javascript alert box when my browser language settings are fr_fr and fr_ca?
    == This happened ==
    Every time Firefox opened

    Use Unicode (UTF-8) for those characters.
    Then you will always be sure that they are displayed correctly.

  • The timekeeping system we use does not like HTML 5 so what is the latest version of Firefox that does not use HTML 5?

    We have been told by our timekeeping system provider that the latest versions of FireFox, Chrome and IE are not compatible with their websites at this time. I was told that it was because of the use of HTML 5 by the more recent versions of these web browsers. I need to download the most recent version of FireFox that does not use HTML 5. Can anyone tell me which version this would be?

    It isn't "Timesheet Next Generation", is it? We had a thread on that here: [https://support.mozilla.org/questions/961306 Websites using php and mysql stopped sorting drop down lists properly starting last week. Did something change?]
    Unfortunately, HTML5 is a large specification with a lot of parts that has been implemented in pieces over the course of several years. It would be really helpful if your vendor could indicate what EXACTLY is not compatible and then it could be researched. Otherwise, you'd have to use trial and error. Either way, you would end up with an older browser that isn't safe to run on the internet. It could be time to consider other vendors...

Maybe you are looking for