function loadExternalSite(e) {
var socket = new easyXDM.Socket({
remote: e,
container: CBkExternalSite.GetMainElement().id,
props: {
style: {
width: "100%",
height: "100%"
}
},
onMessage: function (message, origin) {
if (message == "READY") {
LoadingPanel.Hide();
} else {
alert("Received '" + message + "' from '" + origin + "'");
}
}
});
}
Listen.... I'm willing to pay someone with experience with this library to help me out! ANYONE out there????
On Thursday, May 29, 2014 4:05:19 PM UTC-5, swe...@gmail.com wrote
--
You received this message because you are subscribed to the Google Groups "easyxdm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to easyxdm+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.