RE: Directly inserting html text

Subject: RE: Directly inserting html text
From: Mike Stockman <stockman -at- jagunet -dot- com>
To: "TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Mon, 13 Aug 2001 16:07:58 -0400

On 08/13/2001 1:12 PM, Eric J. Ray <ejray -at- raycomm -dot- com>
(ericjray -at- raycomm -dot- com) wrote:

>The question is, does Meg have access to a Web server, or is she trying to
>do this without one. Without one would be somewhat less efficient and
>more challenging.

Depends on how it needs to appear in the resulting document. It's easy to
insert a document into a page (I've done this with frequently-changing
information) by using an iframe entry:

<iframe src="./doc_to_insert.html" width="400" height="450"
scrolling="auto" frameborder="1">
Sorry, the object couldn't be embedded. See
<a href="./doc_to_insert.html">
to see the document in question.</a>]
</iframe>

The "Sorry" text is displayed if the user's browser can't display frames
(or has them disabled for some reason). Otherwise, it shows up with a
border, specific width and height, etc.

For details on iframe and embedding documents, see the HTML 4.01 spec at
<http://www.w3.org/TR/html401/struct/objects.html#h-13.5>

Hope this helps,
----->Mike

________________________________________________________________
stockman -at- jagunet -dot- com -- AOL and AOL Instant Messenger:MStockman



^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

*** Deva(tm) Tools for Dreamweaver and Deva(tm) Search ***
Build Contents, Indexes, and Search for Web Sites and Help Systems
Available now at http://www.devahelp.com or info -at- devahelp -dot- com

A landmark hotel, one of America's most beautiful cities, and
three and a half days of immersion in the state of the art:
IPCC 01, Oct. 24-27 in Santa Fe. http://ieeepcs.org/2001/

---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit
http://www.raycomm.com/techwhirl/ for more resources and info.


Previous by Author: Documenting a data processing application
Next by Author: Re: More ethics...
Previous by Thread: Re: Directly inserting html text
Next by Thread: RE: Directly inserting html text


What this post helpful? Share it with friends and colleagues:


Sponsored Ads