Sam Otto - 2005-08-10

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