Home >Web Front-end >HTML Tutorial >The difference between the name and id of the a tag pointing to the iframe_HTML/Xhtml_Web page production

The difference between the name and id of the a tag pointing to the iframe_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:39:311828browse

Copy code
The code is as follows:

The target of the a tag above points to the iframe named myFrameName. It is not suitable to use Id for pointing. Target, if target="myFrameId" is only supported by new versions of Chrome and Opera, it will not take effect in IE10 or FF.

A small detail that took a lot of time.
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn