$x_CheckImageSrc(pNd, pSearch)
Checks an image (pNd
) source attribute for a substring (pSearch
). The function returns true if a substring (pSearch
) is found. It returns false if a substring (pSearch
) is not found.
Return Value
(true | fales)
Parameters
pNd (DOM node | string ID)
pSearch (String)