![]() | |
#11
| |||
| |||
|
|
In plain HTML, using only HTML and nothing but HTML (or may be some lite JavaScript), is it possible to include content from another HTML page into the current page? |
#12
| |||
| |||
|
|
You could pre-process though, as explained in the link I gave: http://allmyfaqs.net/faq.pl?Include_one_file_in_another That way you do all the including at home, and voila, the result is an entire website with navigation on every page. |
|
Yup - except for that (IS)API stuff, but I don't think I needed to understand that ;-) |
|
BTW - are you sure your server doesn't have PHP installed or SSI enabled? |
#13
| |||
| |||
|
|
You could pre-process though, as explained in the link I gave: http://allmyfaqs.net/faq.pl?Include_one_file_in_another That way you do all the including at home, and voila, the result is an entire website with navigation on every page. Wow! thanks for that link. |
|
BTW - are you sure your server doesn't have PHP installed or SSI enabled? I am sure that my webserver has PHP 5.0 installed and ASP 3.0 and ASP .NET v1.1 also intsalled. :-) However, SSI is not currently enabled. |
#14
| |||
| |||
|
|
Thanks, JDS. No. Nothing is wrong with the server side programming tools. I was only inquiring out of curiosity so as to increase my knowledge on the subject. Thanks for the help. |
#15
| |||
| |||
|
|
However, SSI is not currently enabled. |
#16
| |||
| |||
|
|
Are HTML frames a good thing or a bad thing? |
#17
| |||
| |||
|
|
That is rather a glib remark. |
#18
| |||
| |||
|
|
Wow! thanks for that link. I didn't know they built a pre-processor for HTML. Funky! But there're two disadvantages with it, from what I am reading: 1. You have to run the pre-processor only once, and that is when you're fully sure all your content that is to be included is final and won't change. |
|
2. Not good when you have to edit the content included through the pre-processor. It would require replacemnet of code in every page that has the content (pre-processor inserted content) included. |
#19
| |||
| |||
|
|
1. You have to run the pre-processor only once, and that is when you're fully sure all your content that is to be included is final and won't change. |
|
2. Not good when you have to edit the content included through the pre-processor. It would require replacemnet of code in every page that has the content (pre-processor inserted content) included. |
#20
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |