Dear   Mike Shkolnik
perhaps I didn't illustrate my problem correctly.
I want to have HTML source of a PAGE that we can't see it directly , 
but we must first open another
 URL then the first URL will redirect to the page we want!
 meaning the page 1 redirects to the page 2.
 and also , if I type URL2 in address bar , it will redirect another 
page 3 too that I don't want it !
 I want just html of page 2 !


 My procedure is :
 //---------------------------------------------------
procedure TForm1.Button1Click(Sender: TObject);
var
 s,result:String;
 loc:longint;
begin
      S:=idHTTP1.get('http://  ....    ');   //URL 1
      //if I write URL 2 in up line , it will not provide html of 
URL 2
      Memo1.Text:=s;
      loc:=pos('x',s);         // I want to find 'x' in source of 
URL 2
      if loc>0 then ShowMessage('found');
end;
 //---------------------------------------------------

 please help me sooooooon !






-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to