# CL1
**Source**: https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=72310
**Parent**: https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=37784
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function \_\_doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.\_\_EVENTTARGET.value = eventTarget;
theForm.\_\_EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
//<![CDATA[
Sys.WebForms.PageRequestManager.\_initialize('ctl00$ContentPlaceHolder1$ctl00', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance().\_updateControls([], [], [], 90);
//]]>
| | |
| --- | --- |
| CL1 - Carers Leave Declaration Form **Summary:** Form to be used when requesting time off for unpaid carers leave **Type:** Form **Owner:** Directorate of People and OD This document requires CAS authentication **Contact email:** [people-od.operations@manchester.ac.uk](mailto:people-od.operations@manchester.ac.uk) **Last modified:** 02/04/2024 **Link to this document:** https://documents.manchester.ac.uk/display.aspx?DocID=72310 [Edit](https://documents.manchester.ac.uk/admin/editDoc2.aspx?DocID=72310) (only Administrators) | |
\
\
//<![CDATA[
Sys.Application.initialize();
//]]>