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("AjaxDemoApp4_getBookingsForDate.php","AjaxDemoApp2_getCustomerBookings.php","AjaxDemoApp3_getResources.txt","AJAX Example 3: List Resources (Resource Search)","AjaxDemoApp3_getResources.html","AjaxDemoApp3_getResources.htm");
13
$interestingrows=array(array(9,32,"Ajax return function"));
14
$keywords=array("showResources","searchResources","OutputDiv","resFulltext");
15
$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
17
showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp3_getResources.html");