Esempio n. 1
0
        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() {
	var fobj = this.Form;
	if (!this.ValidateRequired)
		return true; // Ignore validation
	if  (!ew_HasValue(fobj.opwd))