Showing posts with label html-frame. Show all posts
Showing posts with label html-frame. Show all posts

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";
}