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...
Football season is in full steam. When you’re heading to the game with a group of friends, why not go safely and in style in one of Gateway Limousine’s limo buses? Greetings! 3 reasons you should consider a party bus for your next tailgating trip: 1.You won’t have to...
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);
};