Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
 
18
19
20
21
documentgetelementbyid01
22
IBM
23
24
	The method getElementById returns the element whose ID is given by elementId.
25
	If not such element exists, returns null.
26
 
27
	Invoke the getElementById method on this Document object with an invalid elementId.
28
	This should return a null element.
29
30
Neil Delima
31
2002-04-30
32
33
34
35
36
37
38
39
40
41