sc0tt Posted January 28, 2009 Share Posted January 28, 2009 Hi, I am able to navigate the data contained in responseXML . However, is there a way to find out through javascript code whether the responseXML contains a particular value or not ? For example , i would like to check whether responseXML contains a string "Some String". Thank You. Quote Link to comment Share on other sites More sharing options...
corbin Posted January 28, 2009 Share Posted January 28, 2009 http://www.quirksmode.org/js/strings.html indexOf should work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.