Error: uncaught exception: Permission denied to set property Window.frame_splited

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    Error: uncaught exception: Permission denied to set property Window.frame_splited

    I am getting this error in a Mozilla ..what causes this ?
    Basically i m setting this property to top, it is running in an application finely.
    But i am calling this application from another application then it is giving this error ...
    Could you please help me out ...?
    Last edited by dmjpro; Dec 5 '08, 04:40 AM. Reason: Misconception....!
  • clain
    New Member
    • Feb 2007
    • 79

    #2
    ha ha ... what application? where its being called? and what is the context? can you be a bit more brief while explaining.. so that we can help you.. your question is not clear...

    and about the error message...

    we get the same error message in various situations.. so we cant help.. unless we know where you are stuck up with..

    Comment

    • dmjpro
      Top Contributor
      • Jan 2007
      • 2476

      #3
      Thanks for your reply!!
      Both applications are web based. In an application somewhere inside a web page in the JavaScript part i am assigning a property to the predefined variable top.
      The application is working well....but in an another web application there are three frames in the top frame some welcome messages are there and in the bottom-right frame some gadgets are there .... and from the bottom-left frame an another application is being called then this problem is araised.
      Please help me out!

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Could it not just be a cross-domain access problem? Is the other application from another domain?

        A little code may help.

        Comment

        • dmjpro
          Top Contributor
          • Jan 2007
          • 2476

          #5
          Originally posted by acoder
          Could it not just be a cross-domain access problem? Is the other application from another domain?

          A little code may help.

          Aah ..... Right now I got it ... Most probably due to cross domain it's happening ... ;)

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            Well, now it's not most probably, it's definitely since you didn't deny it ;)

            Comment

            • dmjpro
              Top Contributor
              • Jan 2007
              • 2476

              #7
              Yeah i know .but that time most probably word came out ....
              After that the problem solved ..Thanks!

              Comment

              Working...