1<html>
2<head>
3<title>DOM compatibility</title>
4<link rel="stylesheet" type="text/css" medial="all" title="Default" href="css/help.css"/>
5<style type="text/css">
6div.note {
7  margin: 0.5em 0;
8}
9
10div.class {
11  margin: 0.5em 0 0.5em 2em;
12}
13
14div.interface {
15  margin: 1em 0 0.5em 0;
16  padding: 2px 5px;
17  background-color: #f0f0f0;
18}
19
20span.interface_name {
21  font-weight: bold;
22}
23
24span.method_name {
25  font-weight: bold;
26}
27</style>
28</head>
29<body>
30
31<h1>DOM compatibility</h1>
32<p>
33Minimal at the moment.
34</p>
35
36<p>
37get_element_by_id($string) - returns a reference to document element with given ID.
38</p>
39
40
41</body>
42</html>