ASP.NET app running in PeopleSoft IFrame - problem

Posted by EWizard on Stack Overflow See other posts from Stack Overflow or by EWizard
Published on 2010-06-03T12:55:09Z Indexed on 2010/06/03 16:34 UTC
Read the original article Hit count: 210

Filed under:
|

I have a .NET app running inside a Peoplesoft web portal IFrame. What I need to do is get the URL of the portal (parent) that called my .NET app. So far I've tried to get the URL inside my c# code using Request.Url.AbsoluteUri but this is not working.

I'm assuming I will have to do this in JavaScript, or is it possible to get the browser's URL inside my c# code? Thanks in advance.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about PeopleSoft