L lomokev Established Member โ 20 โ Impact 1 Apr 22, 2005 824 views 1 reply #1 i am using the this code on form buttons as links to other pages: window.location.href="mypage.php"; but using the window.location.href= method how do i target the link at a specific frame of the _parent frame?
i am using the this code on form buttons as links to other pages: window.location.href="mypage.php"; but using the window.location.href= method how do i target the link at a specific frame of the _parent frame?
G genious Account Closed Impact 0 Apr 27, 2005 #2 Instead Of window.location.href = "mypage.php"; try using window.parent.locaton = "mypage.php";