PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
</body>
<frameset rows="50,*" border=0>
<frame name="navigate" src="http://www.domain1.com/linkrd.html" scrolling = "no" marginheight=1 noresize style="border-bottom: 2px solid #333366;">
<frame name="partner" src="http://www.domain2.com/mainpage.html" marginheight=1>
</frameset>
<noframes>
The link that you are following will take you to partner site. To continue click
<A HREF="http://www.domain2.com/mainpage.html">here</A>.
</noframes>
</html>
I have tried this code with both </body> before and after <frameset>, however in both cases I just get a blank screen. Both domains (on my actual code) point to valid links. Can anyone tell me why this is coming up blank?