How do i use one page as source for another?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm attempting to link one page as an inline <body src="blabla.com/page.asp">
for the content of an .html page on my own site (with permission). The
problem is that the original sample uses frames, and my site uses shared
borders. How do i translate the frame src tag? Or do i need to make a one
frame page?

Any help is appreciated.
 
You can not include page in that manner in another page, and Server-Side Includes doe not allow you
to include content that is not within your domain.

Use a IFrame

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
Back
Top