If you had a link that I could help test on that would be helpful.
But anyway, take a look at this code.
And see if you can accomplish what you need with it.
How t0 interate through Frames
==========================
procedure TForm1.Button1Click(Sender
var
i: integer;
begin
for i := 0 to (WebBrowser1.OleObject.Doc
if WebBrowser1.OleObject.Docu
ShowMessage('copy command is enabled for frame no.' + IntToStr(i));
end;
==========================
Carrzkiss
Main Topics
Browse All Topics





by: wildzeroPosted on 2004-11-19 at 20:49:10ID: 12632146
Points upped