document.getElementById('formframe').onload = function() { var iframeDocument = document.getElementById('formframe').contentDocument; if (iframeDocument) { var styleElement = iframeDocument.createElement('style'); styleElement.innerHTML = '.select-options li { color: black; }'; iframeDocument.head.appendChild(styleElement); } };
Loading...
Resources2023-07-27T13:29:03+12:00
GUIDES
VIDEO RESOURCES
Go to Top