akhleshsrm 0 Posted June 1, 2016 Report Share Posted June 1, 2016 when we use target attribute in a anchor tag <a> we can use many target values like _blank,_parent. i want to know that when we use _parent target attribute ,it opens document in parent frame. here i am not understanding the term "parent frame'? what is a parent frame? Quote Link to post Share on other sites
Ingolme 1,019 Posted June 1, 2016 Report Share Posted June 1, 2016 If the link is inside a frame, then the link will open in the page that contains that frame. Quote Link to post Share on other sites
akhleshsrm 0 Posted June 1, 2016 Author Report Share Posted June 1, 2016 and how can we know about frames of a web page? Quote Link to post Share on other sites
Ingolme 1,019 Posted June 1, 2016 Report Share Posted June 1, 2016 It's mentioned in the HTML tutorial: http://www.w3schools.com/html/html_iframe.asp I recommend against using frames. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.