Hi all,
We are using Radhtmlplaceholder in our Silverlight application. The SL plug in in this case uses all the available space of the browser. The Radhtmlplaceholder only uses 300px x 300px. Now, if I navigate to a page like this
in the Radhtmlplaceholder control I have 2 issues:
Gregory
We are using Radhtmlplaceholder in our Silverlight application. The SL plug in in this case uses all the available space of the browser. The Radhtmlplaceholder only uses 300px x 300px. Now, if I navigate to a page like this
<html> |
<head> |
<script LANGUAGE="JavaScript" type="text/javascript"> |
if(window != top){ |
top.location.href = location.href; |
} |
</script |
</head> |
<BODY> |
<h1>TESTING PAGE</h1> |
</BODY> |
</html> |
in the Radhtmlplaceholder control I have 2 issues:
- The content are not displayed within the Radhtmlplaceholder control but replace the content of the whole page.
- There is a potential security issue as I can access stuff from the page hosting the SL plug in and even worse I could dive into the Silverlight app itself.
Could someone help with this?
Best regards,Gregory