Iframe에 있는 값 가져오기
웹관련정보2013. 12. 8. 17:46
<IFRAME width="100%" id="iasdf" style="height:100%" scrolling="auto" name="myiframe" class="eee" SRC='http://webcreate.tistory.com/'>
</IFRAME>
$(document).ready(function () {
var cnt_span = document.getElementById("iasdf").contentWindow.document.getElementById("프레임내 사이트의ID값");
//or
var cnt_span = frames[0].document.getElementById("cnt_rem_cart");
});
'웹관련정보' 카테고리의 다른 글
favicon 설정방법 (0) | 2013.12.18 |
---|---|
function 사용방법 (0) | 2013.12.08 |
랭키닷컴 위젯 다는 방법[두번째 - 설치] (0) | 2013.11.03 |
랭키닷컴 위젯 다는 방법[첫번째 - 신청] (0) | 2013.11.02 |
카페 24로 쇼핑몰 만들기 - 애견 쇼핑몰 [두번째 - 계획짜기] (0) | 2013.10.19 |