initial commit
[emacs-init.git] / nxhtml / tests / in / 3-heights.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5   <head>
6     <title>patika</title>
7 <meta name="generator" content="emacs 23.0.60.1; htmlfontify 0.20" />
8 <style type="text/css"><!-- 
9 body { font-family: Courier New;  font-stretch: normal;  font-weight: 500;  font-style: normal;  color: #f5deb3;  background: #2f4f4f;  font-size: 10pt;  text-decoration: none; }
10 span.default   { font-family: Courier New;  font-stretch: normal;  font-weight: 500;  font-style: normal;  color: #f5deb3;  background: #2f4f4f;  font-size: 10pt;  text-decoration: none; }
11 span.default a { font-family: Courier New;  font-stretch: normal;  font-weight: 500;  font-style: normal;  color: #f5deb3;  background: #2f4f4f;  font-size: 10pt;  text-decoration: underline; }
12 span.default-0004   { text-decoration: none; }
13 span.default-0004 a { text-decoration: underline; }
14 span.default-0002   { text-decoration: none; }
15 span.default-0002 a { text-decoration: underline; }
16  --></style>
17
18   </head>
19   <body>
20
21     <script type="text/javascript">
22       // <![CDATA[
23
24 function getObj(name) {
25     if (document.getElementById) {
26         this.obj = document.getElementById(name);
27         this.style = document.getElementById(name).style;
28     }
29 }
30 function hfy_toggle_display(name) {
31     var x = new getObj("hfy_invis_" + name);
32     var flag = x.style.display == 'inline';
33     x.style.display = (flag) ? 'none' : 'inline'
34 }
35
36       // ]]>
37     </script>
38
39 <pre>ajsha a<span class="default-0002">hsahs</span>jha<span class="default-0004">j sah</span>sja </pre>
40
41  </body>
42 </html>