helma/DocFunction/functions.js
stefanp bf86d54c67 removed obsolete functions: calling href() on Java objects does indeed work. The problem
was that getParentElement() method in Application always returned
null (due to a very hard to find bug in helma.main.Server).
2002-03-25 18:36:56 +00:00

7 lines
86 B
JavaScript

function getApplication() {
return this.getParentElement().getParentElement();
}