Should this work to reload these two iframes? I'm having an issue where if I do an update to the actives iframe after doing an update to the message iframe, the actives frame does not update. Trying to figure out what is causing this.
function updateWindow() {parent.window.frames.location = '';parent.window.frames.location = '';} window.onload = updateWindow;