HTmlList := TStringList.Create;
HTmlList.Add('<HTML>');
HTmlList.Add('<head><title>MessengerLogin</title></head>');
HTmlList.Add('<body onLoad="document.loginF.submit();">');
HTmlList.Add('<form name="loginF" method="post" action='+ MailAddress + '>');
HTmlList.Add('<input type="hidden" name="userid" value=' + EdtId.Text+ '>');
HTmlList.Add('<input type="hidden" name="passwd" value='+ EdtPwd.Text+'>');
HTmlList.Add('<input type="hidden" name="jump" value=''3''>');
HTmlList.Add('</form></body></html>');
HTmlList.SaveToFile('c:\mailLogin.html') ;
ShellExecute(Handle, 'open', PChar('IEXPLORE.EXE'), PChar('c:\mailLogin.html'), '', SW_SHOWNORMAL );
기존에는 이렇게 연결했는데요..
post방식으로 바로 연결 하는 방법좀 알려주세요...
급.... 오늘하루도 즐거운 하루되세요