Monday, January 18, 2010

Target other frame using javascript

Change(move) other frame's page from one child frame.

function moveFramePage() {
    parent.other_frame_name.location = "http://target_page.html";
}

No comments:

Post a Comment