root/dev/mods/xajax/functions.php
Revision 363, 304 bytes (checked in by exi, 14 years ago) |
---|
Line | |
---|---|
1 | <?php |
2 | $xajax->registerFunction("postMail"); |
3 | |
4 | function postMail($arry) |
5 | { |
6 | // this function handles the posting of mail |
7 | $objResponse = new xajaxResponse(); |
8 | $newContent = "response:" .$arry[killmail] ; |
9 | $objResponse->Assign("kill-response", "innerHTML", $newContent); |
10 | |
11 | return $objResponse; |
12 | } |
Note: See TracBrowser
for help on using the browser.