I am using different hosting services for my forum than to my website, I am now trying to use a frame within a page on my site to open my forum in. However when I open the page, there appears to be two frames, one is my forum, another, is a non-existing page, I have tried deleting the second frameset in the HTML however the area still remains, but is blank. I am sure i am missing something very obvious, please can anyone help?
Code:
<html>
<title> Welcome to the Forum</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="distribution" content="global">
<meta name="revisit" content="10 days">
<meta name="revisit-after" content="10 days">
<meta name="resource-type" content="document">
<meta name="audience" content="all">
<meta NAME="rating" content="General">
<meta name="robots" content="all">
<meta name="robots" content="index,follow">
<script language=javascript>if (top.frames.length > 0) top.location.replace(self.location);</script>
<frameset rows="*,*" frameborder=0 framespacing=0>
<frame src=http://www.softwarespy.smfnew.com frameborder=0 marginwidth=0 marginheight=0>
<frame src="../Sites/softwarespy/UntitledFrame-2"></frameset>
<noframes>
<body>
</body>
</noframes>
</html>
Problem resolved