in reply to Web page with frames

The main frame contains HTML like: <frame name="good_stuff" src="blah.htm"> so just parse it and go and get http://somesite.com/blah.htm for the good stuff.

cheers

tachyon

Replies are listed 'Best First'.
Re^2: Web page with frames
by algonquin (Sexton) on Oct 15, 2004 at 05:52 UTC
    The link is pointing to a java script, what do I do then? Thanks for your help.

      RTFS is what you do. The javascript function with either be inline with the HTML or in an included .js file. Find it. Read it. Replicate what it does. That will alomst certainly be a redirect like window.location = '.....' more or less.

      cheers

      tachyon