Click to hide the left or right column of the page to implement javascript code _ javascript tips-js tutorial

Source: Internet
Author: User
You can click to hide the Left or Right columns of the page. This effect is common in practical applications. Next we will introduce the implementation code in detail. For more information, see, you can click to hide the Left or Right columns of the page (in the same TABLE)

The Code is as follows:



Script
Function switchSysBar (){
If (switchPoint. innerText = 3 ){
SwitchPoint. innerText = 4
Document. all ("frmTitle"). style. display = "none"
} Else {
SwitchPoint. innerText = 3
Document. all ("frmTitle"). style. display = ""
}}
Script





































3















Screen Switching

Click the button that hides the left and right columns as an image, modify JS, and add ID to IMG. Here id = aa can also be changed to another name. For more information, see:
Script
Function switchSysBar (){
If (document. all. aa. src. indexOf ("bl_1 ")! =-1 ){
Aa. src = "images/al_1.gif"
Document. all ("frmTitle"). style. display = "none"
} Else {
Aa. src = "images/bl_1.gif"
Document. all ("frmTitle"). style. display = ""
}
}
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.