Code:
<html>
<head>
<title>your title</title>
</head>
<frameset rows="*,1" framespacing="0" border="0" frameborder="NO">
<frame src="http://your-new-domain" name="main_content" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
put info here for search engines
</body>
</noframes>
</html>
frames are very bad for search engines, that is why you should avoid it, but the code is above..
search engines will not see you other pages unles you put them links in the noframes clause..
hope this helps