From d895b852a6e160496ffc760d46d3719a3d62ff86 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sun, 3 Feb 2008 23:23:24 +0000 Subject: Initial checkin of nutridb.org and basic subversion directory structure --- .../tests/includeExternalScriptTest.php | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 lib/xajax_0.2.4/tests/includeExternalScriptTest.php (limited to 'lib/xajax_0.2.4/tests/includeExternalScriptTest.php') diff --git a/lib/xajax_0.2.4/tests/includeExternalScriptTest.php b/lib/xajax_0.2.4/tests/includeExternalScriptTest.php new file mode 100644 index 0000000..12addb6 --- /dev/null +++ b/lib/xajax_0.2.4/tests/includeExternalScriptTest.php @@ -0,0 +1,46 @@ +addIncludeScript($sFilename); + return $objResponse->getXML(); +} + +$xajax = new xajax(); +//$xajax->debugOn(); +$xajax->registerFunction("includeScript"); +$xajax->processRequests(); +?> + + + +Include External Javascript Test | xajax Tests +printJavascript("../") ?> + + + + +

xajax Tests

+

Include External Javascript Test

+ +
Click Me
+ +
+ + + \ No newline at end of file -- cgit v1.2.3