js파일을 인클루딩시 이미지가 표시 안되는 문제.
본문
//java.js
<script>
document.write("<a href='#' target='_blank'>");
document.write("<img src='https://google.com/logo.png'>");
document.write("</a>");
</script>
//123.html
<html>
<head>
<title></title>
</head>
<body>
<script src='ad_01.js'></script>
</body>
</html>
위와 같이 js파일을 불러오면 이미지 파일이 표시안되더라구요.
어디에 문제가 있는걸까요? ㅠ
!-->!-->
답변을 작성하시기 전에 로그인 해주세요.