Label Cloud

Tuesday, December 16, 2008

Blogger Droplist

  首先感谢来自火星的一只河蟹的博主(blogspot.com),以及四年大学+三年研究生的博主(hi.baidu.com),前者提供了如何实现Blogger Droplist的方法,后者则彻底地解决了空链接跳转的大问题。我们才有了如下完美的Related Links,成品请看本人博客边栏,谢谢。
  对两位博客达人作出的贡献,在下表示万分的感谢。
  另把代码粘贴出来:
       English version: First I'd like to thank the host of the blog: a hexie comes from mar (blogspot.com), and the 4 years' unversity plus 3 years' graduate, first one told me how to add the blogger droplist, and the later one solved the blank link jumping problem. Final, we got the perfect "Related Links" function, you can see it on my sidebar of my blog, and you can get the code below.
       Thanks for the two top guys in blogger technology.
<!--BEGIN dropdownlist-->
<script language="JavaScript">function selectOption(selObj)
{
if(selObj.options[selObj.selectedIndex].value){
window.open(selObj.options[selObj.selectedIndex].value);
}</script>
<select onchange="selectOption(this)" style="background: #DBE2ED; color: #333399">
<option value=""/> -- 我链接的Bloggers --
<option value="http://newinlinux.blogspot.com/"/>Google,Linux and Internet
<option value="http://newinwindows.blogspot.com/"/>Soft and skill in Windows
<option value="http://unworth-carlos.blogspot.com/"/>一切都是不值得
<option value="http://mansonkin.blogspot.com/"/>嘿,这是生活……
<option value="http://www.bymao.cn/"/>小毛的博客
<option value="http://bamanzi3.blogspot.com/"/>巴蛮子的新万花筒
<option value="http://slqqqq.blogspot.com/"/>来自火星的一只河蟹
<option value="http://gjtlove.blogspot.com/"/>网络资源,免费赚钱
<option value="http://hi.baidu.com/dandandewo/blog/"/>☆兲使 ^ō^ 疍疍☆
<option value="http://hi.baidu.com/cnjsp/"/>大学四年+硕士三年
<option value="http://hi.baidu.com/eatme/"/>吃了我也可以
<option value=""/> -- 网络工具 --
<option value="http://delicious.com/carlosloveleo/"/>delicious书签
<option value="https://twitter.com/carlosloveleo/"/>My Twitter
<option value="http://www.huoxingyu.com/"/>火星文官方网站
<option value="http://www.iciba.com/"/>爱词霸
<option value="http://www.coobai.com/"/>酷摆无名代理
<option value=""/> -- Linux --
<option value="http://www.gnomefiles.org/"/>Gnomefiles.org
<option value="http://www.linuxgem.org/"/>LinuxGem
<option value="http://linuxtoy.org/"/>LinuxTOY
<option value="http://sourceforge.net/"/>Sourceforge.net
</select>
<!-- END dropdownlist -->

No comments: