Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing frames on diferent servers

Status
Not open for further replies.

berian

Programmer
Feb 14, 2001
5
DE
Hi everyone!

I´m programming an application that uses two frames being hosted in different servers. When I try to access the objects or functions of one of the frames from the other I get the following error message: "Access denied". Both servers are using the PWS from Microsoft on Windows 95.

Do anybody know hot to solve this problem?. Thanks a lot.
 
It can't be done! This is a security violation of the "Same Origin Policy". You can't even access the name of the document in one frame from another frame unless they are loaded from the same server. Check out:

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top