4a192ee8c55a945e5304de4916cc1b6ab0cea924
[egate.git] / www / egwscript
1 <html>
2 <head><title>Europgate WWW gateway test script $Id: egwscript,v 1.2 1995/10/23 16:55:35 adam Exp $</title></head>
3 <body>
4 Test script with embedded Tcl. <p>
5 {
6     if {[catch {incr count}]} {
7         set count 1
8     } 
9 }
10 session Id: {html $sessionId}<br>
11 session Parms: {html $sessionParms}<br>
12 Click 
13 <a href="http:/cgi-bin/egwcgi/{html $sessionId}/egwscript/{html $count}">
14 here</a> to go to this page again. <br>
15 Number of times this page has been referenced: {html $count} <p>
16 </body>
17 </html>