http://whiteat.com 홈페이지 내에 자료들의 주소를 보면,
http://www.whiteat.com/zbxe/18997
http://www.whiteat.com/zbxe/19285
이런 식으로 되어 있는데, 프레임을 사용하여,
모든 홈페이지의 내용을 http://whiteat.com 으로 사용할수 있다.
http://www.whiteat.com/zbxe/18997
http://www.whiteat.com/zbxe/19285
이런 식으로 되어 있는데, 프레임을 사용하여,
모든 홈페이지의 내용을 http://whiteat.com 으로 사용할수 있다.
[kkjk13@home public_html]$ vi index.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="{Context::getLangType()}" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="keywords" content=""> <meta name="description" content=""> <meta name="author" content=""> <title>WhiteAt.com - AVR, MFC </title> </head> <frameset rows="0%,100%" cols="*" border="0" framespacing="0"> <frame src="" scrolling="NO" frameborder="NO" name="no"> <frame src="/zbxe/" frameborder="NO" name="main" marginwidth="0" marginheight="0" scrolling="auto"> </frameset> <noframes> </noframes> <body> </body> </html> ~ ~ ~