Jul 25, 2002 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 how do i redirect to the parent page when using frames
Jul 31, 2002 #2 johndayo Programmer Joined May 22, 2002 Messages 11 Location GB If i understand correctly, use this ... <a href="parent_page.html" target="_top">Parent Page</a> This will go to the page breaking out of the frameset. Cheers Dayo Upvote 0 Downvote
If i understand correctly, use this ... <a href="parent_page.html" target="_top">Parent Page</a> This will go to the page breaking out of the frameset. Cheers Dayo