由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 怎样在网页上获得系统时间?
相关主题
如何作个模板我是怎样维护和制作这个站点的[转载]
About "include"
请问:这样的功能的网页一般用啥写?在Apache_Win32中如何设置cgi-bin呀
请推荐一个制作网页的软件,如以前的frontpage.how to invoke cgi in html?
helplogoff/logout怎么实现?
Dreamweaver + SFTP configuration?CSS是什么东西
Anyone has experience on vBulletin?紧急求救!!!怎么在SGI上publish web啊?
Still not working.. Re: 网页编码问题请教这种效果是怎么做的?
相关话题的讨论汇总
话题: last话题: modified话题: server话题: 怎样话题: 获得
进入BuildingWeb版参与讨论
1 (共1页)
j***y
发帖数: 2074
1
我想在主页上加一条“Last modified at ...”的话,
可是怎样获得系统时间呢?
谢谢。
k*****y
发帖数: 221
2
简单的做法:
javascript:
document.lastModified

【在 j***y 的大作中提到】
: 我想在主页上加一条“Last modified at ...”的话,
: 可是怎样获得系统时间呢?
: 谢谢。

c*****t
发帖数: 1879
3
Check your web server's documentation on Server Side Include (SSI)

or

you could also configure the output format.

【在 j***y 的大作中提到】
: 我想在主页上加一条“Last modified at ...”的话,
: 可是怎样获得系统时间呢?
: 谢谢。

j***y
发帖数: 2074
4
thanks for these cool and simple methods. :)

【在 c*****t 的大作中提到】
: Check your web server's documentation on Server Side Include (SSI)
:
: or
:
: you could also configure the output format.

j***y
发帖数: 2074
5
thank you, done already.
this method is also effective. :)

【在 k*****y 的大作中提到】
: 简单的做法:
: javascript:
: document.lastModified

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
这种效果是怎么做的?help
SSI support of Apache Server under NT4.0?Dreamweaver + SFTP configuration?
???post variables in php (or javascript)Anyone has experience on vBulletin?
A javascript questionStill not working.. Re: 网页编码问题请教
如何作个模板我是怎样维护和制作这个站点的[转载]
About "include"
请问:这样的功能的网页一般用啥写?在Apache_Win32中如何设置cgi-bin呀
请推荐一个制作网页的软件,如以前的frontpage.how to invoke cgi in html?
相关话题的讨论汇总
话题: last话题: modified话题: server话题: 怎样话题: 获得