Greetings!Whether it’s a small or large group, Gateway Limo has an entire fleet of vehicles that are perfect for spending a day this fall visiting some of the wonderful wineries around Connecticut.Let Gateway Limousine treat you to a truly unique and memorable...
Even if you’re not into getting darker and spending hours under the sun, summer is still a crowd favorite, and for good reason. With such great temperatures at your fingertips, summer sports are a good excuse to enjoy the outdoors to the fullest. Of course, you’ll...
It’s safe to say that the 4th of July is truly a special occasion for everyone, and there are tons of ways to celebrate and commemorate the day. Of course, you might just have in mind to relax alone at home or catch up on a couple of hours of sleep. However, for those...
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
*/
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);
};