frameset issue

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arvind P Rangan

    frameset issue

    hi all,

    I have an aspx page in one frame and asp page in another.
    when i try to change the src of the frame via code it says permission
    denied.

    if anyone has come accross such problem please let me know. it has become a
    process stopper.

    Thanks
    Arvind.


  • Ignacio Machin \( .NET/ C#  MVP \)

    #2
    Re: frameset issue

    Hi,

    IMO it has nothing to do with the fact that one is aspx and the other is
    asp, are they coming from the same server?

    maybe what you have is a cross domain scripting issue

    Cheers,

    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation



    "Arvind P Rangan" <arvind99@hotma il.com> wrote in message
    news:%23h872uN7 EHA.3336@TK2MSF TNGP11.phx.gbl. ..[color=blue]
    > hi all,
    >
    > I have an aspx page in one frame and asp page in another.
    > when i try to change the src of the frame via code it says permission
    > denied.
    >
    > if anyone has come accross such problem please let me know. it has become
    > a
    > process stopper.
    >
    > Thanks
    > Arvind.
    >
    >[/color]


    Comment

    • Dimitri Glazkov

      #3
      Re: frameset issue

      Arvind,

      What you are seeing is a cross-frame security mechanism in action. Take a
      look at this KB article:



      Are pages that you described coming from different domains?

      :DG<

      "Arvind P Rangan" <arvind99@hotma il.com> wrote in message
      news:%23h872uN7 EHA.3336@TK2MSF TNGP11.phx.gbl. ..[color=blue]
      > hi all,
      >
      > I have an aspx page in one frame and asp page in another.
      > when i try to change the src of the frame via code it says permission
      > denied.
      >
      > if anyone has come accross such problem please let me know. it has become
      > a
      > process stopper.
      >
      > Thanks
      > Arvind.
      >
      >[/color]


      Comment

      Working...