Home >Web Front-end >JS Tutorial >Native JS implements the code to add to favorites_javascript skills

Native JS implements the code to add to favorites_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:18:581246browse
Copy code The code is as follows:



< ;title>JSAdd to favorites

<script><br>function addfavorite()<br>{<br> if (document.all)<br> {<br> window.external.addFavorite('http://www.baidu.com','Favorite');<br> }<br> else if (window.sidebar)<br> {<br> window .sidebar.addPanel('Baidu', 'http://www.baidu.com', "");<br> }<br>}<br></script>

Add to favorites!


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