F
fniles
In my ASPX page I included the following iframe:
<iframe align="right" marginWidth="0" marginHeight="0"
src="http://ipaddress/mywebsite/mypage.aspx" frameborder="0" scrolling="no"
width="218" height="200"></iframe>
Because of that, anybody can copy and paste the above code and use
http://ipaddress/mywebsite/mypage.aspx in their page. Is there any way for
me to prevent unauthorized people to include
http://ipaddress/mywebsite/mypage.aspx in their page ?
Thank you.
<iframe align="right" marginWidth="0" marginHeight="0"
src="http://ipaddress/mywebsite/mypage.aspx" frameborder="0" scrolling="no"
width="218" height="200"></iframe>
Because of that, anybody can copy and paste the above code and use
http://ipaddress/mywebsite/mypage.aspx in their page. Is there any way for
me to prevent unauthorized people to include
http://ipaddress/mywebsite/mypage.aspx in their page ?
Thank you.