The target problem of a tag

want to click on multiple links and open them in the same tab page with the following code:

    <a href="aaa.jsp" target="xxx">xxx</a>
    <a href="bbb.jsp" target="xxx">xxx</a>

but there is a problem. If aaa.jsp and bbb.jsp have redirects, target will fail. Clicking on the link will still open a new window. Could you tell me how to solve this?

Thank you.

Mar.25,2021

Why don't you use js to nest in this tab page, the tag iframe

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ea84-4f095.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ea84-4f095.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?