how to pass parameter from child window to parent window from two different domains

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sindhureddy
    New Member
    • Jan 2013
    • 1

    how to pass parameter from child window to parent window from two different domains

    I need to pass parameters from child window to parent window.But they are in two different domains
  • Anas Mosaad
    New Member
    • Jan 2013
    • 185

    #2
    I suspect that you are trying to call JS from a an IFrame. You may call
    Code:
    parent.YOUR_FUNCTION

    Comment

    • Rabbit
      Recognized Expert MVP
      • Jan 2007
      • 12517

      #3
      If you are trying to do cross domain scripting, that is a security issue and is usually not allowed.

      Comment

      Working...