including an html file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave

    including an html file

    Hello -

    I have a webpage



    that I want to include within an xsl generated page.

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

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

    Many thanks -

    Dave
  • Martin Honnen

    #2
    Re: including an html file

    Dave wrote:
    I know that i can use <image src="my_image.j pg" /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

    Comment

    • Dave

      #3
      Re: including an html file

      On Sep 17, 8:34 am, Martin Honnen <mahotr...@yaho o.dewrote:
      Dave wrote:
      I know that i can use <image src="my_image.j pg" /to display an
      image -
      >
      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

      Comment

      Working...