# A Brief Guide To Automatic Enrolment
**Source**: https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=24400
**Parent**: https://documents.manchester.ac.uk/list.aspx
//<![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);
//]]>
| | | |
| --- | --- | --- |
| A Brief Guide To Automatic Enrolment **Summary:** n/a **Type:** Guideline **Owner:** Pensions **Contact email:** [christopher.hood@manchester.ac.uk](mailto:christopher.hood@manchester.ac.uk) **Last modified:** 12/04/2016 **Link to this document:** https://documents.manchester.ac.uk/display.aspx?DocID=24400 **Related documents:** | | | --- | | - [How auto-enrolment for pensions affects staff](https://documents.manchester.ac.uk/DocuInfo.aspx?DocID=24401) | [Edit](https://documents.manchester.ac.uk/admin/editDoc2.aspx?DocID=24400) (only Administrators) | |
\
\
//<![CDATA[
Sys.Application.initialize();
//]]>