Re: where is the esp-syntax described?

2010-08-13 Thread Lars Trieloff
ESP is Embedded ECMAScript (Javascript). Inside <% and %> you can use any ECMAScript statement you want, including if, else if, switch and case. Lars On Fri, Aug 13, 2010 at 11:59 AM, Clemens Wyss wrote: > e.g. is there an "else if" or "elsif"? How about a switch/case? > Thx > -- Lars Triel

where is the esp-syntax described?

2010-08-13 Thread Clemens Wyss
e.g. is there an "else if" or "elsif"? How about a switch/case? Thx