Connecting Tech Pros Worldwide Help | Site Map

including an html file

  #1  
Old September 17th, 2008, 12:35 PM
Dave
Guest
 
Posts: n/a
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
  #2  
Old September 17th, 2008, 01:35 PM
Martin Honnen
Guest
 
Posts: n/a

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/
  #3  
Old September 17th, 2008, 02:55 PM
Dave
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Including XSLT formatted XML files in an HTML page Cameron.MacNeil.024@gmail.com answers 2 June 27th, 2008 08:15 PM
Including a Javascript external file from the <body> part of an HTML file davidemazza82@gmail.com answers 1 September 26th, 2007 11:45 AM
How can I "include" an HTML file from another server? indessen@hotmail.de answers 14 March 21st, 2006 07:06 PM
extracting parts of an html file Gary answers 0 July 17th, 2005 05:03 AM