9
9
include("../Codeviewer/showcode.php");
11
menulayout("","AjaxDemoApp9_makeClick.php","","AJAX Example 10: Get Click","AjaxDemoApp10_getClicks.html","AjaxDemoApp10_getClicks.htm");
11
menulayout("","AjaxDemoApp9_makeClick.php","","AJAX Example 10: Get Click","AjaxDemoApp10_getClicks.html","AjaxDemoApp10_getClicks_description.html");
13
$interestingrows=array(array(44,52,"Make Booking"));
14
$keywords=array("resultSize","drawResult","resultBooking","processinputbox","OutputDiv","bookPosition","resource","bookingdate");
15
$highlight=array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
13
$interestingrows = array(array(44,52,"Make Booking"));
14
$keywords = array("resultSize","drawResult","resultBooking","processinputbox","OutputDiv","bookPosition","resource","bookingdate");
15
$highlight = array(array("{","highlightnormal"),array("}","highlightnormal"),array("function","highlightspecial"));
17
17
showfile($interestingrows,$keywords,$highlight,"AjaxDemoApp10_getClicks.html");