<apex:page >
<script
type="text/javascript">
function loginBySessionId()
{
var ax=
document.getElementById("ax");
ax.SessionId =
'{!$Api.Session_ID}';
ax.ServerUrl
=
'{!$Api.Enterprise_Server_URL_210}';
ax.loginBySessionId();
}
</script>
<object
id="ax"
classid="clsid:47848588-ECC3-41A7-B4E1-593E48333680"></object>
<script
type="text/javascript">
loginBySessionId();
</script>
</apex:page>