pz7gc3 / embeddedjavascript

Automatically exported from code.google.com/p/embeddedjavascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to use "if" condition?

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by gotou...@gmail.com on 19 Sep 2010 at 7:41

Appears that conditionals do work in the template - example:
<% if (TheColor == 'blue') {%>Color is blue<% } else { %>Color is not blue<% } 
%>

Original comment by iainmacn...@gmail.com on 9 Mar 2011 at 4:57