ACS Banner

Academic Technologies

 

Faculty Consultations

Internet-Based Surveys
Statistics Consulting
Data and Survey Strategies

Faculty Grants Program

Faculty Showcase

History VOAHA
Physics Laboratory
KPE AIM Project

Scripting Support

CGI Scripts
Page Counters and Access Counts
Forms on the Web
Access ControL:
Restricted Web Pages

Server Side Includes

Educational Resources

Merlot
Web Site Accessibility
Center for Distributed Learning


 
 

CSULB
Academic Affairs
Audio Visual Services
Academic Computing


 
 

About ACS
BeachBoard
Software & Databases
Inspired InSite
Workshop Schedule
Enhanced Classroom Labs
Open Access Computer Lab
Media Development Lab
Technology Help Desk


 

 

 

Server Side Includes
Server Side Includes (SSIs) are allowed, but require the calling page to have the extension .shtml instead of .html. Typical syntax for includes would look like:

<!--#include virtual="includes/includedpage.html" -->.

Here the section "includes/includedpage.html" identifies the path to the page to be included. If it is in the same directory, just use the file name, otherwise provide a path to the file (eg. the "includes" directory listed above.

Note that the <!--#exec ...--> command is not allowed for security reasons. Nonetheless, you may use CGI scripts as an alternative if you need to generate dynamically executable pages.