I have a WebResponse (wr) and can list the frame names by calling wr.getFrameNames(). I then try and do a
wr.getSubFrameContents(frameNames[i])
or
wc.getFrameContents(frameNames[i])
and they return null! Why would a frame not be active???
Thanks in Advance...
Sam
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a WebResponse (wr) and can list the frame names by calling wr.getFrameNames(). I then try and do a
wr.getSubFrameContents(frameNames[i])
or
wc.getFrameContents(frameNames[i])
and they return null! Why would a frame not be active???
Thanks in Advance...
Sam