iFrame

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beulajo
    New Member
    • Nov 2009
    • 29

    iFrame

    I have so frames in my web page

    I just want to identify from where does the request come from

    Either from iframe or from Parent window

    Is it possible to find out??


    Thanks in advance
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Where do you want to do this identification?
    In the web browser (client side)? Or server side in your .NET code?

    If you want to do this server side it's going to be very hard to determine what iFrame the request came from. The server code has no control over determining "where" it is displayed.

    You may have to use a query string parameter to indicate where the page is being called from.

    -Frinny

    Comment

    Working...