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

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

 更新時(shí)間:2007年03月20日 00:00:00   作者:  
如何?在Flash中實(shí)現(xiàn)“設(shè)為首頁(yè)”和“加為收藏”功能是使用Get URL結(jié)合JavaScript來(lái)實(shí)現(xiàn)的。
  設(shè)為首頁(yè)代碼:
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/','腳本之家')");

其實(shí)很簡(jiǎn)單,就上面這么兩段代碼。。[Stage.showmenu=false] 

相關(guān)文章

最新評(píng)論