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 = 'http://mysite/people/message.aspx';parent.window.frames.location = 'http://mysite/activities/notes.htm';} window.onload = updateWindow;

Is the update script being called from a page that is being updated
if so
page 1 should update page 2 first then page 1,
page 2 should update page 1 first then page 2,
if the page updates itself, the script stops, because the page with the script is no longer current

think I have my head around it

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.