Skip to content
조회 수 15147 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄


IEGet( name="" ) 

  IfEqual, Name,, WinGetTitle, Name, ahk_class IEFrame ; Get active window if no parameter 

  Name := ( Name="New Tab - Windows Internet Explorer" ) ? "about:Tabs" : RegExReplace( Name, " - (Windows|Microsoft) Internet Explorer" ) 

  For pwb in ComObjCreate( "Shell.Application" ).Windows 

     If ( pwb.LocationName = Name ) && InStr( pwb.FullName, "iexplore.exe" ) 

Return pwb 



; 루프문을 돌리는 이유는 해당 페이지가 열려서 페이지의 내용 일부분이 일치할때까지 돌리기 위함.

A2=창이름

loop

{

sleep, 1000

pwb := IEGet(A2) 

pwb.Visible := True

;Sleep, 100

;frame := pwb.document.parentWindow

;test := frame.document.documentElement.innerText

;htm := frame.document.documentElement.innerHTML


;프레임 이름을 가져오기(;두종류 - topFrame, leftFrame, mainFrame)

frame := pwb.document.parentWindow.frames["leftFrame"]

test := frame.document.documentElement.innerText

htm := frame.document.documentElement.innerHTML


;Gui, Add, Text,, Please enter your name:

;Gui, Add, Edit, w600 h500, %htm%

;Gui, Show

;msgbox, 바보


ifinstring, htm, ZNGMWLIN00010T01

{

break

}

}


frame.document.getElementsByTagName("A")[4].click()

로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
43 AutoHotKey 부팅 완료 체크 2011.02.09 17864
42 AutoHotKey autohotkey와 autohotkey_l 의 인터넷 창 띄우기 비교예제 2 2011.02.11 17772
41 AutoHotKey ahk_l 웹페이지 앞, 뒤페이지 제어 예제소스 및 설명첨부 2011.02.22 17535
40 AutoHotKey ahk_l 과 com 의 이해 2011.02.22 17485
39 AutoHotKey AHK_L 예제소스 1 2011.02.10 17015
38 AutoHotKey ahk_l 웹페이지 파일로 저장한 뒤 불러와 필요한 부분 추출하여 출력하기 2011.02.22 16992
37 AutoHotKey PostMessage로 한글 사용하기 1 2 2011.02.09 16810
36 AutoHotKey [AHK_L] 현재 열려진 인터넷 창 값 가져오기 4 2011.08.02 16575
35 AutoHotKey #ifwinactive & #ifwinexist 윈도우창 마다 핫키의 용도를 다르게 사용하는 방법 2011.02.14 16522
34 AutoHotKey WinMenuSelectItem로 메뉴선택하기 1 2011.02.17 16302
33 AutoHotKey 정보수집 2011.03.30 16064
32 AutoHotKey UrlDownloadToVar() 1 2011.02.09 15464
31 AutoHotKey Autohotkey + mypeople(마이피플) 메시지 전송 1 2013.03.12 15431
30 AutoHotKey autohotkey_L Object 2011.02.21 15390
29 AutoHotKey ahk로 만든 파일을 exe로 컴파일 한 후 실행시킬때 변수를 임의 1 1 2011.02.24 15333
28 컴퓨터잡담 DllCall() 3 2010.12.22 15314
27 AutoHotKey autohotkey)매월 1일의 요일 구하기 1 2013.01.27 15262
26 AutoHotKey [AHK_B&AHK_L] 익스플로러 HTML 문서정보 알아내기(IE HTML Element Spy) 2011.08.08 15160
» AutoHotKey autohotkey) 웹페이지의 프레임 내용보기 & 클릭하기 2011.11.29 15147
24 AutoHotKey autohotkey) 네 코드를 보여, 내가 당신에게서 배우고 싶어요 1 2012.01.08 15114
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소