2

i just want to refresh an applet without reloading the whole page in asp.net using javascript. I tried document.applets.view.refresh() and kept this <param name='cache_option' value='no'> line in applet code. In both the cases i'm failed. can anyone help me with this. Thanks in advance

1 Answer 1

1

It will fail unless you have a cross-domain.xml that allows it

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
 <allow-access-from domain="*"/>
</cross-domain-policy>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.