View All Fixtures & Results Via Fixture Live
View All Fixtures & Results Via South League
Http iframes are not shown in https pages in many major browsers. Please read this post for details.if (window.addEventListener) { window.addEventListener('message', function(e) { SHL.Iframe.resize(event); }, false); } else if (window.attachEvent) { window.attachEvent('onmessage', function(e) { SHL.Iframe.resize(event); }); }
(function (window, undefined) {
window.SHL = window.SHL || {};
SHL.Iframe = { resize: function(event) { if (event.origin === 'https://www.south-league.com') { var data = JSON.parse(event.data), id = data['iframe'] || data['id']; var ifr = document.getElementById(id); if (ifr && data['height']) { ifr.style.height = data['height'] + 'px'; } } } }
})(this);