TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:RE: Directly inserting html text From:bryan -dot- westbrook -at- amd -dot- com To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Mon, 13 Aug 2001 11:58:56 -0500
Server side includes are really easy to do using ASP, but you need IIS on
the server for it to work:
The code is:
<!-- #include file="path/filename.inc" -->
It will include the contents of the *.inc file into the *.asp file in place
of the code as if it had always been there (and that is how it will appear
is anybody views your source because the substitution is made on the server
not the client).
I just started using this lately for single sourcing (especially glossary
entries) and it's been a big help.
-----Original Message-----
From: Meg Halter [mailto:aiki4us -at- yahoo -dot- com]
Sent: Monday, August 13, 2001 11:41 AM
To: TECHWR-L
Subject: Directly inserting html text
I want to put the shared text in a separate file and then insert
it into the original and new docs in place of the shared text.
When displayed in a browser, the inserted text would look like
it's part of the doc.
*** 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.