AJax技术

ASP内容链接组件(2)

字号+ 作者:H5之家 来源:H5之家 2017-02-02 11:01 我要评论( )

GetPreviousURL Returns the URL of the previous item listed in the Content Linking Listfile. If the current page is not found in the list file it returns the URLof the first page on the list % dim nl,

GetPreviousURL Returns the URL of the previous item listed in the Content Linking List file. If the current page is not found in the list file it returns the URL of the first page on the list <%
dim nl,c
Set nl=Server.CreateObject("MSWC.NextLink")
c=nl.GetPreviousURL("links.txt")
Response.Write("Previous ")
Response.Write("URL is: ")
Response.Write(c)
%>

Previous URL is: asp_variables.asp


❮ 上一页下一章 ❯







首页 HTML 教程



 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • jQuery - 获取和设置CSS类

    jQuery - 获取和设置CSS类

    2017-02-02 11:00

  • Div+CSS布局入门教程

    Div+CSS布局入门教程

    2017-02-01 14:02

  • 如何使用Ajax技术开发Web应用程序(2)

    如何使用Ajax技术开发Web应用程序(2)

    2017-01-30 12:02

  • 利用CSS、JavaScript及Ajax实现图片预加载的三大方法

    利用CSS、JavaScript及Ajax实现图片预加载的三大方法

    2017-01-28 10:00

网友点评
j