0
votes
2answers
33 views
Including HTML fragments in a page - methods?
heya,
This is an extension of an earlier questions I asked, here:
http://stackoverflow.com/questions/1519198/django-parse-xml-output-as-html-fragments-for-iframe
Basically, we'r …
0
votes
0answers
10 views
Sun ONE Web Server 6.1 Server Parsed HTML
I am wondering what the Sun ONE web server equivalent is for the apache ssi #set var directive. I am looking to set a variable that can later be echoed out.
0
votes
0answers
9 views
Server Side Includes on Sun One Web Server 6.1
I have been developing a site using server side includes using Apache as my test server. I am having issues deploying the code to our staging server, which is a Sun One Web Server …
0
votes
2answers
24 views
Apache: I want to enable SSI. Can anyone furnish an example config file?
Yes - Google abounds with information about configuring Apache to support SSI.
But unfortunately, I still cannot seem to get it right.
My questions:
Can anyone furnish me …
0
votes
0answers
39 views
In an HTML file, is it better to run a server side script using #include or #exec?
If I want to insert the output of a script into an HTML file using server side includes, is it better to use
<!--#include virtual="/cgi-bin/myscript.py" -->
or
<!--#ex …
0
votes
3answers
97 views
Server side include external HTML?
In my asp.net-mvc application I need to include a page that shows a legacy page.
The body of this page is created by calling an existing Perl script.
This Perl script is externally …
1
vote
2answers
94 views
Can’t get Server Side Includes (one HTML file into another) to work.
I can't get server side includes to work. I simply want to include one html file into another and I just can't seem to get it working
Setup
The server is a another machine (not l …
0
votes
1answer
47 views
Can an include file identify the calling page in classic asp?
I have 2 collections of asp files that are auto generated by a job. Collection 1 has a virtual path of "/collection1/" and collection 2 has a virtual path of "/collection2/". Bot …
0
votes
1answer
22 views
Is it possible to have randomness in server-side includes?
I want to introduce some random* behavior into an otherwise static html file. I want to experiment with two different advertising schemes, and I want to have the page erved random …
-1
votes
3answers
77 views
HTML Include file
I am using an include file by doing:
<!--#include virtual="/includes/leftNav.shtml"-->
I changed the include file, and the changes are not picked up.
I'm guessing that the …
1
vote
2answers
77 views
ASP - Determine if current Script is being run as an include
Lets say I have the following pages:
# Include.asp
<%
Response.Write IsIncluded() & "<br>"
%>
# Outside.asp
<!--#include file="Include.asp" -->
I need th …
0
votes
1answer
124 views
HTML Include file
I have a basic web application packaged as an EAR deployed on GlassFish.
The web module has some html files.
The html files have a common footer, an html file, that I would like to …
0
votes
1answer
50 views
Server-side includes in ASP.NET (on Mono, Perhaps): Deprecated?
I have a tiny job to perform on an HTML/ASPX site, and I don't have time to muck around with ASCX (though I've done it before quite a bit, and it is a wonderful technology). My que …
0
votes
2answers
86 views
Is there a way of including HTML pages without needing any javascript or server-side code, only HTML
Is there a way of including HTML pages without needing any javascript or server-side code, only HTML.
Basically I can't be sure if the server supports server side includes. I don' …
0
votes
0answers
71 views
IIS mod/extension to support eXtended Server-Side Includes (XSSI)?
I've been working with a designer that wants ot bring some content developed on Apache to IIS. The content however makes use of XSSI. I have not been able to find out if IIS can su …
