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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get dashboard parent URL from iframe

Status
Not open for further replies.

sbjerre

Programmer
Jun 28, 2004
4
DK
I've made some programming in .NET that i have to implement to a Sharepoint 2001 solution.

The .NET programming is placed on a dashboard using a Content Viewer (iframe), but I need to know the URL of the dashboard....

I've tried with the following javascript:

alert(window.parent.location);
alert(parent.document.location.url);

but in boths cases i got an javascript error:
'Access is denied'

How can i get the parent URL an iframe within a sharepoint 2001 dashboard?

Thanks

Soren Bjerre, Denmark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top