blob: b488631e83687aaaee06782cd7bd1ec91b5d254b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<HTML>
<TITLE>
Samba4 ESP test
</TITLE>
<BODY>
including /scripting/test.ejs<p>
<% include("/scripting/test.ejs"); %>
calling a function from test.ejs ...<p>
<% showArray("request", request); %>
<form name="Cancel" method="POST" action="index.html">
<input name="submit" type="submit" value="Cancel"><br>
</form>
</BODY>
</HTML>
|