OK, I'm trying to build a website here, and integrate another website into it. For some reason, it always just redirects me to the page I'm trying to integrate.
I'm building the page through Dreamweaver, and its my first time using it. The code for the framesets looks like this:
I'm building the page through Dreamweaver, and its my first time using it. The code for the framesets looks like this:
any suggestions of why it might be redirecting the page?<frameset rows="101,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="Title%20Frame.htm" name="MainFrame" scrolling="NO" noresize id="MainFrame" >
<frameset cols="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="Nav%20Frame.htm" name="leftFrame" scrolling="NO" noresize>
<frame src="http://www.hambergerproductions.photoreflect.com" name="StoreFront" scrolling="yes" noresize id="StoreFront">
</frameset>