| Author |
Parsing Html GET Response with JavaScript
|
shivang sarawagi
Ranch Hand
Joined: Jun 19, 2008
Posts: 126
|
|
|
Can anyone tell me how to parse a html GET Response in javascript ??
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26489
|
|
|
There isn't enough information in the question to answer it. GET is just a HTTP method that returns something. That "something" could be HTML, javascript., xml, json, text, etc. It could have been submitted via AJAX or some other mechanism. (although AJAX seems likely since you are looking at parsing the result.)
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Parsing Html GET Response with JavaScript
|
|
|