I have a javascript function that receives the following string:
<p><img src="picts/Gay_FT_lg.jpg" border="0" alt="" /></p>
I want to use the temp1.split() function to extract the name of the file(i.e., picts/Gay_FT_lg.jpg).
I thought it would be simpliest to split the string using a double...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.