Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
we are intregating some 3rd party services in our site. For this;
in our website there is page which has a iframe we are gonna get webpage from other website in that frame.
our website implements Ticket based forms authentication.
for authorization we use url authorization ie we specify folder location in web.config file. If the issue is of URL authorization,
how to provide URL for other website page?
The problem is other website page doesn't get displayed / loaded in our website. If we do intregation in a separate project it works fine.
Following is the message what we found when did inspect element for iframe:

<iframe width="400" height="400" frameborder="0" src="xyz.aspx">
Frames are currently disabled or not supported by your browser.  Please click <A HREF="xyz.aspx">here</A> to continue ....
</iframe>


thanks in advance
Posted
Updated 3-Jul-11 20:20pm
v2

1 solution

Looks like you're disabling frames.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900