BC Provided javascript not loading in Internet Explorer

I'm trying to create a web app form that anonymous users can use. I found the snippet of code (below) in the BC Resources:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$(document).ready(function() {
jQuery.post('/ZoneProcess.aspx?ZoneID=-1', { Username: 'Anonymous', Password: 'User' });
</script>
This works great in all browsers BUT Internet Explorer (go figure). All other JS is loading and working fine, but when a user attempts to submit the web app customer input form, it goes to the "you need to log in to the secure zone" screen.
Anyone see any syntax problem in the JS - am I missing something? I there a work around? On a tight deadline - I'd appreciate any help.
(I've created the anonymous user, and the user/pass are correct in the code - again, it's working in everything but IE)

Liam - of course, and thank you:
http://bankplusfb.businesscatalyst.com/bp_pen_contest.html
To interact with that one portion, you'll need to open the toggle section, and fill out the form to upload an image.
Again, it appears to be an IE only problem and only the submission process seems to be breaking. The toggle function, prettyphoto etc. all seems to be acting correctly. Even in EI.
Thanks for your help!

Similar Messages

  • Animation not loading in Internet Explorer

    Hi,
    Hope someone can help me here, I have created a flash intro
    for a site I have designed. This is my first experiance with Flash
    and it was very painless, however I have a problem with it loading
    in Internet Explorer.
    The animation can be seen here
    www.danieldean.biz and if you
    load it in Firefox it works almost instantly, but IE just sits at a
    load screen and never runs.
    I managed to find the fix for ActiveX problems but although
    you no longer have to click to activate it, the animation still
    won't load. Can anyone help? I'm at a loss to know what to
    try.

    quote:
    Originally posted by:
    Newsgroup User
    look at
    http://activecontent.blogspot.com
    use the first solution there instead (seeing you don't really
    seem to know
    what you're doing wrt activex controls .. as you've just
    copied and pasted
    code for director instead of flash and not realised). And
    make sure you
    START with a working html file (like that produced by
    SWiSHmax).
    I'm still confused, I don't understand what I'm supposed to
    put where it says <object... etc etc </object>. I tried
    putting the following in:
    <script
    type="text/javascript">startIeFix();</script>
    <object
    classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0"
    width="750" height="400">
    <param name="src" value="dean.swf">
    <embed src="dean.swf" pluginspage="
    http://www.macromedia.com/shockwave/download/"
    width="750" height="400">
    </embed>
    </object>
    <!-- -->
    <script
    type="text/javascript">endIeFix();</script>
    But it still doesn't load in IE. Also, what is this about
    director? SWiSHmax has never made any html for me, just an .swf
    file, that's what I'm trying to embed in the page. Isn't there just
    some simple code I can use to put "dean.swf" on the page and play
    it? I feel like I'm running round in circles and not getting
    anywhere at the moment.
    Would it be possible for someone to be kind enough to write
    the short section of code I need to get my "dean.swf" file to load
    properly? It's making my brain hurt now :-(

  • My photo albums do not load in Internet Explorer

    Is there many compatibility issues between Explorer (IE) and iWeb? The photo albums I created in iWeb'09 do not load in IE but it worked fine in Safari and Firefox. How do I resolve this issue? Any clue would be most appreciated.
    Karim

    What version of IE are you using to view the site? If it's the last Mac version then dump it as it's so old and obsolete it is less than worthless. If you're using a PC with IE then make sure you've got the latest version. See Roddy's site on making iWeb sites as compatible with IE as possible: http://www.iwebformusicians.com/WebMusic/iWebandInternetExplorer.html
    Here's a post by Roddy with links to areas of his site that are relevant: http://discussions.apple.com/thread.jspa?threadID=2021995&tstart=0

  • Topics not loading in Internet Explorer 10

    Hello all,
    I'm updating a help project in Robohelp 10. This is an existing project i had in Robohelp 10/Framemaker 11. I am simply updating my Frame content and regenerating (the FM project is linked). My company recently upgraded my browser to Internet Explorer 10.0.9200.17028.
    I am noticing that some topics do not appear now (they are blank). This is a merged helpset (about 10 helpsets that are merged). I am running the helpset locally on my PC.
    I've tried applying the IE 10 patch for RH10 and regenerating but this did not help. I am using  RH10.0.1.292.
    Everything looks fine in Firefox.
    I am releasing this week and am not sure what else to try.
    Any ideas?
    Thanks in advance for any help.

    No you will not. 10.0.1 is a proper patch. The other "patch" does not have a number and does not show.
    I did say a simple project to test but I had not looked back to see the problem is only with some topics. The patch and fix issues would apply to all topics.
    The first thing I would do now is check it is always the same topics that have this problem. Then I would create a new project and import just the Fm file with those topics to see if they are the same there. It doesn't have to be a merge so it should only take a few minutes.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • IWeb 08 images not loading in Internet Explorer..

    But load on everything else. When I get into explorer from a PC, I just get red x's.
    Help?

    Explorer 8. The weird thing is, when I check the page on a pc, the images are infact loading, but im getting a clear box with a red x over them!

  • Flash player 8 will not load into internet explorer

    Hello,
    I can not view the flash player 8 swf in Internet Exployer 6.
    I can view player 7 and can view the player 8 in another computer
    but not my main development computer. Anyone else having this
    problem?
    Thanks in advance for any advice you can give.
    Keith

    Hello i have the same problem since two months ago and i
    installed the Opera browser and now i cure see flash again.
    I still cant see the flash on my IE but i cure on my opera
    and firefox browser, and there free so you should pick a copy of
    one of this two browsers.
    Or your going to have to Re-installed you operating
    system,

  • Javascript not working in Internet Explorer

    Hi,
    I wrote a javascript function to redirect sites in my bsb application:
    function gotoUrl(url)
        var destination=eval(window.parent);
        destination.location=url;
    In my view I call the function like this:
      <xhtmlb:toolbarItem>
        <xhtmlb:toolbarButton id            = "b_create"
                              text          = "anlegen"
                              onClientClick = "gotoUrl('createnorm.do');"
                              groupId       = "s_c_s_m"
                              down          = "<%= b_create %>" />
      </xhtmlb:toolbarItem>
    The javascript function "alert('Hello World'); does work in the IE and in my firefox the redirect is working as well but I can not find the problem with the IE.
    If you have an idea, please let me know ^^.
    mfg
    Stefan

    Hi,
    I just did another simple test again ^^, @Eddy the redirect onLoad works fine.  I used a htmlb:button instead of the xhtmlb:toolbarButton and
    surprise surprise 
    it works fine in the IE and in my firefox.
    So I think, there must be a problem with the xhtmlb.
    As workaround I can use the htmlb buttons, but then the users can't see where they are by looking at the buttons....
    edit:
    they can see it, because I use the site attribute <%= down %> from the xhtmlb button group for my htmlb buttons.
    Now the user sees the buttons not down, but disabled
    mfg and thanks for help!
    Stefan
    Message was edited by: Stefan Huemer
    Message was edited by: Stefan Huemer

  • [svn:osmf:] 10676: Removing JavaScript getters and setters: Wei found out that these are not supported by Internet Explorer.

    Revision: 10676
    Author:   [email protected]
    Date:     2009-09-29 07:06:03 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Removing JavaScript getters and setters: Wei found out that these are not supported by Internet Explorer.
    Modified Paths:
        osmf/trunk/apps/samples/framework/HTMLGatewaySample/html-template/index.template.html
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/gateways/HTMLGateway.as

    Hello ZeroThirtySeven,
    Do you mean that you want to use group policy to make users can visit the web application in Internet Explorer version 7?
    Enterprise Mode, a compatibility mode that runs on Internet Explorer 11 on Windows 8.1 Update and Windows 7 devices, lets websites render using a modified browser configuration that’s designed to emulate Internet Explorer 8.
    We could check if the web application can run in the Enterprise mode.
    If it can, please take a look at the following article to use group policy to turn on Enterprise Mode.
    http://msdn.microsoft.com/en-us/library/dn640699.aspx
    Please take a look at the following thread about set IE compatibility mode by group policy.
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/95c0b8e6-72b5-472f-a5cb-07b17a8294a1/ie-compatibility-mode-not-applying-via-group-policy
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Since latest Firefox update, other web sites will load but Netflix will not. Netflix will load in Internet Explorer.

    Since latest Firefox update, other web sites will load but Netflix will not. Netflix will load in Internet Explorer.

    Does it matter whether you use www? Will the sign-in link open: https://signup.netflix.com/#do-login
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    1. Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server. Any difference? If not...
    2. Clear Firefox's Cache Completely
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    3. If needed, remove the site's cookies in this dialog
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • My chosen home page wont load it loads on internet explorer not firefox i tried the drag it to the little house it did not work it worked before i lost it three days ago

    my chosen home page wont load it loads on internet explorer but not firefox I tried the drag it to the little houes by the address bar but it still wont load it was working but stopped three days ago

    I upgraded my Firefox and now when I open, either from a shortcut on my desk top or the Firefox icon all I get is a blank page with no address but about:blank. I can then open a page such as my mail or home page from a bookmark, nothing from the desktop will open in any thing other than the blank page. Also my right click options only work once and a while. Things like saving a photo or going back just don't work. All sorts of little glitches, I find them very frustrating and am considering going back to IE even though I don't like it much. All my saved pass words are gone too.

  • IWeb Page Navigational Links not working with Internet Explorer 7

    I'm hoping someone can help me out here? My wife created her 1st website using iWeb. I am testing the sites functionality before we publish it. All the pages and links work fine on Firefox and Safari for windows. However, the page navigational links are not working on Internet Explorer 7. All I see is a dot to the left side of where the page links should be. When I start the site in IE7 I get an Active X script warning and I am asked if I want to allow the script to run; to which I reply yes. After I allow the Active X script the dot to the left side of where the page links should be disappears, but the links do not appear.
    Is there anyway to resolve this? Most of the members of her club have Windows based PCs and are using IE7.
    Message was edited by: cviz821

    Yes, Javascript is running on IE7 and other java script applets appear to be working with the exception of the Navbar script.
    It would be great if my wife's friends used a "real" browser, unfortunately 70% of the people on the web use IE7, so this is a real concern if we can't get this to work. I'v seen other iWeb site on IE7 that seem to function fine, so I'm not sure what the issue is here.
    Message was edited by: cviz821

  • Mostly websites are not open on internet explorer and other browsers in my laptop

    mostly web sites are not open in internet explorer and other web browsers in my laptop.

    Rob,
    Many thanks for your reply.  It is appreciated greatly.  I have added text against each of the points that you raise.
    troubleshooting Addons is somewhat complex.....as from this side we do not know which addon may be causing the problem, so the
    only recourse is to disable the types of addons that commonly cause problems in IE (for security and usablility reasons some older addons that you may have used previously with IE8/XP are no longer compatible with newer versions of IE that you are now using)....
    The following instructions will stop your Toolbar and Browser Helper addons from loading in IE.
    Start>Control Panel>Internet Options>Advanced tab,
    uncheck "enable third-party browser extensions".
    close any open IE windows and restart IE for the changes to take effect.
    [GotaQ: Yes, did this but the problem then is that IE won’t open for me.  There is no icon in the start menu or task bar
    and routes such as using a command prompt or ‘run’ instruction don’t work.  When I try this I get a window on screen that flickers for a bit and then disappears.]
    Alternatively, your problem with keyboard input is most likely being caused by a form filling addon or a finger print reader
    addon? Note: some addons like the Google toolbar have multiple features like form filling, you can disable the GTB's form filling features from its settings dialog (click the 'spanner' icon on the toolbar)
    Use Tools>Manage Addons>Show all addons to locate any such addons and use the Addons Manager to disable them. (close and
    reopen any open IE windows for the full changes to take effect).
    [GotaQ:  I tried disabling all of the add-ons in Google Chrome and the key-stroke mapping problem persisted, unfortunately!]

  • Page not displaying in Internet Explorer

    Hello all, having trouble getting one page on my site to load via internet explorer. Sometimes it displays only the background image, and sometimes it will not display at all.
    Hoping someone can take a look at it and maybe see what's off? Here is the 1 page - www.birchmountainearthworks.com/landscapes/landscapes.html
    Thanks if anyone can help!

    That's a nice page.  Too bad it's built with such antique methods.
    Anyhow, I'd make the following changes:
    1.  Move "</head>" so that it's below the embedded styles and just above "<body>" where it should be.
    2.  Move the Google Analytics code so that it's below "</body>".
    That should get you going in IE.
    And by the way, you would definitely want to add an appropriate doctype to the page.
    Message was edited by: Murray *ACP*

  • Page won't load in Internet Explorer

    I have this popup jsp page that loads perfectly in Mozilla Firefox but it wont load in Internet Explorer. There are no errors reported by internet explorer. What am i missing here?
    This is the link that refers to the page:
    add schedule
    This is the page that won't load in internet explorer:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ include file="/WEB-INF/jsp/include.jsp" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Drishti DACX Customized Reports version 0.1</title>
    <link rel="stylesheet" type="text/css" href="css/main.css" />
    <script type="text/javascript">
    var str="<c:out value="${reloadnow}"/>";
    if (str=="true") {
    window.opener.document.location = 'generate.htm';
    window.close();
    </script>
    <script language="javascript" type="text/javascript" src="js/datetimepicker.js" />
    </head>
    <body>
    <h4>Add/Edit Schedule</h4>
    Instruction: Fill out the form below and click on the save button. You may change the default Rate per Sale defined in your campaign preferences.
    <form name="createEntryForm" method="post">
    <c:if test="${addSchedEvent==''}">
    <input type="hidden" name="hdnEvent" value="add">
    </c:if>
    <c:if test="${addSchedEvent!=''}">
    <input type="hidden" name="hdnEvent" value="<c:out value="${addSchedEvent}"/>">
    </c:if>
    <input type="hidden" name="id1" value="<c:out value="${id}"/>">
    <table cellspacing=1 cellpadding=1 border=0 width="100%" height="100%">
    <tr>
    <td align="right" width="30%" class="item2">Date:</td>
    <td> <input name="callDate1" id="callDate1" type="text" size="20" value="<c:out value="${callDate}"/>"> <img src="images/cal.gif" width="16" height="16" border="0" alt="Pick a date"><br> <small><font size="1">mm-dd-yyyy</font></small></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Total Agents:</td>
    <td> <input name="totalAgents1" type="text" size="10" value="<c:out value="${totalAgents}"/>"></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Payroll Hours:</td>
    <td> <input name="payrollHours1" type="text" size="10" value="<c:out value="${payrollHours}"/>"></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Rate per Sale (in USD):</td>
    <td> <input name="ratePerSale1" type="text" size="10" value="<c:out value="${ratePerSale}"/>"></td>
    </tr>
    <tr>
    <td align="right" width="30%" class="item2">Percentage Net:</td>
    <td> <input name="percentNet1" type="text" size="10" value="<c:out value="${percentNet}"/>"></td>
    </tr>
    <tr>
    <td colspan="2" align="center"><br>
    <c:if test="${addSchedEvent!='delete'}"><input type="submit" value=" Save " onclick="return confirm('Are you sure you want to save this schedule?');"> </c:if>
    <c:if test="${addSchedEvent=='delete'}"><input type="submit" value=" Delete " onclick="return confirm('Are you sure you want to delete this schedule?');"> </c:if>
    <input type="button" value="Cancel" onclick="window.close();"></td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    Content of include.jsp:
    <%@ page session="true"%>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
    <%@ taglib prefix="spring" uri="/spring" %>
    <%@ taglib prefix="ui" uri="/datagrid" %>

    Firstly, common error: missing closing HTML comment at the end of the <style> block (in the <head> section) so the browser thinks the entire page code is a HTML comment and ignores it all.
    Always check that HTML comments are correctly closed, particularly inside <style> blocks.
    Around line 130
    change:
    .style75 {color: #CCCCCC}
    </style>
    to:
    .style75 {color: #CCCCCC}
    -->
    </style>
    The "-->" tells the browser that the HTML comment (ignored by browsers) is complete and the browser should start reading and displaying the code again in the browser window.
    See if that helps.

  • My h:commandButton is not working on Internet Explorer not FF

    Can anyone help to findout what could make h:commandButton not working in Internet explorer and not in any other browser like Safari, Netscape and Fire Fox.
    My application is having this problem currently with IE only. I have also tried calling the action of the form from javascript.
    To make it more clear, the page doesn't even get to the validation phase, so wrong entries on the form don't get validate and page not submitted.
    help please
    Michael E.

    Thanks for the response,
    I discovered that it was one of the modal child windows generated by JS thats the cause. But what should the interference between the child window and the JSF parent page.
    Michael

Maybe you are looking for

  • Is there a way to create guides within ruler guides or aligned to ruler guides?

    So I was wondering for my own sake if there was a way to create guides within ruler guides or have it align to ruler guides? I am working on this magazine where the layout has a ruler guides. Which is inside the margins. I'm guessing this is to ensur

  • Pulling images out of an iDVD slideshow

    Stemming from another question I posted on the Powerbook G4 board, I have a question regarding an iDVD slideshow. My Powerbook's hard drive, I have a sinking feeling, is dead. My iDisk was full and I was getting ready to buy more storage space when t

  • Problems With iTunes Locking Up!!!!!!!!!!!!!!!!!!???????????

    Can someone please help me out? I have about 95 Gig of music in my iTunes on my computer. None of the songs in my itunes are backed up!!! Everytime I open itunes after about a minute of being open it locks up my whole computer and the only thing that

  • Mixer or audio interface?

    Hi I want to record ono garageband but can't do i just through line in. i want to get either a 2-input usb interface for £30 or a 5 input (behringer 502, for £50) mixer which i could connect through line in. For a start, would both of these work? Wou

  • Arrange Tool causing region glitch?

    When I try to move or copy a region using the arrange tool, the rhythm of some other regions becomes glitchy.  It seems like there is some sort of overlap, and it's causing some rhythms to misalign.  See at the beginning of the top three regions in s