JSP page display usage

Source: Internet
Author: User

Dynamically set read-only/read-write for a component on the page
Document. getelementbyid ("custname"). readonly = false;
Document. getelementbyid ("custname"). readonly = true;

Dynamically hide/display a widget on the page
TDID. style. Display = "Block" // TDID is the Control ID... none is not displayed. Block is displayed
TDID. style. Display = "NONE"

Run at intervals
SetTimeout (AA (), time) // The number of milliseconds the specified function can call itself to achieve an infinite loop.

Display the page in the specified rack
<A href = "url" target = "XXX"> // The URL webpage is displayed in the frame with the frame name.

Automatic page loading execution Method
<Body onload = AA ()> // automatically load the AA () method

Trigger event in the drop-down list...
<Select name = "mainresult" id = "maintype" onchange = "selectsubresult (this. Value)">

Get Component Object
VaR A = Document. getelementbyid ("XX") // XX component ID

DWR Methods
Fill in elements in the drop-down list
Dwrutil. addoptions ("XX", P) // XX indicates the drop-down list ID, and P indicates the map object.

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.