CFWindow 404 in IE8 but not Firefox

We are working on a new (but simple) 'help' system for our web site in which specific pages will have links to them that call /help.cfm#anchorName (where anchorName is the particular subject we want).
All it needs to work is this:
<cfset helpStr="/inleague/help.cfm" & chr(35) & arguments.helpset>
<cfwindow source="#helpStr#" height="600" width="750" initshow="false" name="helpWindow"  x="100" y="225" />
  <a href="javascript:void(0);" onClick="javascript:ColdFusion.Window.show('helpWindow')">help for this page</a> :
Nothing fancy (that's kind of the point.) This works fine ... in Firefox! In IE8 we get a straight-up 404 File not Found in the CFWINDOW, and if we turn on cfdebug, we get this from the AJAX logger:
info:http: Replaced markup for element:  helpWindow_body
error:http: Error retrieving markup for  element helpWindow_body : Not Found
info:widget: Window shown, id: helpWindow
info:http: HTTP GET  /inleague/help.cfm#events?_cf_containerId=helpWindow_body&_cf_nodebug=true&_cf_nocache=tr ue&_cf_clientid=6D7EABB8634520118E88EDEE8FA8E5FC&_cf_rc=0
info:http: Replacing markup for element:  helpWindow_body from URL /inleague/help.cfm#events with params  _cf_containerId=helpWindow_body
info:widget: Creating window: helpWindow
info:widget: Created grid, id: Events
info:LogReader: LogReader initialized
info:global: Logger initialized
In Firefox, the same AJAX debugger with the same code gives us this:
nfo:http: Replaced markup for element: helpWindow_body
info:widget: Window shown, id: helpWindow
info:http: HTTP GET /inleague/help.cfm#events?_cf_containerId=helpWindow_body&_cf_nodebug=true&_cf_nocache=tr ue&_cf_clientid=3B0BCF1685A7379DC13D809CFD83F32D&_cf_rc=0
info:http: Replacing markup for element: helpWindow_body from URL /inleague/help.cfm#events with params _cf_containerId=helpWindow_body
info:widget: Creating window: helpWindow
info:widget: Created grid, id: Events
info:LogReader: LogReader initialized
info:global: Logger initialized
I would've thought that this would be some kind of mapping issue, but we're not using any fancy mapping here, and a server-side mapping issue wouldn't work in Firefox but not IE8. I have a feeling this is something really dumb, but I can't figure it out. any tips?
Thanks,
Aq

The code you have posted is not the same code as used in:
<div id="gallery">
in the link above.
The reason that the Flash is not displaying in FF is that the portion of the code used by FF was omitted. The code currently used on the page only works in IE.
I'm no great fan of the IE conditional statements used in the code you posted so I don't blame you for not using it. But you do need to provide something for FF.... the old, out dated method would be to add and <embed> for FF... here's the newer method..
So either use code you posted above or better yet, get rid of that and replace the current <object> with
<div id="gallery">
<object id="FlashID" data="flash/201.swf" type="application/x-shockwave-flash" width="958" height="242">
   <param name="movie" value="flash/201.swf">
   <param name="quality" value="high" />
     <param name="wmode" value="opaque" />
     <param name="swfversion" value="6.0.65.0"/>
</object>
</div>
Give that a try. Will work in both FF and newer IE versions.
Best wishes,
Adninjastrator

Similar Messages

  • Flash videos choppy in IE8 but not Firefox?

    I noticed when watching most Flash content in IE8 it has a lot of brief pauses which makes videos appear choppy, But if I open the same video in Firefox it plays fine, Is there anything I can check that might be causing this issue? Im running the same (latest) version of flash in both browsers.
    Here's one example, If I play this in Firefox the framerate is smooth, but in IE8 it has random pauses throughout the video: http://www.gametrailers.com/video/review-hd-modnation-racers/100079
    Thanks.
    PC: i7 920 CPU / 6gb ram / GTX 480 videocard / RealtekHD (onboard) audio / Win 7 64bit

    Thanks! BTW I'm also having trouble updating Adobe Reader. I have 9.4.0 and want to update to the new Adobe Reader X. I keep getting Error 1402 which refers to the registry keys. I am unable to completely uninstall the old version. After receiving the error message it reloades the older version. I read about how to modify the registry to accept it but I believe this is a very wierd way to have to get an update loaded. Any suggestions?
    Date: Mon, 27 Dec 2010 10:34:22 -0700
    From: [email protected]
    To: [email protected]
    Subject: Flash Player works in IE8 but not Safari
    Hi Bruce, Adobe Flash Player is Installed separately into IE, since Windows uses the ActiveX Control. Firefox and other non-IE
    browsers must use the plugin Installer.
    This is the Adobe site :
    http://www.adobe.com/products/flashplayer/fp_distribution3.html
    Hope that explains it.
    Thanks,
    eidnolb
    >

  • Swf file plays in IE8 but not Firefox or Safari

    I've inserted an swf file in my webpage using Dreamweaver CS4's Insert/Media/swf function. It plays fine in IE8 but won't work at all in Firefox or Safari. I can view flash files in other websites using these browsers and I've updated my version of flash so I can only put it down to a coding thing. Website is www.201.com.au and the Dreamweaver code follows. Any suggestions??
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="958" height="242" id="FlashID" title="201_Gallery">
          <param name="movie" value="../flash/201.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="../Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="../flash/201.swf" width="958" height="242">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>

    The code you have posted is not the same code as used in:
    <div id="gallery">
    in the link above.
    The reason that the Flash is not displaying in FF is that the portion of the code used by FF was omitted. The code currently used on the page only works in IE.
    I'm no great fan of the IE conditional statements used in the code you posted so I don't blame you for not using it. But you do need to provide something for FF.... the old, out dated method would be to add and <embed> for FF... here's the newer method..
    So either use code you posted above or better yet, get rid of that and replace the current <object> with
    <div id="gallery">
    <object id="FlashID" data="flash/201.swf" type="application/x-shockwave-flash" width="958" height="242">
       <param name="movie" value="flash/201.swf">
       <param name="quality" value="high" />
         <param name="wmode" value="opaque" />
         <param name="swfversion" value="6.0.65.0"/>
    </object>
    </div>
    Give that a try. Will work in both FF and newer IE versions.
    Best wishes,
    Adninjastrator

  • Printing multi invoices from ebay works in IE8 but not Firefox, tried all your help tips, still not working?

    I sell things on ebay. I need to print out multi invoices from ebay. When I do this from Firefox the first page has my address but no customer info. It then prints out the second page OK.
    So I have to then return to printing out invoices and check (tick) the ones it's missed. Checked printer page sizes etc, prints fine from other apps and pages.
    I asked on ebay and someone said it's a FIREFOX problem, try it on IE8, -I did and it works ok. Please fix so I don't have to use IE8!

    You have an invalid path reference. in one version of the object tag it reads ../../navbar.swf, in the other this is truncated to ../navbar.swf. Hence the browser can simply not find the file (IE and FF each look at differnt parts of the code).
    Mylenium

  • How to remove My Start Toolbar From, Firefox. I managed it on IE8 but not Firefox

    Since installing Incredimail I have had the My Start Toolbar in both IE8 & Firefox4, I removed it from IE using Add/Remove programmes but it has not gone from Firefox 4 Any idears,??

    After much research and not finding an answer that worked. I just went to Tools and under Options and the General Tab where it says Home Page I just changed it to Google and it worked like a charm. I also had uninstalled it from the control panel but it kept showing up on Firefox. So I just did the above and it worked.

  • Web page with javascript login shows the login in IE8 but not Firefox 9

    The web page http://epgservices.sky.com/nevermiss/ loads properly in Internet Explorer 8 and shows login details but these don't show when loaded in Firefox 9.0.1
    The login is generated by Javascript as far as I can see. Java is enabled and is not being blocked by AdBlock Plus because I've turned it off to see if it made any difference but the login for this website does not show

    Hi cor-el,
    Thank you for your reply. Earlier in my attempts to solve this problem and before contacting Firefox Help, I did start Firefox in Safe Mode after clearing the cache and the cookies from sky.com but this made no difference. The login was still not showing.
    Today after trying the website on my laptop running Firefox 9.0.1 and finding the login was loading correctly I decided to uninstall Firefox but keeping my original extensions etc., and re-install Firefox from a freshly downloaded install file. It is now displaying the login correctly on that web page. I think it may have been caused by lefy-overs from previous upgrades of Firefox and the re-install cured the problem. It's amazing what problems a fresh install will solve!
    Thank you for your help

  • I cannot access gmail from firefox 9 despite dealing with cookies & cache. It opens fine in IE8 but not firefox

    I have tried all the google mail suggestions, including allowing www.google.com to send cookies but it makes no difference. I had problems with adblock plus blanking out the text in gmail but uninstalling this cured problem but today I can't get in at all.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • ReCAPTCHA works in IE8 but not in Firefox - Graphics missing

    reCAPTCHA works in IE8 but not in Firefox
    All graphics, the challenge, option boxes, and logo do not appear.

    Make sure that you do not block JavaScript.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    See also:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load

  • Website page displays and javascript runs correctly in IE8 but not in Firefox 3.6.10

    website page displays and javascript runs correctly in IE8 but not in Firefox 3.6.10

    Can you post a link?
    Then we can take a look.

  • How to send active links in email from firefox. Works in IE but not Firefox... Is there a setting to change?

    how to send active links in email from firefox. Works in IE but not Firefox... Is there a setting to change?
    == This happened ==
    Every time Firefox opened
    == Always

    Check with your web mail service provider for help with that issue.

  • Medical app from Intuit works in IE, but not Firefox.

    Encrypted medical app works in new IE, but not Firefox. Everything works down to the end, and click on "continue" and nothing happens. A tech and I have spent hours on this. Did not work on FF5 or 6. Did not work on old IE, but did on fresh new version with no data files copied in.

    If it works in IE but not FF, then it has nothing to do with the mp3s. More likely it's because of the HTML on the page.
    To start, page is missing DOCTYPE declaration... a MAJOR problem. The DOCTYPE declares which set of rules the browser will use to display the page. Without it, different browsers go crazy or do not work at all.
    http://www.w3schools.com/tags/tag_DOCTYPE.asp
    Validate the html code here:
    http://validator.w3.org/
    You will have to fix all the errors if you want this to work in all browsers.
    Best wishes,
    Adninjastrator

  • Dreamweaver text looks fine in Safari but not Firefox NEED HELP!!!

    Dreamweaver text looks fine in Safari but not Firefox, all my text goes out of alignment and the fonts look like different sizes. Please let me know your thoughts. Here is a link to the page I'm having problems with. http://www.alexandrasantibanez.com/bio.html

    I had the same problem for days what a waste of time trying
    to figure out code... the code was fine. I was running flash player
    7.0 Upgrade your flash plugin to 9.0 and it should work fine in
    Firefox and IE. It did for me.

  • My website works in IE but not firefox

    this is my web page:
    http://www.andrew-leonard.co.uk/Mallorca/mallorca%20ferns.htm
    It usess css to define layers and javascript to show and hide the layers. It uses a dhtml menu system by Milonic to execute the javascript
    This is part of the code for the layers:
    <pre><nowiki><style type="text/css">
    #Layer01 {position: absolute; left: 300px; top: 50px; z-index:1;}
    #Layer33 {position: absolute; left: 300px; top: 50px; z-index:33;}
    </style></nowiki></pre>
    This is part of the javascript to show/hide the layers:
    <pre><nowiki><script>
    function showlayer(layer){
    var myLayer = document.getElementById(layer).style.display;
    if(myLayer=="none"){
    document.getElementById(layer).style.display="block";
    } else {
    document.getElementById(layer).style.display="none";
    </script></nowiki></pre>
    It works OK in IE but not firefox

    If you check Firefox's Web Console (Ctrl+Shift+K) it'll tell you any errors it's finding and the line of code it's finding it on.
    The problem it seems to be having up front is that IDs are case-sensitive - "layer02" is not the same as "Layer02", for example.
    There may be further errors once it's past that, but all the current browsers come with the tools you need to weed out any further issues.
    Further Javascript reference: https://developer.mozilla.org/en-US/docs/JavaScript

  • Spry tooltip works in IE but not Firefox

    Hi,
    I don't understand or  can't figure out what I have done wrong. I have created a tooltip for  the last product  (4 inch diameter Vortex Water Revitalizer  in  copper (special order)) on the page: http://www.alivewater.net/order.htm
    It  works in IE but not Firefox... I can't figure out why... can you help  me and see what I have done wrong?
    Eternally grateful,
    Starry

    I think I fixed the problem.. maybe you had looked at it after it was fixed. I do appreciate your help though!

  • SpryHiddenRegion error in IE7 but not FireFox

    Here is a copy of the code and the errors I get. Does anyone
    have any ideas why this would happen in IE only?
    <div spry:region='dsPages' class="SpryHiddenRegion"
    style="height:350px; overflow:auto;">
    <div spry:state='loading'>Loading data...</div>
    <div spry:state='error'>Failed to load
    data.</div>
    <table spry:state='ready' class="mylist">
    <tr id="top">
    <th onClick="dsPages.sort('id');">ID</th>
    <th onClick="dsPages.sort('name');">NAME</th>
    </tr>
    <tbody spry:repeatchildren='dsPages'
    spry:choose="choose">
    <tr spry:when="{id} == selectedID"
    class="SelectedLastClass" id="{ds_RowID}"
    onClick="dsPages.setCurrentRow('{ds_RowID}');pagesSelect({id});"
    spry:hover='HoverClass' spry:select='SelectedClass'>
    <td>{id}  </td>
    <td>{name}  </td>
    </tr>
    <tr spry:default="default" id="{ds_RowID}"
    onClick="dsPages.setCurrentRow('{ds_RowID}');pagesSelect({id});"
    spry:hover='HoverClass' spry:select='SelectedClass'>
    <td>{id}  </td>
    <td>{name}  </td>
    </tr>
    </tbody>
    </table>
    </div>
    ERROR:
    expected ':'
    and
    Spry.Data.updateRegion(spryregion1) caught an exception:
    [object Error]
    Thanks for your help.
    Jim

    i have reduced the code to the following:
    <script type="text/javascript">
    dsPages = new
    Spry.Data.XMLDataSet('views/pages/getdata_pages.cfm',
    '/dataset/row', {useCache: false});
    </script>
    <div spry:region='dsPages' class="SpryHiddenRegion"
    style="height:350px; overflow:auto;">
    <div spry:state='loading'>Loading data...</div>
    <div spry:state='error'>Failed to load
    data.</div>
    <table spry:state='ready' class="mylist">
    </table>
    </div>
    and i get the following error in IE but not FireFox:
    Spry.Data.updateRegion(spryregion1) caught an exception:
    [object Error]

Maybe you are looking for

  • Issue with retriving the title of objects

    Hello Colleagues, I am trying to develop an application which builds a tree structure with the objects assigned to a user in runtime.i.e if a user has a particular role lets say content administration,it list you the role and the objects inside that

  • Samsung Galaxy Note 10.1 2014 Edition; Wireless Direct Printing Issues

    Good day everyone. The subject refers. I have been trying to connect my tablet to my hp printer (LaserJet Pro 200 color MFP M276nw) using wireless direct printing without success. What normally happens is when I try to detect the printer through wifi

  • Merging word document with pdf file how do you renumber pages?

    After merging a word document with pdf file, how do you renumber pages?  The pdf has more pages than the word document.  I first converted the word document to a pdf, using Acrobat Standard 9.

  • Customize video control?

    Is it possible to customize the video control barre? It's really anoying that the control barre is inside the video fram, when viewed in the "not full screen" version. And it would be nice if the user could toggle it on and off. What is the solution

  • [Solved] XBMC crashing after recent updates {Trakt Plugin Problem}

    It opens up fine, but then crashes. I haven't changed anything, or added any new files to my library! Here's the log: http://pastebin.com/saBUJuPc Last edited by kalpik (2013-04-24 02:01:22)