Js display time js display last modification time

Source: Internet
Author: User

This instance displays the last modification time of the webpage file. First, add a text box control on the page, and then create a function using javascript to call the lastModified attribute of the document Object in the function, then, the last modification time of the file is displayed in the text box of the page. You can view the Update Time of the webpage in this way.
Implementation Process:
1. Compile a UDF with the following code:
Copy codeThe Code is as follows:
<Script language = "javascript">
Function alterdate ()
{
Document. form1.textfield. value = document. lastModified;
}
</Script>

2. Add the HTML code of the page and call the alterdate () function in the onLoad event of the body. The Code is as follows:
Copy codeThe Code is as follows:
<Body onLoad = "alterdate ();" background = "temp. JPG">
<Form name = "form1" method = "post" action = "">
<Center>
<P> <font color = "# FF0000" face = "" size = "4"> the last time this file was modified: </font> </p>
<P>
<Input type = "text" name = "textfield">
</P>
</Center>
</Form>
</Body>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.