Difference in _parent and _self targets | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Difference in _parent and _self targets

..

8th Sep 2017, 2:09 PM
Shweta Maurya
Shweta Maurya - avatar
2 Answers
+ 4
"_self Opens the linked document in the same frame as it was clicked (this is default) _parent Opens the linked document in the parent frame" It worked the same for both because the self was also the parent. Otherwise, _self would launch from that relative frame, whereas the _parent will always launch from the parent frame.
8th Sep 2017, 2:14 PM
AgentSmith
+ 1
I am quite confused .. both seem to work as same
8th Sep 2017, 2:10 PM
Shweta Maurya
Shweta Maurya - avatar