DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 1 of 1
  1. #1
    Join Date
    Nov 2008
    Posts
    3

    Multiple frames in one page?

    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
    Last edited by joshvelco; 08-14-2009 at 09:01 AM. Reason: problem resolved

Similar Threads

  1. Replies: 0
    Last Post: 08-30-2007, 03:51 PM
  2. Replies: 7
    Last Post: 07-09-2006, 01:56 AM
  3. Replies: 0
    Last Post: 02-23-2006, 07:08 PM
  4. Replies: 4
    Last Post: 06-24-2005, 01:40 AM
  5. Multiple Recordsets in a page
    By Dan in forum ASP.NET
    Replies: 1
    Last Post: 07-20-2001, 05:41 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links