Home >Web Front-end >HTML Tutorial >Why does it open a new window when it should be displayed in the active frame? _html/css_WEB-ITnose
I let the link display in the active frame:
1. Inserted the active frame and set the id.
2. The text link set the link address, target="id"
But when browsing When I click a text link in the browser, it opens a new window instead of displaying it in the active frame of this page. I don't know why? I am a newbie, please give me some advice.
It should be the name attribute
http://www.w3school.com.cn/tags/att_a_target.asp
Changing the name won’t work, just open a new window
Send your code