Updated for YAZ 1.7. HTML output tidy up. Added LOC target.
[egate.git] / www / egwscript
1 <html>
2 <head><title>Europgate WWW gateway test script $Id: egwscript,v 1.3 2001/02/26 14:32:36 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="/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>