해결하자


iframe부분에 onload가 있을경우 

스크립트로 빼야 호환성에 문제가 없습니다.


<script type="text/javascript">

$(document).ready(function() { 

sdf(); 

}); 

</script>


or


<script type="text/javascript">

sdf(); 

</script>

document type does not allow element "form" here; missing one of "object", "applet", "map", "iframe", "ins", "del", "noscript" start-tag


이건 자신을 감싸고 있는 태그가 자신보다 위에있는 태그가 아닌것 같다.


제가난 에러는 form위에 p태그가 있었습니다.

http://www.jihu.co.kr/771


크로스사이트 스크립팅

처음 들어보았다.

웹취약점

+ Recent posts