Parent Directory
|
Revision Log
See <http://suika.fam.cx/gate/2005/sw/createProcessingInstruction>
| 1 | wakaba | 1.1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 2 | <head> | ||
| 3 | <title>XMLDocument.createProcessingInstruction</title> | ||
| 4 | <script src="../../../support/result.js"></script> | ||
| 5 | </head> | ||
| 6 | <body> | ||
| 7 | <p><span id="value"></span><script type="text/javascript"> | ||
| 8 | var cd = document.createProcessingInstruction ('pitarget', 'pidata'); | ||
| 9 | setResult ('value', cd); | ||
| 10 | </script></p> | ||
| 11 | </body> | ||
| 12 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |