ArcIMS learning HTML Viewer Notes: Javascript minutes
Related Tags:
1. Another Frame in the JavaScript variables:
Var can be used in other frameworks:
Frame name. Variable name to call
2. In <Table>
<TR> - Table Row
<TD> - Table Data
3. <IMG> Elements
<IMG Src="图片路径" alt="提示">
4.DOM model
Forms []
| Images []
[] Frames - document - | anchors []
| Document | ...
| Navigator applets []
Window - | history | status attributes
Location
5. Incident
1> onClick, such as onLoad event handler function is not (event handler) but events (event);
2> tables
------------------ ------------------------
Object | Event
------------------ ------------------------
Window, FrameSet | onLoad
Frame | onUnload
------------------ ------------------------
Button, IMG, Frame | onClick
| OnMouseDown
| OnMouseUp
| OnMouseMove
------------------ ------------------------
3> function incident
Function startUp () (
Document.onmousedown = maptool; / / function name is maptool
)
Function maptool () (
...
)
<body Onload = "startUp()">
4>
Event.clientX
Event.clientY mouse coordinates relative to the upper left corner window inclusive
Event.offsetX
Event.offsetY mouse coordinates of the location of the source elements
5> onUnload incident meanings:
Browser has left the use of framework document pages, into other pages before the incident
- Css learning in the Filter
- CSS learning from entry to the master
- Css learning Notes - yyy431706 (of Portland)
- Css learning some experience
- Learning CSS
- CSS learning
- CSS learning "text attributes"
- CSS layout of the learning some ideas
- Learning css 3
- CSS cascading style of learning [2]
- CSS cascading style of learning [1]
- Css learning my feelings!
- Css learning Notes (1)
- Learning css 4
- Css learning Notes
- CSS learning should pay attention to learning method
- CSS layout learning experience
- Five learning css
- Css learning pace
- Css learning (1)




