SCRIPT LANGUAGE=Javascript RUNAT=Server>If (iPrice=2) Buy="Yes"</script>
or
<%@ LANGUAGE=Javascript %>
<% If (iPrice=2) Buy="Yes" %>
or
<% If (iPrice=2) %>
<b>You should buy.</b>
<% Else %>
<b>Don't buy that!</b>