배워서 남주자/HTML
[html] 사이트 포워딩 frame, script
메그넘
2018. 3. 23. 15:45
html>
<body>
<script type="text/javascript">
document.location.href="http://aaa.domain.com:81";
</script>
</body>
</html>
-----------------------------------------------------------------------------
<frameset rows="*" border="0">
<frame name="MAIN" scrolling="auto" marginwidth="0" marginheight="0" src="http://aaa.domain.com:81">
</frameset>