Hello
Can anyone here please guide me with the Cross Domain Communication between IFrames.
Problem:
Application1 running on IIS => http://localhost.ad.lo cal/Applicaiton1
Application2 running on Apache => http://localhost.ad.lo cal:8080/Application2
The Application2 is being loaded in an IFrame inside Application1; and there needed a communication beetween the two Applications. With IE my application works but with FireFox it doesnt.
I have tried with several available tips like changing the document.domain property etc., but it doesnt seems to work. I am not able to get the objects from Application2 which is in an IFrame.
Can anyone please guid me with this issue.
Thanks & regards,
Hash
Can anyone here please guide me with the Cross Domain Communication between IFrames.
Problem:
Application1 running on IIS => http://localhost.ad.lo cal/Applicaiton1
Application2 running on Apache => http://localhost.ad.lo cal:8080/Application2
The Application2 is being loaded in an IFrame inside Application1; and there needed a communication beetween the two Applications. With IE my application works but with FireFox it doesnt.
I have tried with several available tips like changing the document.domain property etc., but it doesnt seems to work. I am not able to get the objects from Application2 which is in an IFrame.
Can anyone please guid me with this issue.
Thanks & regards,
Hash
Comment