Results 1 to 7 of 7

Thread: iframe

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Posts
    72

    iframe

    in the main page there are

    Code:
    <html>
    <body>
    <iframe name="footer" src="new_page_4.htm">
    </iframe>
    </body>
    </html>
    in "new_page_4.htm" there are :

    Code:
    <Script>document.location.href='1.html'</Script>
    the problem is when the main page loaded the page "1.html" show in iframe (footer) .. what is the code which make the page "1.html" show in the main page . ??
    Last edited by ayman_rapper; May 25th, 2005 at 08:54 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width