I've got a package login that has a few classes inside of it...I thought my code would look like this:
importPackage(login);
var password = document.form1.pword.value;
var hash = JPP7.toHash(password);
where JPP7 is the class of mine that does the hashing? I am using a colleagues javascript code, but I know next to nothing about javascript. Am I going to have to give an absolute path to the package folder?