How do i use one page as source for another?

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.
 
T

Thomas A. Rowe

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
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top