iframe refresh

[email protected] Thu, 10 Apr 2014 09:48:12 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.xpfe
Message-ID <[email protected]>
Is there a way to refresh the contents of an iframe? I tried document.getElementById("iframeid").setAttribute("src","website_url"); but it didn't work.