I have a list of iframe videos in my webpage.
Reload all iframes again to stop videos
Stop all videos function stop(){ var iframe = document.getElementById('youriframe'); iframe.src = iframe.src; }