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>