Celebrate Dads and Grads with Amazing Deals
Posted by csc_admin on Jun 16th 2023
let iframe = document.querySelector("#dads-ad");
window.addEventListener('message', function(e) {
// message that was passed from iframe page
let message = e.data;
iframe.style.height = messa
… read more