$x_CheckImageSrc(pId,pSearch)
Checks an image (pId
) 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 | false)
Parameters
pId (DOM Node | String)
pSearch (pSearch)