11-30-2007 04:05 AM
12-04-2007 05:56 AM
function folderUp() {
r=document.getElementById('rigaBreadcrumb');
com=r.childNodes[r.childNodes.length-4].onclick.toString();
com=com.substr(com.indexOf('{')+2,com.length-1);
com=com.substr(0,com.length-15);
eval(com);
}
function folderUp() {
r=document.getElementById('rigaBreadcrumb');
com=r.childNodes[r.childNodes.length-2];
com=com.previousSibling;
com=com.previousSibling;
if (com!=null) {
com=com.onclick.toString();
com=com.substr(com.indexOf('{')+2,com.length-1);
com=com.substr(0,com.length-15);
eval(com);
}
}
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.