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("AjaxDemoApp5_showBookings.php","AjaxDemoApp3_getResources.php","AjaxDemoApp4_getBookingsForDate.txt","AJAX Example 4: List Bookings for Date (Resource Availability)","AjaxDemoApp4_getBookingsForDate.html","AjaxDemoApp4_getBookingsForDate.htm");
13
$interestingrows=array(array(12,33,"Ajax return function"));
14
$keywords=array("getBookingsForDate","processinputbox","OutputDiv","date");
15
$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
17
showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp4_getBookingsForDate.html");