Javascript doNavigate problem

EP6, SP12
My doNavigate call in my htm page isn't working, it's giving a permission denied error.  My htm page is on a different server. 
My iview is on the same .domain.com as the portal, and both are non SSL (http://).  I've event set my document.domain = domain.com.  Yet I still get permission denied when calling parent.EPCM("myUrl").  Any thoughts?

Can you write about the problem in more detail?
Regards.

Similar Messages

  • Javascript security problem in IE/Netscape

    I am facing with the javascript security problem in IE/Netscape. I have solved this problem partially, but there are more issues involved.
    Here's the scenario:
    There is an HTML page on client's hard disk (main.htm) containing two frames:
    frame 1 contains a page that lies that is deployed from my server, say
    src="http://127.0.0.1:8080/MyApplication.htm"
    frame 2 contains a page that lies on the client's server, say
    src="http://www.clientside.com/clientPage.htm"
    My page in frame 1 wants to access the URL of the page in frame 2 (through a button click, say ). This is done in MyApplication.htm through javascript as:
    window.parent.frame2.location.href;
    Now when the above line is executed, i get the following error:
    In IE(5.0): "permission denied"
    In Netscape(4.7): "access disallowed from scripts at http://127.0.0.1:8080/MyApplication.htm to documents at another domain."
    (which is understandable)
    I have partially solved the above problem in Netscape, by granting access permissions to MyApplication.htm (page on my server) to access the
    "http://www.clientside.com/clientPage.htm" page at client's domain.
    This is done as follows:
    1. First enable code base principals in client's Netscape by adding the following line in prefs.js file of Netscape
    "user_pref("signed.applets.codebase_principal_support", true);"
    2. Secondly i must add the following line in java script of "MyApplication.htm"
    "netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserAccess");"
    Now when the client clicks the button on my frame he'll get a netscape window asking him to grant permissions to MyApplication.htm.
    After granting permission, MyApplication.htm can retrieve the URL of clientPage.htm (even if he browses to another url)
    As you can see this problem is solved partially, but i want that the page "main.htm" (which is now on the client's hard disk),
    must be deployed at client's server (in which case not even the above technique works).........what should i do? any alternates or other solution?
    Secondly i want this to work with IE too, (which should according to their documentation, but does not and is therfore a big IE bug-as mentioned on the net)
    Any sort of help in this case would greatly appreciated.
    Thanks
    Faisal Moin Khan

    i believe you are posting in the wrong forum.
    This forum is foro XML web services.

  • Javascript menu problems in IE

    Hi
    I am using a javascript menu for a website I am trying to
    build, I have tested it on many browsers and thought it was working
    fine, it's fine on all the macintosh browsers, works fine on
    firefox on the PC but there seems to be problems on some versions
    of IE. Especially runing XP but am not sure about vista.
    You dont seem to be able to see the menu when the page loads,
    you can see something is there and the buttons show when you hover
    over them, but they are kicked out of place.
    here is the code if it helps
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    <title>Ecoligical Planning and Research
    Ltd</title>
    <link href="epr.css" rel="stylesheet" type="text/css"
    />
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body bgcolor="#cfdcce">
    <table width="800" border="0" align="center"
    bgcolor="#FFFFFF" class="greenborderoutline">
    <tr>
    <th height="29" align="left" scope="col"><div
    class="menu" id="menu">
    <script type='text/javascript'
    src='quickmenu.js'></script></div></th>
    </tr>
    <tr>
    <td height="132"><script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','nam e','eprbanner','width','800','height','168','id','eprbanner','title','banner','src','eprba nner','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','wmode' ,'transparent','movie','eprbanner'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    name="eprbanner" width="800" height="168" id="eprbanner"
    title="banner">
    <param name="movie" value="eprbanner.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent" />
    <embed src="eprbanner.swf" width="800" height="168"
    quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" wmode="transparent"
    name="eprbanner"></embed>
    </object>
    </noscript></td>
    </tr>
    <tr>
    <td height="304" valign="top"><table width="798"
    height="131" border="0">
    <tr>
    <th width="513" scope="col"><p
    class="bodycopyHomepage"><strong>Ecological Planning
    &amp; Research Ltd</strong> is
    <th width="275" scope="col"><span
    style="margin:0px"><img src="images/office.jpg" alt="Head
    Office" name="eprOffice" width="241" height="296" align="left"
    id="eprOffice" /></span></th>
    </tr>
    </table> </td>
    </tr>
    <tr>
    <td height="105"><img src="images/btBanner.gif"
    alt="btBanner" width="800" height="103" align="top"
    /></td>
    </tr>
    </table>
    <table width="800" align="center" border="0">
    <tr>
    <th scope="col"><div align="left"
    class="copyright">&copy;<strong> 2007</strong>
    Ecological Planning and Research Ltd </div></th>
    </tr>
    </table>
    <p> </p>
    </body>
    </html>
    any help here would be great as I am really stuck
    many thanks
    Jon

    Gad. Ask the authors of the menu for help. Would you REALLY
    use something
    like that on a web page?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ronnyrocket" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi
    >
    > I am using a javascript menu for a website I am trying
    to build, I have
    > tested
    > it on many browsers and thought it was working fine,
    it's fine on all the
    > macintosh browsers, works fine on firefox on the PC but
    there seems to be
    > problems on some versions of IE. Especially runing XP
    but am not sure
    > about
    > vista.
    >
    > You dont seem to be able to see the menu when the page
    loads, you can see
    > something is there and the buttons show when you hover
    over them, but they
    > are
    > kicked out of place.
    >
    > here is the code if it helps
    >
    > <!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">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    > <title>Ecoligical Planning and Research
    Ltd</title>
    > <link href="epr.css" rel="stylesheet" type="text/css"
    />
    > <script src="Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > </head>
    >
    > <body bgcolor="#cfdcce">
    > <table width="800" border="0" align="center"
    bgcolor="#FFFFFF"
    > class="greenborderoutline">
    > <tr>
    > <th height="29" align="left" scope="col"><div
    class="menu" id="menu">
    > <script type='text/javascript'
    src='quickmenu.js'></script></div></th>
    > </tr>
    > <tr>
    > <td height="132"><script
    type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','name','eprbanner','width','800','height','168','id','eprbanne
    >
    r','title','banner','src','eprbanner','quality','high','pluginspage','
    http://www
    >
    .macromedia.com/go/getflashplayer','wmode','transparent','movie','eprbanner'
    > );
    > //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" name="eprbanner" width="800"
    height="168" id="eprbanner"
    > title="banner">
    > <param name="movie" value="eprbanner.swf" />
    > <param name="quality" value="high" />
    > <param name="wmode" value="transparent" />
    > <embed src="eprbanner.swf" width="800" height="168"
    quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" wmode="transparent"
    > name="eprbanner"></embed>
    > </object>
    > </noscript></td>
    > </tr>
    > <tr>
    > <td height="304" valign="top"><table
    width="798" height="131"
    > border="0">
    > <tr>
    > <th width="513" scope="col"><p
    > class="bodycopyHomepage">
    Ecological
    > Planning &amp; Research Ltd is
    > <th width="275" scope="col"><span
    style="margin:0px"><img
    > src="images/office.jpg" alt="Head Office"
    name="eprOffice" width="241"
    > height="296" align="left" id="eprOffice"
    /></span></th>
    > </tr>
    > </table> </td>
    > </tr>
    > <tr>
    > <td height="105"><img src="images/btBanner.gif"
    alt="btBanner"
    > width="800"
    > height="103" align="top" /></td>
    > </tr>
    > </table>
    >
    > <table width="800" align="center" border="0">
    > <tr>
    > <th scope="col"><div align="left"
    class="copyright">&copy;
    2007
    > Ecological Planning and Research Ltd
    </div></th>
    > </tr>
    > </table>
    > <p> </p>
    > </body>
    > </html>
    >
    >
    > any help here would be great as I am really stuck
    >
    > many thanks
    >
    > Jon
    >

  • JavaScript Console Problem (only in LS preview mode)

    Hello,
    my JavaScript console "crashes" in preview-mode in lifecycle designer. It just appears for a "millisecond"´, well I see it flicker at last.
    It doesn't matter if there is a syntax error or if I try to start the console by clicking a button ( Event click => console.show(); )
    The console just flickers.
    If I save the pdf file everything works fine. Console shows up on errors or if it told to do so (e.g. my button is clicked).
    I cannot afford to save the pdf-file every time for some reasons (livecycle designer is used in sap gui, I have to run the whole process to get the PDF ...)
    By the way, the same problem is present in Livecycle Designer if I use it "native", not called from within the sap.
    I have already tried to close the acrobat reader tasks. There are two of them, when adobe reader 10 starts (native or in livecycle-preview).
    But by closing one of the tasks, the second one closes, too. Therefore there is no help this way.
    I use Adobe Lifecycle Designer ES 8.0 (8.01.2008.1.380548) and Acrobat Reader X (10.0.1)
    The PDFs output in LS is set to Acrobat 8 (dynamic)
    In Acrobat Reader javascript console/debugger is set as active, as well as to show errors etc.
    It might be a problem realted to sap gui.
    I just ran the pdf-preview in sap gui. And Console didn't show up again.
    I have saved the same document from the sap print-preview on my local hd drive. Then started it with adobe reader and everything worked just fine.
    Please do not blame sap only. As I have told before: the same problem occurs if I use livecycle designer "native", not within sap gui

    nikg-fh schrieb:
    it seems the problem is caused directly by adobe reader X.
    I just have started a new descussion here (adobe reader forum).
    If anyone could help me, feel free to do so!
    my configuration:
    windows xp pro
    adobe reader x
    adobe livecycle designer 9 ( therefore it is not an version 8 issue )
    admin rights on the pc ; )
    I might add that you are not alone!
    I am having the same problem (LSD ES2 (version 9.0.0....) and Adobe Reader X and Acrobat Professional 8)
    Whenever I save a form as PDF and open it with Reader or Acrobat I get to see the console.
    But never when I view the form in Designer preview!
    That used to work until I installed Reader X.
    Same as you I checked all configurations in Reader and Acrobat: all perfect.
    I really do hope that someone finds a solution for this.
    PS. This problem should be discussed in THIS forum. It is clearly a Designer problem!

  • Javascript alert problem - select state

    I am trying to validate my form with javascript. I'm having
    trouble with my state field. If the user selects a state javascript
    alerts the following message: "SELECT ONE is not a valid choice.
    Please choose your state." I want the alert message to pop up if
    select one is selected as a state. How do I fix this problem?

    pqer wrote:
    > I am trying to validate my form with javascript. I'm
    having trouble with my
    > state field. If the user selects a state javascript
    alerts the following
    > message: "SELECT ONE is not a valid choice. Please
    choose your state." I want
    > the alert message to pop up if select one is selected as
    a state. How do I fix
    > this problem?
    >
    >
    >
    > <script language="javascript"
    type="text/javascript">
    >
    > // check to see if the form is blank
    > function validForm(contactUs) {
    >
    >
    > if(contactUs.state.value != "SELECT ONE") {
    > alert("SELECT ONE is not a valid choice. Please choose
    your state.")
    > contactUs.state.focus()
    > return false
    > }
    if(!contactUs.state.selectedIndex) {
    alert("SELECT ONE is not a valid choice. Please choose your
    state.");
    contactUs.state.focus();
    return false;
    Mick
    >
    > </script>
    >

  • Pl/sql encoding javascript parameter problem

    I am using an html form to get user input via radio buttons via the following segment
    htp.p('<input type="radio" value="a" onSelect="saySomething('fish')">');
    However, when the brackets surrounding (fish) are encountered an error occurs
    Line No. 41 : PLS-00103: Encountered the symbol "FISH" when expecting one of the following:
    . ( ) , * @ % & | = - + < / > at in mod not range rem => ..
    <an exponent (**)> <> or != or ~= >= <= <> and or like as
    between from using is null is not || is dangling
    The symbol ". was inserted before "FISH" to continue.
    (WWV-17050)
    ORA-24344: success with compilation error (WWV-11230)
    Critical Error in wwerr_api_error.get_errors! SQL Error Message: ORA-06502: PL/SQL: numeric or value error: character string buffer too small (WWV-)
    Is there a better way to program user input or how can I overcome the javascript parameter passing problem
    Many regards
    Eddie

    To include single quotes into literal strings in SQL and PL/SQL, you need to escape (double) them or replace them with concatenations with CHR(39):
    htp.p('<input type="radio" value="a" onSelect="saySomething(''fish'')">');
    or
    htp.p('<input type="radio" value="a" onSelect="saySomething('||chr(39||'fish'||chr(39||')">');

  • Validate long date in javascript & OnSubmit problem

    hi i need to validate long date format "E, dd MMM yyyy HH:mm:ss" or Thu, 18 Jul 2002 12:52:49 that is key in by the user. but i'm not sure how to do this. i have couples of input data and i'm passing an object to the javascript function validateform using OnSubmit. Which one is better, using OnSubmit or OnCick for this kind of parameter passing. Eg <form method="POST" action="insert.jsp" onSubmit="return validateForm(this)"> However i'm having a problem where when there is an invalid input from the user, it will notify the user but it will also send the form to the insert.jsp at the same time. Therefore the user can't correct the invalid data. The function return false for valid input and true for invalid. Please help!!! urgent.... thanks in advance

    Your problem is you have used
    <input type="submit" onClick="OnSubmit();">
    this won't work.
    Instead try
    <input type="button" value="someValue" onClick="OnSubmit();">
    This may help. All the best.

  • JSP Session in JavaScript variable problem

    Hi,
    I have a session variable msgSize that is being set by a Java file in the session.
    aRequest.getSession().setAttribute("msgSize", msgSize);It's value is variable depends on record count of recordset.
    In JSP page where I have to assign it's value to a javascript variable. I am doing this a s follows. I have done this in the JSP file.
    <script type="text/javascript" >
    <!--
    function getVal()
    m=${msgSize};
    -->
    </script>First Problem is I am unable to get this value inside a External JS file. It throws error but inside jsp it is working. How can i use this inside External JS?
    Second problem is once the above code executed value never refreshed to new value?
    Means first time it executed it get value 200 next time again i executed the code the real recordset is 105 but still displaying 200. But when I restart the server next time it takes value 105 by itself....
    How I tackle this problem.?
    Regards,

    problem is I am not refreshing the whole JSP page everytime, only refreshing the partial page using ajax call that's why not getting the session new value...
    any suggestions what to do to get new value?

  • Air - JavaScript DOM problems

    Dear Air-friends,
    Have a look at this short html:
    <html>
    <head>
    <script type="text/javascript"
    src="AIRAliases.js"></script>
    <script>
    var i = 0;
    var click = function() {
    var a = document.createElement("a");
    a.innerHTML = "click me " + i++;
    a.setAttribute("href", "#");
    a.setAttribute("onclick", "click()");
    document.getElementById("body").replaceChild(a,
    document.getElementsByTagName("a")[0]);
    </script>
    </head>
    <body id="body" onload="click()">
    <a />
    </body>
    </html>
    when I run this using adl something strange happens:
    - I get a "click 0", after I click a "click 1" and ....
    that's it! no continuous "click 2", etc.
    I isolated this problem to this example, but actally I need
    it for context menus in my air application.
    Can someone help? I'm out of ideas.
    Thanks,
    Harrold Korte

    Hi Joe,
    First of all, thanks for your quick reply!
    Maybe I isolated the problem a bit too much. In fact, I'm
    creating context menus using xslt.
    Each time, a new context menu is put under a node called
    <div id="wrap-menu"> containing
    a <ul> of <a>s. It is in these subsequent
    refreshing of the context-menu (produced by xslt)
    where I observed this behaviour (first time ok, second time
    nop). Should I alter each <a> in the produced context-menu
    with addEventListener afterwards?
    I have the feeling that in that case I could didge xslt as
    well. Unfortunatly, I'm a big xslt fan to create
    html output (instead of all these program lines of unpacking
    and DOM manipulation). I'm porting an
    application from JS/PHP to Air because of the file system
    access which is exactly what I was looking for.
    Thanks again,
    Harrold Korte

  • Javascript anchor problem

    I am having a problem with one of my pages. When a user goes
    to a page I wish to have a hidden div be open based on the URL that
    they come in as (they have #anchors). I tried using the
    (location.hash) but could not get it to work.
    For example if the url is www.mysite.com/bob.php#section1, I
    would like the section 1 div to be open when they arrive. The pages
    typically have dozens of anchors and hidden stuff.
    Here is the javascript I am using to show and hide the div
    sections:
    function toggleMe(a){
    var e=document.getElementById(a);
    if(!e)return true;
    if(e.style.display=="none"){
    e.style.display="block"
    } else {
    e.style.display="none"
    return true;
    and what is typically on the page:
    <a href="javascript:void(0)" onClick="return
    toggleMe('section1')">section1</a>
    <table id="section1" style="display: none;" border="0"
    cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td>text text text </td>
    </tr></tbody></table>
    Any help would be greatly appreciated

    I am having a problem with one of my pages. When a user goes
    to a page I wish to have a hidden div be open based on the URL that
    they come in as (they have #anchors). I tried using the
    (location.hash) but could not get it to work.
    For example if the url is www.mysite.com/bob.php#section1, I
    would like the section 1 div to be open when they arrive. The pages
    typically have dozens of anchors and hidden stuff.
    Here is the javascript I am using to show and hide the div
    sections:
    function toggleMe(a){
    var e=document.getElementById(a);
    if(!e)return true;
    if(e.style.display=="none"){
    e.style.display="block"
    } else {
    e.style.display="none"
    return true;
    and what is typically on the page:
    <a href="javascript:void(0)" onClick="return
    toggleMe('section1')">section1</a>
    <table id="section1" style="display: none;" border="0"
    cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td>text text text </td>
    </tr></tbody></table>
    Any help would be greatly appreciated

  • Javascript-actionscript problems

    I am trying to set up a test app to get a grip on communications between
    javascript and action script. I have successfully registered a call back function
    with action script to be called by javascript, But a second registered function
    is not getting recognized by javascript. <object/embed object>.callBack()
    javascript error (FireFox on Mac)
    <object/embed object>.callBack is not a function
    The page is posted at
    http://www.jekillen.com/jekillen/content/web_design/player/FLSHDev.html
    javascript sourced file
    http://www.jekillen.com/jekillen/content/web_design/player/dev.js
    buttons labeled 'TEST' and 'TEST 1'
    There is a link to the swf source code (text file). Notice the compatibility note.
    Thanks for advice, suggestions.
    JK

    I think I found the problem here;
    I have to clear the browser cache occasionally to
    get changes in code to show up.
    That became obvious when things were happening that I
    had eliminated from the swf source code, in the browser.
    The sample I posted may actually work. The browser I
    use to contact internet does not have Flash player 10
    so I have not tested the posting.
    JK

  • Javascript:$v_PopupReturn problem

    Hi there!
    I have a problem and dont really know why that happens:
    I have a form with some textfields, next to the field "P20_ID" is a button. The button has a optional URL redirect "javascript:popUp2('f?p=&APP_ID.:21:&SESSION.',600,600);".
    When i click on the button the popup opens and i see the report of a table. One column of that table is a URL link: "javascript:$v_PopupReturn(#VALUE#,'P20_ID')".
    When i click on one of the links of the table`s rows the popup closes and the value of the item "P20_ID" is set to "undefined". I dont really know why it is set to "undefined"? When i move with my cursor over a link in the popup it shows in my browser`s task bar the right value in the javascript function, but looks like the value doesnt arrive in my parent wndow?
    Does someone know what i can do?
    thx a lot
    Fennek

    Sorry Fenneck, I grabbed that from scott spendolinis blog on the subject, but he is referring to returning to a tabular form...
    http://spendolini.blogspot.com/2009/04/returning-value-from-popup-page.html
    This post my be of more use to you...
    Popups and return values
    could it be you need ' or " around the #VALUE# ?
    try $v_PopupReturn('#VALUE#',$v('P2_ITEM'))
    Gus..

  • Javascript slider problem

    Hi there,
    Wonder if anyone can help me.
    The sliders in my custom sections (see example http://www.denotestationery.com/denote_localroot1/customlondontown.html) with the prev and next buttons n my Safari 4.1 don't seem to work (as in the images are not sliding) either. Not sure how this is in IE as I am only testing on a screenshot site.
    Can anyone suggest anything?
    Thanks in advance.
    Louisa

    Hi Guys thanks for your replies.
    I downloaded the newer version like you suggested but still no joy.
    A friend who also has Safari tested for me too and he has the same problem.
    Hmmmmmmm I have no clue about javascript really so I don't know what to do.

  • Upload XML by Javascript (gateway problem)

    I am trying to upload xml and xsl files by <xml> tag or by Javascript and never can reach them because of gateway problem. Suppose i have simple portlet.jsp file and them trying to upload XML resource like this:
    <xml id="source" src="source.xml" />
    This is not going to work because it's not gatwayed by portal and source file never can be found. So i have tried this way
    <xml id="source" SRC="<pt:url pt:href='http://.../IWSNavigation/jsp/source.xml' xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'/>"/>
    But for some reason it's not gatwayed (if i do it by myself, means manual gatway this resource then all is OK, i can upload one).
    I have tried to use JavaScript and failed again
    var sourceUrl = "<pt:url xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/' pt:href='http://.../IWSNavigation/jsp/source.xml'/>";objXMLDoc.load(sourceUrl);
    Please, help me to figured out the problem. I use Plumtree v 5.0.
    Thank you.

    The gateway will always transform URLs in JavaScript which have been assigned to a location property.
    So, to modify your example:
    var myObj = new Object();
    myObj.location = 'http://.../IWSNavigation/jsp/tree.xml';
    objXMLDoc.load(myObj.location);

  • Javascript addEventListener problem

    Hello,
    I have problem with addEventListener method in javascript with Safari 5.1.4. Other browsers(IE9,Chrome,Firefox & Opera) work fine but only Safari does not call the event listener function.
    I use it like this :
    myApp = document.getElementById('myComponent');
    myApp.addEventListener('OnSuccess', OnSuccess, false);
    function OnSuccess()
         // method does not triggered with Safari when the evet occurs
    There is no error in javascript debug console. The "addEventListener" method is called but the function is not triggered when the event occurs.
    Does anyone have idea why this does not work in Safari?
    Note: (I use safari 5.1.4 for windows)

    Hello,
    I have problem with addEventListener method in javascript with Safari 5.1.4. Other browsers(IE9,Chrome,Firefox & Opera) work fine but only Safari does not call the event listener function.
    I use it like this :
    myApp = document.getElementById('myComponent');
    myApp.addEventListener('OnSuccess', OnSuccess, false);
    function OnSuccess()
         // method does not triggered with Safari when the evet occurs
    There is no error in javascript debug console. The "addEventListener" method is called but the function is not triggered when the event occurs.
    Does anyone have idea why this does not work in Safari?
    Note: (I use safari 5.1.4 for windows)

Maybe you are looking for

  • How to transfer an Imovie project from one Mac to another?

    I don't see any way to save it onto a disc or flash drive to get it to the other computer. Thanks for the help, Charlie

  • Premiere Elements 12 crashes Windows 7 Pro x64 machine

    I'm experiencing a problem when going to Publish and having Premiere generate a video file. I'm noticing that my CPU is pegged at 100% for all 4 cores. This happens during rendering when going to Publish and attempting to save the file to my computer

  • Connection pool error in content server

    getting below error. resumed the suspended pool and tried restarting the content server... but, unable to get login page itself. Unable to load the user information. There are no connections available from pool for provider 'SystemDatabase'. Unable t

  • Custom mapping is obviously not reflected in the Entity Framework designer

    Hi, I use the Oracle Data Provider for .NET 11.2.0.2.50 Beta 3 with the Entity Framework. I added a custom mapping to the app.config that maps NUMBER(1,0) to bool: <oracle.dataaccess.client> <settings> <add name="bool" value="edmmapping number(1,0)"

  • Reset Select List in Form With Report

    Hi, i have Created Form with Report Page. I have three select List on this page. 1-Market Name Select List with Redirect 2-Customer Name Select List with Redirect 3-Contect Person when i select market Name then Respective Customer name is select In t