09-29-2008 05:11 AM
<h:commandButton id="finish-button" styleClass="wizardButton"
value="#{WizardManager.finishButtonLabel}"
action="#{WizardManager.finish}"
disabled="#{WizardManager.finishButtonDisabled}" />
<input id="wizard:finish-button" name="wizard:finish-button" type="submit" value="Finish" onclick="if(typeof window.clearFormHiddenParams_wizard!='undefined'){clearFormHiddenParams_wizard('wizard');}" class="wizardButton" />
09-29-2008 10:12 PM
<script type="text/javascript">
if ((window.opener) && (window.opener.alfrescoCallback))
{
window.opener.alfrescoCallback();
}
window.close();
</script>
<html>
<head>
<SCRIPT LANGUAGE="VBScript">
Sub Window_Onload
window.opener = "x"
End Sub
</SCRIPT>
</head>
<body>
<SCRIPT LANGUAGE="VBScript">
self.close()
</SCRIPT>
</body>
</html>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.