mister
10-01-2003, 05:36 PM
Hi,
Does anyone knows how to get the HTML code of another frame or directly from an URL?
Like getting the same response as right-clicking on "ViewSource". I have to handle an event based on another's page body content, that "another" page is a dynamic JSP.
Something like:
** if( <bodyContent>.indexOf("Yes") > -1) {...}
Can I do that using JavaScript?
If not, is there any way for doing it?
Thanks !
Does anyone knows how to get the HTML code of another frame or directly from an URL?
Like getting the same response as right-clicking on "ViewSource". I have to handle an event based on another's page body content, that "another" page is a dynamic JSP.
Something like:
** if( <bodyContent>.indexOf("Yes") > -1) {...}
Can I do that using JavaScript?
If not, is there any way for doing it?
Thanks !