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