This function finds the full hypertext reference (HREF) for an item as captured in the CDF file. Href allows shorthand identifiers to be used in the scripts and resolved to full HREFs at run time. If the HREF in the CDF is relative, Href applies the BASE tag in the CDF to fully resolve the HREF.
Syntax
MC.Href(Elem)
Return Values
This method returns the full URL for a specified element if it is in the CDF file; otherwise, a 0 is returned.