Hi experts
I´m trying to embedding the VA Exploration in an IFRAME using at this code
<!DOCTYPE html>
<html><body>
<iframe src="demo_iframe.html" name="iframe_a" width="100%" height="600" border="6" ></iframe>
<p><a href="http://sasva.demo.sas.com/SASVisualAnalyticsExplorer?saspfs_request_path_url=SBIP://METASERVER/Orion... target="iframe_a">
Link to open an Exploration</a></p>
</body>
</html>
But after login into web page, the VA Exploration don´t shown in an IFRAME
