原来ZBLOG提供了种类文章列表的JS调用功能,以前也没看到说明里说明,在论坛上也没看到相关的帖子,以为ZB没有JS调用的功能,今天星铃丹请我帮她修改留言调用列表,我才知道,原来ZBLOG提供了种类文章列表的JS调用功能.

现在 把几个调用公布一下,以便其它朋友使用.

从星铃丹的博客里我看到以下几个JS调用.

最新日志: <script language="JavaScript" charset='utf-8' src="http://blog.yyld.net/function/c_html_js.asp?include=previous" type="text/javascript"></script>

最新评论:  <script language="JavaScript" charset='utf-8' src="http://blog.yyld.net/function/c_html_js.asp?include=comments" type="text/javascript"></script>

滔滔饭否(留言本):  <script language="JavaScript" charset='utf-8' src="http://blog.yyld.net/function/c_html_js.asp?include=guestcomments" type="text/javascript"></script>


其它更多调用代码等我晚上回去研究一下代码再说吧,嘿嘿...

今天帮灵丹修改留言列表时,发现了其它的列表调用函数:现在总结罗列一下:

最新日志: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=previous

最新评论: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=comments

最新留言: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=guestcomments

站点统计: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=Statistics

文章归档: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=Archives

最新引用: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=TrackBacks

网站目录: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=Catalogs   (这个不知道为什么没效果)

日历: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=Calendar

作者列表: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=Authors

标签列表: <#ZC_BLOG_HOST#>function/c_html_js.asp?include=Tags

如果要测试的话,可以用以下代码试一下吧,显示的是我博客上的文章,复制以下代码,保存成HTML文件,用IE运行就可以

<BR>站点统计: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=Statistics<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=Statistics" type="text/javascript"></script>

<BR><BR>文章归档: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=Archives<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=Archives" type="text/javascript"></script>

<BR><BR>最新日志: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=previous<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=Previous" type="text/javascript"></script>

<BR><BR>最新评论: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=comments<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=Comments" type="text/javascript"></script>

<BR><BR>最新留言: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=guestcomments<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=GuestComments" type="text/javascript"></script>

<BR><BR>最新引用: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=TrackBacks<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=TrackBacks" type="text/javascript"></script>

<BR><BR>网站目录: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=Catalogs   (这个不知道为什么没效果)<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=Catalogs" type="text/javascript"></script>

<BR><BR>日历: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=Calendar<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=Calendar" type="text/javascript"></script>

<BR><BR>作者列表: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=Authors<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=Authors" type="text/javascript"></script>

<BR><BR>标签列表: &lt;#ZC_BLOG_HOST#&gt;function/c_html_js.asp?include=Tags<BR>
<script language="JavaScript" charset='utf-8' src="http://www.qihow.com/blog/function/c_html_js.asp?include=Tags" type="text/javascript"></script>
<BR>


 



原创文章如转载,请注明:转载自郑州SEO_郑州百度网站优化公司
原文地址:http://www.qihow.com/blog/wangluo/99.html