해결하자
iframe부분에 onload가 있을경우
스크립트로 빼야 호환성에 문제가 없습니다.
<script type="text/javascript">
$(document).ready(function() {
sdf();
});
</script>
or
<script type="text/javascript">
sdf();
</script>
'[취약점]' 카테고리의 다른 글
웹표준진단도구,웹접근성 (0) | 2015.01.19 |
---|---|
숨기기 보이기- 접근성 (0) | 2014.10.02 |
document type does not allow element "form" here; missing one of "object", "applet", "map", "iframe", "ins", "del", "noscript" start-tag (0) | 2013.11.22 |
[기타] 파이어폭스 최신 버전에서 윈도우미디어가 작동 안할 때 (0) | 2013.11.14 |
크로스사이트 스크립팅 (0) | 2012.10.30 |