KenTheFurry 0 Newbie Poster

Well I have been making bots for a few sites for a while.
But for this new site it uses frames and when ever I try to get anything from the frame I a 'Access Denied' error.
Even when I try to use the Frames to get info from the main frame like with this code...

procedure TForm1.est1Click(Sender: TObject);
var
a: String;
begin
  a:=w.OleObject.Document.Frames.Item(0).Document.URL;
  ShowMessage(a);
end;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.