iframe 접근방법

iframe 접근방법

QA

iframe 접근방법

답변 1

본문

안녕하세요.

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

어떤 기능 을 원하시는 지모르게지만 id 값을 지정 해서 하는 방법도있습니다

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
  • 질문이 없습니다.
전체 0
© SIRSOFT
현재 페이지 제일 처음으로