JPByD 0 Newbie Poster

I have an existing project developed in C#. The project now has potential to be viewed within a frame on another site - developed in another technology - which is why the frame solution is better than incorporating into the other site. If the other site is used, I need to focus my page on an anchor identified in the url of the parent page.

My question: is it possible to test if the page is being viewed in a frame? If so, what control/tag do I use to test with? I have been testing page.parent, but, it does not seem to be accessing any elements outside of the page.

Any help would be appreciated.

Thanks,

JPByD