blob: adc032b70b941da44899f76a995afe7a92792f81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- aus http://de.selfhtml.org/servercgi/server/ssi.htm -->
<html>
<head>
<title>Dynamisches HTML mit Server Side Includes</title>
</head>
<body>
<h1>Dynamisches HTML mit Server Side Includes</h1>
<!--#include virtual="ssitest.inc" -->
<!--#include virtual="ssitestservlet.html?delay=1000" -->
<!--#include virtual="ssitestservlet.html?delay=2000" -->
<!--#include virtual="ssitestservlet.html?delay=1000" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
<!--#include virtual="ssitestservlet.html?delay=0" -->
</body>
</html>
|