¾È³çÇϼ¼¿ä.
¾ÆÀÌÇÁ·¡ÀÓ(Iframe)À» »ç¿ëµµÁß¿¡ ¾ÆÀÌÇÁ·¡ÀÓ ¿¡¼ ÆäÀÌÁö°¡ º¯°æµÉ°æ¿ì ¿øÆäÀÌÁö°¡ º¯°æµÇ´Â ¹æ¹ýÀÔ´Ï´Ù.
º¸Åë ¾ÆÀÌÇÁ·¡ÀÓ¿¡¼´Â ´Ù¸¥ÆäÀÌÁö¸¦ ²ø¾î¿À´Â ¹æ¹ýÀ» »ç¿ëÇϴµ¥, ¸¶¿ì½ºÅ¬¸¯½Ã º¯°æµÇ´Â°ÍÀÌ ¾Æ´Ï¶ó,
ÀÚµ¿À¸·Î ÆäÀÌÁöº¯°æ½Ã ¿øÆäÀÌÁö±îÁö °°ÀÌ ÆäÀÌÁöÀ̵¿ÀÌ µÇ´Â ¹æ¹ýÀÔ´Ï´Ù.
ÇÁ·¡ÀÓ Á¦°Å ÇÏÁö ¾Ê°í ÆäÀÌÁö À̵¿Çϱâ
<html>
<head>
<title></title>
</head>
<script language='javascript'>
document.location.href='http://À̵¿ÇÒÆäÀÌÁöÁÖ¼Ò';
</script>
</head>
<body>
</body>
</html>
ÇÁ·¡ÀÓ Á¦°Å ÇÏ°í ÆäÀÌÁö À̵¿Çϱâ
<html>
<head>
<title></title>
<script>
top.parent.location.replace("http://À̵¿ÇÒÆäÀÌÁöÁÖ¼Ò")
</script>
</head>
<body>
</body>
</html>