L
lin315
Unregistered / Unconfirmed
GUEST, unregistred user!
Application.ProcessMessages;
Dispatch := ElementCollection.item(vk, 0);
If SUCCEEDED(Dispatch.QueryInterface(IHTMLInputElement, HTMLInputElement)) Then
If (UpperCase(HTMLInputElement.Type_) = 'IMAGE') And (Pos(bmp, LowerCase(HTMLInputElement.src)) > 0) Then
HTMLInputElement.form.submit;
Dispatch := ElementCollection.item(vk, 0);
If SUCCEEDED(Dispatch.QueryInterface(IHTMLInputElement, HTMLInputElement)) Then
If (UpperCase(HTMLInputElement.Type_) = 'IMAGE') And (Pos(bmp, LowerCase(HTMLInputElement.src)) > 0) Then
HTMLInputElement.form.submit;