﻿function SF(source) { ret = true; if (typeof (Page_ClientValidate) == 'function') { Page_ClientValidate(); ret = Page_IsValid; } if (ret) { source.value = "Processing..."; source.disabled = true; __doPostBack(source.name, ""); } return ret; }
