including one html in another

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Al Christoph (ac2_at_too.net)
Date: 04/09/04


Date: Fri, 9 Apr 2004 06:25:59 -0400

I'm feeling really stupid today. For obscure reasons, I want to "include"
one html file in another in the same sense as you can use src= in a <script>
tag to include another js file. I don't want to use IFRAME. I just want to
tell the browser to suck up and display another htm file and then continue
processing the current one.

The <OBJECT> tag seems like a likely candidate but the following
<OBJECT classid=include.htm classtype='text/html'>Show me if it did not
work.</OBJECT> just sat there looking dumb. I got neither the stuff in
include.htm NOR alternative text showing. What am i doing wrong?

Regards,
Al Christoph



Relevant Pages

  • html tags and perl
    ... I've got a perl script which is parsing a HTML file and printing a src text from a tag on a screen. ... I dont know how to write a sub which can take a html $file and change all the src contents from the img tags to sth else. ...
    (comp.lang.perl.misc)
  • Re: html tags and perl
    ... I've got a perl script which is parsing a HTML file and printing a src ... text from a tag on a screen. ... I dont know how to write a sub which can take a html $file and change ...
    (comp.lang.perl.misc)
  • Text as SRC?
    ... Sorry for the newb-type question, ... in the the way you would use the <img src=> tag to ... but not need to delve into the actual html file to do so. ...
    (alt.html)
  • Re: HTML HREFS - confused...
    ... There's no such thing as an HREF tag! ... my local development 'index.html' exists at... ... If the HTML file isn't in your project's root directory, ... BTW, I've used Microsoft Windows paths above for the local paths, but ...
    (alt.html)
  • HTMLParser not parsing whole html file
    ... I wanted to use python to scrub an html file for score data, ... I'm using HTMLParser, and the parsing seems to fizzle out around line ... staring tag with attrs ...
    (comp.lang.python)