Contact Information
74 Mattatuck Heights,
Waterbury, CT 06705.
Phone: (203) 753-5466
Fax: (203) 757-2622
info@gatewaylimos.com
Waterbury, CT 06705.
Phone: (203) 753-5466
Fax: (203) 757-2622
info@gatewaylimos.com
function onMessage(messageEvent) { /* messageEvent.origin: Protocol and domain origin of the message messageEvent.data: Message itself messageEvent.source: Window proxy object, useful to post a response */
console.log(messageEvent.data); window.location = messageEvent.data["gotourl"];
}
var windowProxy; window.onload=function(){ // Create a proxy window to send to and receive // messages from the iFrame windowProxy = new Porthole.WindowProxy( 'https://rates.limo/code/porthole/proxy.html', 'guestFrame');
// Register an event handler to receive messages; windowProxy.addEventListener(onMessage); };