


Imperial CMS implements methods of adding to favorites and setting as homepage
The example in this article describes the method of adding to favorites and setting as homepage in Imperial CMS. Share it with everyone for your reference. The specific implementation method is as follows:
Add to favorites, set as homepage code, compatible with IE, Firefox, Google and other browsers, copy the following code to the place where it needs to be displayed:
The code is as follows :
<a onclick="SetHome(window.location)" href="javascript:void(0)">设为首页</a></p> <p> <a onclick="AddFavorite(window.location,document.title)" href="javascript:void(0)">加入收藏</a>
Copy the following JS code to anywhere on the page:
Recommended to study "Empirecms Tutorial"
The code is as follows:
<script type="text/javascript" language="javascript"> function AddFavorite(sURL, sTitle) { sURL = encodeURI(sURL); try{ window.external.addFavorite(sURL, sTitle); }catch(e) { try{ window.sidebar.addPanel(sTitle, sURL, ""); }catch (e) { alert("加入收藏失败,请使用Ctrl+D进行添加,或手动在浏览器里进行设置."); } } } //设为首页 function SetHome(url){ if (document.all) { document.body.style.behavior='url(#default#homepage)'; document.body.setHomePage(url); }else{ alert("您好,您的浏览器不支持自动设置页面为首页功能,请您手动在浏览器里设置该页面为首页!"); } } </script>
I hope this article will be helpful to everyone’s Imperial CMS website building.
The above is the detailed content of Imperial CMS implements methods of adding to favorites and setting as homepage. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

Dreamweaver CS6
Visual web development tools