设为首页、加入收藏案例
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
?
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
?设为首页、加入收藏案例
</title>
??? <script type="text/javascript" language="javascript">
??????? function AddFavorite(sURL, sTitle)
??????? {
??????????? try
??????????? {
??????????????? window.external.addFavorite(sURL, sTitle);
??????????? }
??????????? catch (e)
??????????? {
??????????????? try
??????????????? {
??????????????????? window.sidebar.addPanel(sTitle, sURL, "");
??????????????? }
??????????????? catch (e)
??????????????? {
??????????????????? alert("加入收藏失败,请使用Ctrl+D进行添加");
??????????????? }
??????????? }
??????? }