在一个ASP页面停留的多少时间的程序

2016-01-29 17:14 28 1 收藏

在一个ASP页面停留的多少时间的程序,在一个ASP页面停留的多少时间的程序

【 tulaoshi.com - ASP 】

  ASP Source Code:


----------------------------------------------------------------------
<% If Request.QueryString("time") = "" Then %
You haven't clicked on the link below yet.<BR
<% Else %
You spent <%= DateDiff("s", Request.QueryString("time"), Now()) %
seconds looking at the previous page.<BR
<% End If %
<BR
<A HREF="time.asp?time=<%= Server.URLEncode(Now())%"How long have I
spent on this page?</A<BR
<BR
This script passes the time in a QueryString parameter. You could
just as
easily store it in a session variable, log it to a database, or write
it to
a text file. It all depends upon what you intend to use the
information
for.

----------------------------------------------------------------------


ASP Source Code:


----------------------------------------------------------------------


<% If Request.QueryString("time") = "" Then %
You haven't clicked on the link below yet.<BR
<% Else %
You spent <%= DateDiff("s", Request.QueryString("time"), Now()) %
seconds looking at the previous page.<BR
<% End If %
<BR
<A HREF="time.asp?time=<%= Server.URLEncode(Now())%"How long have I
spent on this page?</A<BR
<BR
This script passes the time in a QueryString parameter. You could
just as
easily store it in a session variable, log it to a database, or write
it to
a text file. It all depends upon what you intend to use the
information
for.

 

来源:http://www.tulaoshi.com/n/20160129/1500738.html

延伸阅读
食物放在冰箱里冷冻,也是有保质期限的,那么 不同的食品能够冷冻多少时间? 请看下面的介绍: 红肉类:主要包括猪、牛、羊肉等。保质期为10—12个月。其中牛肉性质比猪、羊肉稳定,瘦肉比肥肉保存时间长一些。 禽肉类:鸡、鸭、鹅、鸽肉等。保质期比红肉类稍短,为8—10个月。 海鲜、河鲜类:包括鱼、虾、鳖、贝类等。由于...
标签: 分娩过程 分娩
自然分娩都要经历哪些过程 快要生了,准妈妈真是又兴奋又紧张!但准妈妈们对自然分娩的过程并不了解,自然分娩究竟有哪些过程,分娩过程中真的有那么痛吗?准妈妈要注意哪些事项?为了母婴的健康,在此之前准妈妈需要做好哪些准备呢?选择自然分娩的准妈妈们,你做好准备了么?一起来看看自然分娩的过程都有哪些吧。 在分娩之前,往往出现一些预示...
标签: 分娩过程 分娩
预测分娩时间有新法 ????据新华社讯英国利兹大学的科学家研究出一种新测试方法,可以通过分析孕妇子宫内肌肉运动产生的电信号,提前几天甚至两周预测出准确的分娩时间。 据此间媒体报道,利兹大学的科学家说,在分娩前几周,孕妇子宫内的肌肉会开始产生特殊的舒张与收缩运动,并积聚特定的电信号。科学家对60名孕妇进行了试验,试验时将一...
微女郎审核多少时间   微女郎审核多少时间 一般都是七天左右,以下是官方回复: 需要按照规定条件提供认证所需个人详细资料及照片,我们将在一个工作日内完成认证工作。审核失败即认证失败,会有系统消息通知您, 并指出可能是何原因导致。 未通过审核多久可以再次申请 一般未通过审核的用户一定是没有满...
标签: ASP
  下一步是将VBScript对象中的所有代码拷贝出来并粘贴到新工程向导所显示的类窗口中去.只要拷贝从"class DBConnection"到"end class"之间的代码.在粘贴完代码以后,在属性窗口中将类的名字改成DBConnection,如图C所示. 同时将MTSTransactionMode改成3(使用事务处理过程).我们没有必要为这个对象添加任何为支持事务处理(trans...

经验教程

829

收藏

36
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部