Hello,
The getLink() method of HTMLLinkTag doesn't return proper values for =
MAILTO, JAVASCRIPT AND FILE links. For example for MAILTO links which =
appear as:
<a href=3D"mailto:he...@he..."> mailto link </a>, the getLink() =
method returns only he...@he... (without the "mailto:"). I think it =
should be returning mailto:he...@he.... Similar behaviour occurs for =
JAVASCRIPT link and FILE links don't get detected at all.=20
My application depends crucially upon the presence of these =
protocols in the link and the inclusion of the protocol as part of the =
link will greatly help me. I am facing lot of problems because of this =
behaviour. Please help.
thanks,
Pavan |