1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
3 | <!-- frames --> |
---|
4 | <frameset rows="50%,*" cols="50%,*"> |
---|
5 | <frame |
---|
6 | name="topleft" |
---|
7 | src="_documentation.html" |
---|
8 | marginwidth="0" |
---|
9 | marginheight="0" |
---|
10 | scrolling="auto" |
---|
11 | frameborder="0"> |
---|
12 | <frame |
---|
13 | name="topright" |
---|
14 | src="_documentation.html" |
---|
15 | marginwidth="0" |
---|
16 | marginheight="0" |
---|
17 | scrolling="auto" |
---|
18 | frameborder="0"> |
---|
19 | <frame |
---|
20 | name="bottomleft" |
---|
21 | src="_documentation.html" |
---|
22 | marginwidth="0" |
---|
23 | marginheight="0" |
---|
24 | scrolling="auto" |
---|
25 | frameborder="0"> |
---|
26 | <frame |
---|
27 | name="bottomright" |
---|
28 | src="_samples/cfm/sample01.cfm" |
---|
29 | marginwidth="0" |
---|
30 | marginheight="0" |
---|
31 | scrolling="auto" |
---|
32 | frameborder="0"> |
---|
33 | </frameset> |
---|
34 | </html> |
---|