document.getElementById('iframe_id').src = 'newpage.html
iframe_id = The ID for the IFrame
newpage.html = The page that you want to load into the IFrame
document.getElementById('iframe_id').src = 'newpage.html
iframe_id = The ID for the IFrame
newpage.html = The page that you want to load into the IFrame