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");
11
menulayout("AjaxDemoApp1_storeCustomer.php","","AjaxDemoApp0_getCustomer.txt","AJAX Example 0: Get Customer AJAX API","AjaxDemoApp0_getCustomer.html","AjaxDemoApp0_getCustomer.htm");
13
$interestingrows=array(array(8,18,"Ajax function"),array(20,34,"Ajax return function"));
14
$keywords=array("showCustomer","ResultCustomer",'"Haakon"');
15
$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
17
showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp0_getCustomer.html");