rakesh2kumar
Compromised account
- Nov 24, 2022
- 88
- 22
I just need to know about all these targets. how we use them ?
I got this point , but still i want to know about parent window and topmost window....This is what decides where the new page will open once the user clicks on the link. Out of these all only two are more important -
1) If you want the new page to open in the same browser window, then select (_self) or even leave it none.
2) If you want the new page to open in the new tab of the same browser then select (_blank) - I use this a lot.