用按钮实现加入收藏夹及主页,简单实用 - 中国WEB开发者网络 (http://www.webasp.net) -- 网页特效 (http://www.webasp.net/javascript/) --- 用按钮实现加入收藏夹及主页,简单实用 (http://www.webasp.net/javascript/1/477.htm) |
| -- 发布日期: 2005-06-13 |
| <!-- 网页特效代码由[中国WEB开发者网络:http://www.ChinaWebDev.com]提供! --> <!-- 要实现此效果需要 1 个步骤: --> <!-- 第 1 步: --> <!-- 把下面的代码加到<BODY></BODY>区域中: --> <INPUT TYPE="button" VALUE="把本站设为首页" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://www.1stscript.com');"><BR> <INPUT TYPE="button" VALUE="添加到收藏夹" onClick="window.external.AddFavorite(parent.location.href, document.title);"> |
| webasp.net |