<html> <head><title>타이틀</title> </head> <frameset rows="*,0" frameborder="0" framespacing="0"> <frame name="main" src="메인URL" noresize marginwidth="0" marginheight="0"> <frame name="bottom" src="버텀URL" marginwidth="0" marginheight="0"> </frameset> </html> 이런 방식으로 시작파일을 뺀다는건 다들 아시죠^^ ..