Tips for a Safe & Fun Prom Night Prom Night is a rite of passage, and for many, the most amazing experience a teenager will have during their high school days. Unfortunately, this night can also become a nightmare for many families. Did you know… 54% of students...
Mother’s Day is the one day of the year that we all go the extra mile to make the mothers in our lives feel extra special. Connecticut has a lot to offer this year and we know you want to make it a special day for her. If you need some ideas on WHAT to do with the...
We know the last few weeks have stunned all of us. It seems that things change by the day. We also know that life hasn’t just stopped for many of you. Gateway Limousine is first and foremost a transportation company. Our black car service is still running,...
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);
};