konto usunięte

Temat: X-NOTIFIER

Używam przeglądarki Google Chrome i mam rozszerzenie X-Notifier to samo co Webmail notifier w Foxie. Konto email jest na free.os.pl. Przerobiłem skrypt interia.pl lecz nie działa prawidłowo - co jest źle z kodem?

<form action="index.php?mode=submit" method="post" id="login_form" 
name="login_form" onsubmit="NeedToSubmit = true; return false;"
autocomplete="off">
<input type="hidden" name="advanced_login" value="" />
<tr id="email_cont">
<td height="20">E-mail:</td>
</tr>
<tr>
<td>
<input style="width: 224px; font-size:12px;"
class="wm_input" type="text" value="" id="email" name="email"
maxlength="255" onfocus="this.className = 'wm_input_focus';"
onblur="this.className = 'wm_input';" tabindex="1" />
<span id="domain_cont"><input type="hidden" name="sDomainValue"
id="sDomainValue" value="" /></span>
</td>
</tr>

<tr id="login_cont" class="wm_hide">
<td class="wm_title" style="font-size:12px; width: 70px;"
id="lang_Login">Login:</td>
</tr>
<tr id="login_cont" class="wm_hide">
<td><input tabindex="3" style="width:224px; font-size:12px;"
class="wm_input" type="text" value="" id="inc_login"
name="inc_login" maxlength="255"
onfocus="this.className = 'wm_input_focus';" onblur="this.className = 'wm_input';" />
</td>
</tr>

<tr>
<td height="20">Hasło:</td>
</tr>
<tr>
<td>
<input tabindex="3" style="width:224px; font-size:12px;" class="wm_input wm_password_input" type="password" value="" id="password" name="password" maxlength="255"
onfocus="this.className = 'wm_input_focus wm_password_input';" onblur="this.className = 'wm_input wm_password_input';" />
</td>
</tr>

<tr valign="top" id="captcha_content" class="wm_hide">
<td colspan="2" class="wm_title" height="20"><br />Captcha:
<input tabindex="5" style="width:95px; font-size:12px;" class="wm_input" type="text" value="" id="captcha" name="captcha" maxlength="6"
onfocus="this.className = 'wm_input_focus';" onblur="this.className = 'wm_input';" />
<span class="wm_message_right"><a href="#" class="wm_reg" id="lang_CaptchaReloadLink">przeładuj</a></span>
<img src="captcha.php?PHPWEBMAILSESSID=f8b7af39d3e204ba5652e3fe97c5bdfd&c=427"
id="captcha_img" width="120" height="46" class="wm_chaptcha" alt="Captcha" />
</td>
</tr>


<tr><td> <input tabindex="12" class="wm_checkbox" type="checkbox" value="1" id="sign_me" name="sign_me" />
<label for="sign_me" id="lang_SignMe" style="font-size: 12px;">Zaloguj mnie automatycznie</label>
</td>
</tr>

<tr><td align="right">
<input class="wm_button" type="image" id="submit" name="submit" value="Zaloguj" src="/images/logowanie.jpg" width="117" height="21" vspace="5" alt="Wyślij" />
</td></tr>


Potrzebuję sprawdzić kod:

// JavaScript Document
var name="MyMail";
var ver="2010-06-08";
function init(){
this.dataURL="http://free.os.pl/";
this.loginData=["index.php?mode=submit",
"email","password","key="+encodeURIComponent("abc=12")];
this.mailURL="http://free.os.pl/";
}
function getCount(aData){ //aData is a html source in dataURL
var fnd=aData.match(...); //find mail count
if(fnd){
var num;
//get mail count here
return num;
}else{
return -1;//display 'not checked' message
}
}
Messiah King edytował(a) ten post dnia 25.01.12 o godzinie 11:06