Esempio n. 1
0
    // User ChangePassword event
    function User_ChangePassword(&$rs, $usr, $oldpwd, &$newpwd)
    {
        // Return FALSE to abort
        return TRUE;
    }
}
ew_Header(TRUE);
// Create page object
if (!isset($changepwd)) {
    $changepwd = new cchangepwd();
}
// Page init
$changepwd->Page_Init();
// Page main
$changepwd->Page_Main();
// Global Page Rendering event (in userfn*.php)
Page_Rendering();
// Page Rendering event
$changepwd->Page_Render();
include_once "header.php";
?>
<script type="text/javascript">

// Write your client script here, no need to add script tags.
</script>
<script type="text/javascript">
var fchangepwd = new ew_Form("fchangepwd");

// Extend form with Validate function
fchangepwd.Validate = function() {