Connecting Tech Pros Worldwide Forums | Help | Site Map

including an html file

Dave
Guest
 
Posts: n/a
#1: Sep 17 '08
Hello -

I have a webpage

www.example.com/my_page.html

that I want to include within an xsl generated page.

I know that i can use <image src="my_image.jpg" /to display an
image -

is there a tag that I can use to include a page?

Many thanks -

Dave

Martin Honnen
Guest
 
Posts: n/a
#2: Sep 17 '08

re: including an html file


Dave wrote:
Quote:
I know that i can use <image src="my_image.jpg" /to display an
image -
>
is there a tag that I can use to include a page?
<iframe src="doc.html"></iframe>
see http://www.w3.org/TR/html4/present/frames.html#h-16.5


--

Martin Honnen
http://JavaScript.FAQTs.com/
Dave
Guest
 
Posts: n/a
#3: Sep 17 '08

re: including an html file


On Sep 17, 8:34*am, Martin Honnen <mahotr...@yahoo.dewrote:
Quote:
Dave wrote:
Quote:
I know that i can use <image src="my_image.jpg" /to display an
image -
>
Quote:
is there a tag that I can use to include a page?
>
* *<iframe src="doc.html"></iframe>
seehttp://www.w3.org/TR/html4/present/frames.html#h-16.5
>
--
>
* * * * Martin Honnen
* * * *http://JavaScript.FAQTs.com/
Thank you - that worked perfectly!

Dave
Closed Thread