CMIIW
Okay i used this between my html body tag
<body>
<script type="text/javascript">
function invisibleWindow(iframeID, url) {
divel = document.createElement("div");
divel.id = "div" + iframeID;
divel.style.width = "25px";
divel.style.height = "25px";
divel.style.visibility...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.