Forum Moderators: mack
you could frame newdomain.com .. build a page with a frameset, put it at olddomain.com and have the main image show newdomain.com .. clear as mud? the page at olddomain.com could have this code:
<frameset cols="0,*" frameborder="NO" border="0" framespacing="0">
<frame src="" name="leftFrame" scrolling="NO" noresize>
<frame src="http://www.newdomain.com" name="mainFrame">
</frameset>
would that accomplish your task?
Lana