Web page production of the source code three

Source: Internet
Author: User
Tags add window
Web page
★ Add Close this window button in the webpage

As long as the 〈/html〉 or 〈/script〉, press Enter the following code.

〈script language= "JavaScript"

function Shutwin () {

Window.close ();

return;}

〈/script〉

〈a href= "Javascript:shutwin ();" Close this window 〈/a〉


★ Add the background that will move to your webpage ★

Follow the above method to enter the following code.

〈script language= "VBScript"

Dim c,numgc

c=-100000

Numgc=document.body.sourceindex

Sub SF

C=c+1

document.all (NUMGC). style. backgroundposition= "0" &&c

Id=settimeout ("SF", "VBScript")

End Sub

SF

〈/script〉


★ Plus the greeting that can be displayed according to TIME ★

Enter the following code in the above method.

〈script language= "LiveScript"

〈!--

now = new Date (), hour = Now.gethours ()

if (hour〈6) {document.write ("Do not work tomorrow?")}

else if (hour〈8) {document.write ("New Day!")}

else if (hour〈12) {document.write ("Good Morning!")}

else if (hour〈14) {document.write, is the sun big outside? ")}

else if (hour〈18) {document.write ("Good Afternoon!")}

else if (hour〈22) {document.write ("Good Evening!")}

else if (hour〈24) {document.write ("Late at night!") Pay attention to the body! Wish you a good dream! ")}

--〉

〈/script〉



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.