Dear all,
I am using iframe within classic asp web page and iframe calls aspx webpages. I would like to enquirer, how can I authenticate the iframe url, from being hacked inside the classic asp webpage. Can I use session_id field from the database server to match
session between the classic asp page and aspx page?
classic asp web page
<div id="content">
<br class="Clear all" />
<div class="border">
</div>
<!--Ifrane goes here-->
<iframe src="http://####.#####.com/testCode.aspx"frameborder="No" scrolling="no" width="100%" height="900" id="iFrame" vspace="10"></iframe>
</div> <!-- end of content div-->
Any help (example) or framework, would be most appreciated.
Many thanks
Go to the complete details ...