3
<link rel="stylesheet" type="text/css" href="../CodeViewer/showcode.css">
4
<script language="javascript" " src="../CodeViewer/showcode.js"></script>
9
include("../Codeviewer/showcode.php");
12
menulayout("../DomExample1b/DomExample1b.php","","DomExample1.txt","DOM Example 1: Initiation and simple navigation (click this heading to run code)","DomExample1code.php","DomExample1.htm");
14
$interestingrows=array(array(8,10,"PHP Code"),array(12,17,"PHP Code"));
15
$keywords=array('getElementsByTagName','tagName','childNodes','nodeValue','documentElement');
16
$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"),array("<?php","highlightspecial"),array("?>","highlightspecial"),array("echo","highlightspecial"),array("if","highlightspecial"),array("else","highlightspecial"),array("foreach","highlightspecial"));
18
showfile($interestingrows,$keywords,$highlight,"DomExample1code.php");