Hi friends so many time we found that while browsing video or other objects the white or black box sticks on the screen.
After googling this on internet and in my mind as well i found this workout..
This issue basically found in iframe or div objects so whenever it seems on your browser the following tip can solve your problem.
After googling this on internet and in my mind as well i found this workout..
This issue basically found in iframe or div objects so whenever it seems on your browser the following tip can solve your problem.
<html> <iframe id="iFrameId"> </iframe> <script>
</script> </html>window.onbeforeunload = function() { document.getElementById("iframeordivID").style.visibility = "hidden"; }
Happy javaScripting...!
This comment has been removed by the author.
ReplyDelete