-
Posted to
General
by
hullspeed
on
07-10-2009, 5:14 PM
Aha. I think i said at the start I thought I was missing the obvious. Thank you.
-
Posted to
General
by
hullspeed
on
07-10-2009, 12:17 PM
I want to insert the contents of a file (test.shtml) into a web page (testInclude.html).
Sorry about the lack of clarity. From numerous articles on the web, this looked pretty straightforward.
-
Posted to
General
by
hullspeed
on
07-09-2009, 3:58 PM
I'm trying to use #include to include the text contained in 'test.shtml' in 'testInclude.html'. "View Source" (and the rendered page) should look like
SSI include directive follows this line. <br />
this text is in 'test.shtml'
<br />SSI include directive preceeds this line. ...
-
Posted to
General
by
hullspeed
on
07-09-2009, 1:48 PM
I must be missing something obvious, but I don't know what it is. 'testInclude.html' and 'test.shtml' are in c:/Inetpub/wwwroot. testInclude (from 'view source') looks like this:
<html>
<head>
<title>Test</title>
</head>
<body>
SSI include directive follows this line. ...