欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

在Flash中添加“設(shè)為首頁”、“加為收藏”的方法

 更新時間:2007年03月20日 00:00:00   作者:  
如何?在Flash中實現(xiàn)“設(shè)為首頁”和“加為收藏”功能是使用Get URL結(jié)合JavaScript來實現(xiàn)的。
  設(shè)為首頁代碼:
on (release) {
getURL("javascript:void(document.links[0].style.behavior='url(#default#homepage)');void document.links[0].setHomePage('http://www.showhs.com/');", "_self", "POST");
}
  加為收藏代碼:
on (release) {
getURL("javascript:window.external.AddFavorite('http://www.dbjr.com.cn/','腳本之家')");

其實很簡單,就上面這么兩段代碼。。[Stage.showmenu=false] 

相關(guān)文章

最新評論