JavaScript control display and hide

Source: Internet
Author: User

<!DOCTYPE><HTML><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=gb2312" /><title>JS Show hidden Layer</title><Script>functionLook (TARGETID,OBJN) {varTarget=document.getElementById (Targetid); varClicktext=document.getElementById (OBJN)if(Target.style.display=="Block") {Target.style.display="None"; Clicktext.innertext="Click to view more information"; } Else{Target.style.display="Block"; Clicktext.innertext='Close Details Information'; }   }</Script><styletype= "Text/css">a{text-decoration:None; }#looklook{cursor:Pointer;}#text{width:1000px;Border:1px solid #CCC;background:#f8f8f8;padding:20px; }. Dis{Display:None;text-indent:2em;}</style></Head><Body><aID= "Looklook"OnClick= "Look (' text ', ' Looklook ')">Click to view more information</a><DivID= "text"class= "Dis">Let the wind fly, let the hair fluttering, silent night, there are some fragmented passers-by, neon flashing lights, the shadow pulled a good long, the mind has flown far, like back to the past, those of a person through the bumpy, in the face of the night's wandering, huddled in the corner of Loneliness, the face of the cold, just want to escape, Run away and hide back in your own world. <BR>Think of a drunk to solve thousands of sorrow, see wine, no longer is the row of complaints, is from when the beginning of it, and occasionally want to a drunken side hugh. With a hint of sadness in the eyes, quiet look at the night sky, tonight's Day, no stars, that like a flash of tears, tonight, did not see, with a faint loss, that is not understood lonely, mouth hook up a light smile, step by step back to their island.<BR>Shear constantly confused complex emotions, suddenly cold and suddenly hot unacceptable neglect. </Div></Body></HTML>

JavaScript control display and hide

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.