07-19-2009 10:02 PM
07-20-2009 08:11 AM
<script type="text/javascript">
window.onload = function() {
var url = 'http://localhost:8080/alfresco/service/events/get';
YAHOO.util.Connect.asyncRequest('GET', url,{
success: function(o) {
document.getElementById('eventlist').innerHTML=o.responseText;
}
});
}
</script>
07-20-2009 11:28 AM
07-21-2009 12:21 PM
07-21-2009 03:35 PM
07-28-2009 03:02 PM
10-01-2009 12:56 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.