05-04-2009 10:40 AM
<html>
<head>
<script type="text/javascript">
<!–
function entrarAlfresco(){
document.loginForm.submit();
}
–>
</script>
</head>
<body>
<form id="loginForm" name="loginForm" method="post" action="http://wxplmmartin:8080/alfresco/faces/jsp/login.jsp" accept-charset="UTF-8" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="javax.faces.ViewState" value ="rO0ABXVyABNbTGphdmEubGFuZy5PYmplY3Q7kM5YnxBzKWwCAAB4cAAAAAN0AAEycHQADi9qc3AvbG9naW4uanNw"/>
<input type="hidden" name="loginForm:_idcl" value =""/>
<input type="hidden" name="loginForm:_link_hidden_" value =""/>
<input type="hidden" name="loginForm:language" value ="es_ES"/>
<input type="hidden" name="loginForm:submit" value ="Entrar"/>
<input type="hidden" name="loginForm:user-name" value ="usuario"/>
<input type="hidden" name="loginForm:user-password" value ="usuario00"/>
<input type="hidden" name="loginForm_SUBMIT" value ="1"/>
<input type="hidden" name="dashboard:sidebar-body:navigator" value ="panel:userhome"/>
<input type="button" name="Entrar" value="Entrar" onClick="javascript:entrarAlfresco()" />
</form>
</body>
</html>
05-05-2009 02:37 AM
05-05-2009 03:24 AM
<html>
<head>
<script type="text/javascript">
<!–
function entrarAlfresco(){
document.loginForm.submit();
}
–>
</script>
</head>
<body onLoad="setTimeout('entrarAlfresco()',1250);">
<iframe id="hola" src="http://wxplmmartin:8081/alfresco/faces/jsp/login.jsp" width="100px" height="100px" style="display:none">
</iframe>
<div id="divESpera" >
<b>Espera….</b>
</div>
<div id="divForm" style="display:none" >
<form id="loginForm" name="loginForm" method="post" action="http://wxplmmartin:8081/alfresco/faces/jsp/login.jsp" accept-charset="UTF-8" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="loginForm:_idcl" value =""/>
<input type="hidden" name="loginForm:_link_hidden_" value =""/>
<input type="hidden" name="loginForm:language" value ="es_ES"/>
<input type="hidden" name="loginForm:submit" value ="Entrar"/>
<input type="hidden" name="loginForm:user-name" value ="usuario"/>
<input type="hidden" name="loginForm:user-password" value ="usuario00"/>
<input type="hidden" name="loginForm_SUBMIT" value ="1"/>
<input type="hidden" name="dashboard:sidebar-body:navigator" value ="panel:userhome"/>
<input type="button" name="Entrar" value="Entrar" onClick="javascript:entrarAlfresco()" />
</form>
</div>
</body>
</html>
05-05-2009 03:29 AM
11-25-2010 02:22 AM
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.