3
4
<link rel="stylesheet" type="text/css" href="showcode.css">
4
<script language="javascript" " src="showcode.js"></script>
5
<script type="text/javascript" src="showcode.js"></script>
8
9
include("showcode.php");
10
menulayout("innan.php","efter.php","test.txt","Example 1: Execution of AJAX API","Ponyo.txt");
11
menulayout("innan.php","efter.php","test2.txt","Example 1: Execution of AJAX API","test.txt", "test2.txt");
12
$interestingrows=array(array(16,21,"Ajax function"),array(23,37,"Ajax return function"));
13
$keywords=array("showCustomer","ResultCustomer");
14
$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
16
showfile($interestingrows,$keywords,$highlight);
13
$interestingrows = array(
14
array(1,5,"Ajax function"),
15
array(7,8,"Ajax return function")
24
array("{", "highlightnormal"),
25
array("}", "highlightnormal"),
26
array("function", "highlightspecial")
29
showfile($interestingrows,$keywords,$highlight, "test.txt");