|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|