13种博客代码让你的博客变身

      我的程序空间 2006-10-29 18:4
一 、 点击即可把你的网站添加到浏览器的收藏菜单下
            <span style="CURSOR: hand"
            onClick="window.external.addFavorite('你的域名','你的网站名')"
            title="你的网站名">收藏本站</span>
           
二 、点击即可把你的网站设置为浏览器的起始页
            <span onclick="var
            strhref="/blog/window.location.href";this.style.behavior='url(#default#homepage)';this.setHomePage('你的域名');"
            style="CURSOR: hand">设为首页</span>
           
三 、浏览器的状态栏里出现一个字接一个字往左跑的欢迎语!
            <script language="Javascript">
            <!--
            function statusMessageObject(p,d) {
            this.msg = MESSAGE
            this.out = " "
            this.pos = POSITION
            this.delay = DELAY
            this.i = 0
            this.reset = clearMessage
            }
            function clearMessage() {
            this.pos = POSITION
            }
            var POSITION = 100
            var DELAY = 5
            var MESSAGE = "你要显示的文字,如:欢迎来到晓寒工作室 "
            var scroll = new statusMessageObject()
            function scroller() {
            for (scroll.i = 0; scroll.i < scroll.pos; scroll.i++) {
            scroll.out += " "
            }
            if (scroll.pos >= 0)
            scroll.out += scroll.msg
            else scroll.out =
            scroll.msg.substring(-scroll.pos,scroll.msg.length)
            window.status = scroll.out
            scroll.out = " "
            scroll.pos--
            if (scroll.pos < -(scroll.msg.length)) {
            scroll.reset()
            }
            setTimeout ('scroller()',scroll.delay)
            }
            function snapIn(jumpSpaces,position) {
            var msg = scroll.msg
            var out = ""
            for (var i=0; i<position; i++)
            {out += msg.charAt(i)}
            for (i=1;i<jumpSpaces;i++)
            {out += " "}
            out += msg.charAt(position)
            window.status = out
            if (jumpSpaces <= 1) {
            position++
            if (msg.charAt(position) == ' ')
            {position++ }
            jumpSpaces = 100-position
            } else if (jumpSpaces > 3)
            {jumpSpaces *= .75}
            else
            {jumpSpaces--}
            if (position != msg.length) {
            var cmd = "snapIn(" + jumpSpaces + "," + position + ")";
            scrollID = window.setTimeout(cmd,scroll.delay);
            } else {
            window.status=""
            jumpSpaces=0
            position=0
            cmd = "snapIn(" + jumpSpaces + "," + position + ")";
            scrollID = window.setTimeout(cmd,scroll.delay);
            return false
            }
            return true
            }
            snapIn(100,0);
            // -->
            </script>
点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看点击在新窗口中查看
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}