There is a website, when I log in, I will automatically close this IE, and then re-pop up an IE window (this window will also automatically do the jump address unknown), how can I achieve login in WEBBROWSER ???? ?
Waiting online
Open the unlogged page with wb, and then write in the onnewwindow event of wb
procedure TWorker.WBNewWindow(ASender: TObject; var ppDisp: IDispatch; var Cancel: WordBool);
begin
ppDisp:=WB1.Application;