iframe 접근방법 채택완료
안녕하세요.
iframe안에 있는 이녀석을 컨트롤 해야하는데<body class="se2_input"></body>
아래와 같은 구조로 되어있는 페이지에 iframe쪽에 id 나 class 같은 접근할수 있는 요소가 없을경우
어떠한 방법으로 접근을 해야하나요?
고수님들 도움부탁드려요~~
<document>
<html>
<head></head>
<body>
<div>
<table>
<tr>
<td>
<iframe frameborder="0" scrolling="no" src="/data/skin/front/aaa/js/smart/Smarteditorskin.html">
<doc>
<html>
<head></head>
<body>
<div>
<iframe frameborder="0" scrolling="no" src="/data/skin/front/aaa/js/smart/Smart_editor_input.html" id="smart_input">
<doc>
<html>
<haed></head>
<body class="se2_input">
</body>
</html>
</doc>
</iframe>
</div>
</body>
</html>
</doc>
</iframe>
</td>
</tr>
</table>
</div>
</body>
</html
</doc>
답변 1개
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
iframe쪽 소스를 손댈수가 없는 상황이라..