I'm trying to handle a URL, but the critical data I need is in the fragment portion of the URL (i.e., after the '#' character). When using [HREF] it's not there. [HASH] gives me nothing. I've tried using the [PRE_SCRIPT] but anything I try to extract the URL just comes up "undefined," but I don't really know what I'm doing with Javascript.
I'm trying to handle a URL, but the critical data I need is in the fragment portion of the URL (i.e., after the '#' character). When using [HREF] it's not there. [HASH] gives me nothing. I've tried using the [PRE_SCRIPT] but anything I try to extract the URL just comes up "undefined," but I don't really know what I'm doing with Javascript.