Cocktail Culture has made its way to Connecticut, and we are so happy that it has. We are finally embracing all the hidden mysteries that bartenders have to offer. Give a bartender a shaker and unlimited ingredients and watch them work their magic. With the world...
Over the last 30+ years, Gateway Limousine’s core value has always been about creating the best experience for our customers. Every decision we make is based on how this will make our customer experience a better one. We are committed to delivering personalized and...
We can take care of that for you Need to get someplace, or get home? Need us to pick something up? Gateway Limousine is still open, and our Black car service is still running. We will drive you there. (203) 753-5466 www;GatewayLimos.com Contact Us Gateway Limousine |...
We want to let you know that we are sympathetic to all the brides and grooms out there that have had to change their wedding date. We know that you have put a lot of time, energy, emotion and money into planning your perfect day. None of us ever imagined that...
A Message from Mark DiChiara on how Gateway Limousines is working to protect their clientele from Coronavirus. At Gateway Limousines we know the threat of COVID-19 (Coronavirus) is on everyone’s mind, and it is difficult to determine the true risks involved.You’re not...
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);
};