设为主页的脚本代码是什么?
发布网友
发布时间:2022-04-29 19:00
我来回答
共3个回答
热心网友
时间:2022-04-24 10:59
<a href="javascript:void(0)" onclick="window.external.AddFavorite(location.href,document.title)" >加入收藏</a>
<a href="javascript:void(0)" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage(location.href);">设为首页</a>
你说的问题确实是有点看不懂... dw中输入设为主页, 没写标签??
而且上面的代码放入链接中, 是什么意思?
难道你是这么写的? <a href="this.setHomePage ('http://www.aaa.com')"><a>
方便的话截图吧, 或者你直接把上面那个代码粘贴进去就好了追问把上面的这段代码放入dw的代码编辑中,那么设计中就会出现“设为首页”,但是它并不是我想要的位置。我是想先把“设为首页”固定在一个位置,然后再用脚本代码来执行。
追答你平时怎么设置位置的, 现在还怎么设置,
这段代码没有任何干扰到样式的地方, 你就当作你平时用dw生成的一个链接, 只是多了设为主页的功能
热心网友
时间:2022-04-24 12:17
设为首页代码:
<a style=cursor:hand onclick=this.style.behavior='url(#default#homepage)';this.setHomePage(' http://XXX.com')>设为首页</a>
加入收藏代码:
<a target=_top href=javascript:window.external.AddFavorite(' http://XXX.com','个人主页')>加入收藏</a>
热心网友
时间:2022-04-24 13:52
设为主页代码:
<a href="#" style=cursor:hand onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.baidu.com')">
设为主页</a>