var
ovElements: OleVariant;
i: Integer;
SAYFA : variant;
begin
try begin
w.Navigate( 'http://www.xxx.com/index.php' );
While w.ReadyState <> READYSTATE_COMPLETE do Application.ProcessMessages;
// burası
w.OleObject.Document.GetElementByID('kayitgelsin').Value :=edit1.text;
w.OleObject.Document ...
1 uygun sonuç bulundu
- 08 Ağu 2009 06:26
- Forum: Programlama
- Başlık: webbrowser post veya idhttp post
- Cevaplar: 1
- Görüntüleme: 1231