iframe이 크롬에서 안불려와집니다;;
본문
<iframe id="mainFrame" name="mainFrame" src="http://gi.esmplus.com/spiceup74/takhi/reversible.html" frameborder="0" allowfullscreen ></iframe>
코드는 이런데
익스플로러에는 불려와지는데
크롬에서는 전혀 안불려와집니다; ㅠㅠ
도와주세요..ㅠ
답변 1
불러와 지는데요
안되시면
파일하나 만들어서 테스트 해보세요
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<iframe id="mainFrame" name="mainFrame" src="http://gi.esmplus.com/spiceup74/takhi/reversible.html" frameborder="0" allowfullscreen ></iframe>
</body>
</html>
답변을 작성하시기 전에 로그인 해주세요.