The Customize JavaScript Function

Use the JavaScript function named "customize" to specify additional customizations that you want to occur last in the processing sequence.

For example, the customize() code in the following example can define a customization that is executed after all other customizations have been performed:

<script language="JavaScript">
function customize() {
	// customizing JS code
}
</script>

The customize JavaScript function can be added anywhere in the login template Set Up and Configure a Login Page.