Within the package login, there are several classes. Initially, I believed my code would resemble the following:
importPackage(login);
var password = document.form1.pword.value;
var hash = JPP7.toHash(password);
In this snippet, JPP7 represents my hashing class. I am utilizing a script from a coworker, and my knowledge of JavaScript is limited. Will I need to provide an absolute path to the package directory?