|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Include TEXT rather than IMG.. How? |
From: |
Dusty |
Date: |
6/28/2000 6:32:28 PM |
IP: |
204.131.171.21 |
Most web servers have an include feature.
With IIS, you can use the format:
<!-- #include file="insert your path here" -->
to include a file in a page. Inclusion is performed PRIOR to the ASP interpreter running on the page. You can certainly include text files as well. Note that the path to the file can be relative (e.g. ../include_file.txt).
I hope I understood your question correctly!
Good luck,
Dusty |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|