Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Feb 2, 2012 1:27:42 PM |
Updated | Feb 3, 2012 12:14:56 AM |
Priority | Critical |
Type | Bug |
Fix versions | Mirabile Futurum |
State | Submitted |
Assignee | Slava Trenogin (derigel) |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
The following code triggers a false "Expected '('" warning in a Classic ASP page and also in a VB.NET aspx page.
<script type="text/javascript" language="javaScript"> function ann_form_onload() { <% if show = "Modify" then %> //Anything here <% end if %> return true; }; </script>