Hi friends,
My client want to login to his web email directly from a flash page.
And his webmail address is located in
http://webmail.alhamra.com.kw/imp/login.php
Flash File
In my flash file i have two input text box and a login button.
1st input box - i named its variable : imp_login
2nd input box - i named its variable : pass
And online button
scripted with
on (release) {
getURL("http://webmail.alhamra.com.kw/imp/redirect.php", "_blank", "POST");
}
But it seems i am going wrong somewhere, can someone help me out??