Hi,
When I disable the RemoveScripts and EncodeScripts filters and paste the following javascript to the RAD editor:
I get the "Permission denied" error in the "telerik.web.ui.webresource.axd" file when using the IE 8 browser. In other browsers this script is successfully executed without any errors.
Please provide me with a workaround and reason for this.
Best regards,
Vitaliy
When I disable the RemoveScripts and EncodeScripts filters and paste the following javascript to the RAD editor:
<script type=
"text/javascript"
>
document.write(
'test'
);
</script>
I get the "Permission denied" error in the "telerik.web.ui.webresource.axd" file when using the IE 8 browser. In other browsers this script is successfully executed without any errors.
Please provide me with a workaround and reason for this.
Best regards,
Vitaliy