제사이트에 소셜커머스 달려고 합니다. 도움주세요. 정보
제사이트에 소셜커머스 달려고 합니다. 도움주세요.본문
<?
include_once("./_common.php");
include_once("./_head.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<frameset rows="100%" cols="100%" frameborder="0"><frame src="http://social.ilikeclick.com/social_page.html?affiliate_id=20097082" noresize /></frameset>
</center>
</BODY>
</HTML>
<?
include_once("./_tail.php");
?>
원본소스입니다.
그런데 아이라이클릭 페이지가 안나오네요 ㅠㅠ
include_once("./_common.php");
include_once("./_head.php");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<frameset rows="100%" cols="100%" frameborder="0"><frame src="http://social.ilikeclick.com/social_page.html?affiliate_id=20097082" noresize /></frameset>
</center>
</BODY>
</HTML>
<?
include_once("./_tail.php");
?>
원본소스입니다.
그런데 아이라이클릭 페이지가 안나오네요 ㅠㅠ
댓글 전체
<?
include_once("./_common.php");
include_once("./_head.php");
?>
<iframe src="http://social.ilikeclick.com/social_page.html?affiliate_id=20097082" noresize /></iframe>
<?
include_once("./_tail.php");
?>
답변에 감사드립니다.
아이프레임 안쓰고는 방법이 없나요?
아이프레임 안쓰고는 방법이 없나요?
<html>
<head>
</head>
<frameset rows="*" frameborder="NO" border="0" framespacing="0" longdesc="" title="">
<frame src="http://social.ilikeclick.com/social_page.html?affiliate_id=20097082" name="mainFrame" longdesc=" " title="">
<noframes title=""><body>프레임을 지원하지 않는 브라우져는 이용할수가 없습니다<BR>프레임을 지원하는 웹브라우져를 이용하세요<a href=/></a></body></noframes>
</frameset>
</html>