东软内部材料(四)asp等相关的教学案例
源代码在线查看: menu.aspx
Server Controls Menu
function ShowHideList(strDivName) {
document.all['divHTML'].style.display = 'none';
document.all['divForm'].style.display = 'none';
document.all['divList'].style.display = 'none';
document.all['divOther'].style.display = 'none';
document.all[strDivName].style.display = '';
}
//-->
HTML Controls
- GenericControl
- Anchor
- Button
- Image
- InputButton
- InputCheckBox
- InputFile
- InputHidden
- InputImage
- InputRadioButton
- InputText
- Select
- Table
- TextArea
- Change Event
- Click Event
Form Controls
- Button
- CheckBox
- HyperLink
- Image
- ImageButton
- Label
- LinkButton
- Panel
- RadioButton
- Table
- TextBox
- Events
- Commands
List Controls
- CheckBoxList
- DropDownList
- ListBox
- RadioButtonList
Other Controls
- Validation
- AdRotator
- Calendar
- Xml
©2001 Wrox Press