ID2 := "r07"
PW2 := "r07"
winHttp := ComObjCreate("WinHttp.WinHttpRequest.5.1")
winhttp.Open("POST", "")
winhttp.SetRequestHeader( "Referer", "")
winhttp.SetRequestHeader("Content-Type", "application/x-www-form-urlencoded")
winhttp.Send("enctp=2&svctype=0&id=" . ID2 . "&pw=" . PW2)
winhttp.Open("GET", "") ; . ID2)
winhttp.Send()
winhttp.WaitforResponse
Text:=winHttp.ResponseText
IfInString, Text,
{
MsgBox, 로그인 성공 ; 여기 까진 잘됩니다.
-----------------------여기 부터 안되요 ----------------------
Winhttp.Open("GET", "http://커피숍.네이년.com/ArticleList.nhn?search.clubid=28399278&search.menuid=5&search.boardtype=L") ; 유니코드 매핑 어쩌 구 저쩌구 하는데 혹 제가 뭘잘못한건가요 ㅠㅠ 아시는 분 한번만 알려주세요
winhttp.Send()
Winhttp.WaitForResponse
Work_Result := WinHttp.ResponseText
msgbox,% Work_Result
}
@피카부
피카부 님 네이버 랑 카페 금칙어 좀 풀어주세요 ㅠㅠ 질문을 못드리겟음....
ㅠㅠ 와 이거 찾느라... 없는데 있다고 ;; 계속해서 20분동안 열폭함 ㅠㅠ