embed one web page into another

J

JethroUK©

it's not a hyperlink i want (i dont want to click anything) - i just want to
create a 'stream' (for want of a better phrase) of web pages end2end



| Separate pains? I hope not. 8)
|
| Is what you are asking "How do I link from one page to an external one"?
| The answer is you insert a hyperlink, and just fill in the blank with the
| absolute address to the other page, e.g.,
|
| http://www.example.com/whatever.html
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | > How do i embed one web page into another?
| >
| > i'm not looking for seperate pains just to generate a continuous list of
| > pages:
| >
| > www.webaddress1.co.uk
| >
| > www.webaddress2co.uk
| >
| > www.webaddress3.co.uk
| >
| > etc
| >
| >
| >
| >
|
|
 
J

JethroUK©

maybe an example:

how would i modify this hyperlink so it just displays the page (no
hyperlink) - just as it would a picture file:

<A href="http://play.com/HOME/HOME/6-/Home.html">


| it's not a hyperlink i want (i dont want to click anything) - i just want
to
| create a 'stream' (for want of a better phrase) of web pages end2end
|
|
|
| | | Separate pains? I hope not. 8)
| |
| | Is what you are asking "How do I link from one page to an external one"?
| | The answer is you insert a hyperlink, and just fill in the blank with
the
| | absolute address to the other page, e.g.,
| |
| | http://www.example.com/whatever.html
| |
| | --
| | Murray
| | --------------
| | MVP FrontPage
| |
| |
| | | | > How do i embed one web page into another?
| | >
| | > i'm not looking for seperate pains just to generate a continuous list
of
| | > pages:
| | >
| | > www.webaddress1.co.uk
| | >
| | > www.webaddress2co.uk
| | >
| | > www.webaddress3.co.uk
| | >
| | > etc
| | >
| | >
| | >
| | >
| |
| |
|
|
 
D

David Berry

Are you trying to include the content of this site into another one? If so,
although I don't personally like them, you can create a Frames page where
the top frame is site 1, the middle frame is site 2 and so on. Or you can
insert an inline frames an set the initial page to the URL of the site you
want to include.
 
D

David Berry

Steve,

That was my first thought as well but it sounds like what he wants to do is
include content from 3 different web sites on one page and the Include Page
will only work with pages already in your web,

Dave
 
J

JethroUK©

so there is no simple way of including another page as i would a picture
e.g.


<A page source="http://play.com/HOME/HOME/6-/Home.html">




| Are you trying to include the content of this site into another one? If
so,
| although I don't personally like them, you can create a Frames page where
| the top frame is site 1, the middle frame is site 2 and so on. Or you can
| insert an inline frames an set the initial page to the URL of the site you
| want to include.
|
|
| | > maybe an example:
| >
| > how would i modify this hyperlink so it just displays the page (no
| > hyperlink) - just as it would a picture file:
| >
| > <A href="http://play.com/HOME/HOME/6-/Home.html">
| >
| >
| > | > | it's not a hyperlink i want (i dont want to click anything) - i just
| > want
| > to
| > | create a 'stream' (for want of a better phrase) of web pages end2end
| > |
| > |
| > |
| > | | > | | Separate pains? I hope not. 8)
| > | |
| > | | Is what you are asking "How do I link from one page to an external
| > one"?
| > | | The answer is you insert a hyperlink, and just fill in the blank
with
| > the
| > | | absolute address to the other page, e.g.,
| > | |
| > | | http://www.example.com/whatever.html
| > | |
| > | | --
| > | | Murray
| > | | --------------
| > | | MVP FrontPage
| > | |
| > | |
| > | | | > | | > How do i embed one web page into another?
| > | | >
| > | | > i'm not looking for seperate pains just to generate a continuous
| > list
| > of
| > | | > pages:
| > | | >
| > | | > www.webaddress1.co.uk
| > | | >
| > | | > www.webaddress2co.uk
| > | | >
| > | | > www.webaddress3.co.uk
| > | | >
| > | | > etc
| > | | >
| > | | >
| > | | >
| > | | >
| > | |
| > | |
| > |
| > |
| >
| >
|
|
 
M

Murray

No, other than to use an IFrame to the page, but -

1. You inherit most of the problems of frames
2. You may get a blank because some pages prevent you from doing it
3. The incoming page may be much larger than the size you have specified
for the IFrame, causing horizontal and vertical scrollbars

Why not use a snapshot of the page?
 
T

Tom Willett

Dave's methods are as simple as it gets ;-)
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| so there is no simple way of including another page as i would a picture
| e.g.
|
|
| <A page source="http://play.com/HOME/HOME/6-/Home.html">
|
|
|
|
| || Are you trying to include the content of this site into another one? If
| so,
|| although I don't personally like them, you can create a Frames page where
|| the top frame is site 1, the middle frame is site 2 and so on. Or you can
|| insert an inline frames an set the initial page to the URL of the site
you
|| want to include.
||
||
|| || > maybe an example:
|| >
|| > how would i modify this hyperlink so it just displays the page (no
|| > hyperlink) - just as it would a picture file:
|| >
|| > <A href="http://play.com/HOME/HOME/6-/Home.html">
|| >
|| >
|| > || > | it's not a hyperlink i want (i dont want to click anything) - i just
|| > want
|| > to
|| > | create a 'stream' (for want of a better phrase) of web pages end2end
|| > |
|| > |
|| > |
|| > | || > | | Separate pains? I hope not. 8)
|| > | |
|| > | | Is what you are asking "How do I link from one page to an external
|| > one"?
|| > | | The answer is you insert a hyperlink, and just fill in the blank
| with
|| > the
|| > | | absolute address to the other page, e.g.,
|| > | |
|| > | | http://www.example.com/whatever.html
|| > | |
|| > | | --
|| > | | Murray
|| > | | --------------
|| > | | MVP FrontPage
|| > | |
|| > | |
|| > | | || > | | > How do i embed one web page into another?
|| > | | >
|| > | | > i'm not looking for seperate pains just to generate a continuous
|| > list
|| > of
|| > | | > pages:
|| > | | >
|| > | | > www.webaddress1.co.uk
|| > | | >
|| > | | > www.webaddress2co.uk
|| > | | >
|| > | | > www.webaddress3.co.uk
|| > | | >
|| > | | > etc
|| > | | >
|| > | | >
|| > | | >
|| > | | >
|| > | |
|| > | |
|| > |
|| > |
|| >
|| >
||
||
|
|
 
D

David Berry

The other option would be to use ASP or ASP.NET (or another scripting
language) to handle it. But from a pure FrontPage/ HTML standpoint the evil
frames or Frames are about as good as it gets.
 
M

Murray

But from a pure FrontPage/ HTML standpoint the evil frames or Frames are
about as good as it gets.

Yes - with emphasis on the HTML - this is not a FP problem.
 
D

David Berry

Agreed. Although there are many questions in this news group relating to
HTML, ASP, JavaScript, CSS or general web site design that aren't
technically pure FP questions either that we answer.
 

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