Kod: Tümünü seç
<form action="/" method="post">
<input name="action" type="hidden" value="login" />
<input name="uri" type="hidden" value="http://uye.memurlar.net/inbox.aspx" />
<fieldset>
<legend><img align="absmiddle" alt="Oturum aç" height="24" src="/common/images/icons/24/login.gif" width="24" /> <b>Oturum aç</b></legend>
<table border="0" cellpadding="0" cellspacing="4" width="100%">
<col width="120" /><col width="*" />
<tr>
<td><label for="fEmail1">E-posta adresiniz</label></td>
<td><input id="fEmail1" name="email" maxlength="60" style="width: 100%;" type="text" value="" /></td>
</tr>
<tr>
<td><label for="fPassword1">Parolanız</label></td>
<td><input id="fPassword1" name="password" maxlength="40" style="width: 100%;" type="password" /></td>
</tr>
<tr>
<td></td>
<td><input id="fRemember" name="remember" type="checkbox" /><label for="fRemember">İki hafta parola sorma</label></td>
</tr>
<tr>
<td align="right" colspan="2"><input style="width: 100px;" type="submit" value="Oturum aç" /></td>
</tr>
</table>
</fieldset>
</form>
uye ve pass girişini
Kod: Tümünü seç
WebBrowser1.OleObject.Document.GetElementByID('email').Value := 'xxx@yyy.zzz';
WebBrowser1.OleObject.Document.GetElementByID('password').Value := 'xyzxyz';