Question
if statement
I have this code like this:
<cfquery name=name datasource=datasource>
Select *
From table
</cfquery>
<script language="JavaScript">
if (condition)
{
}
</script>
my question is how can I compare a column from the database from a text in if statement in javascript?
thanks
<cfquery name=name datasource=datasource>
Select *
From table
</cfquery>
<script language="JavaScript">
if (condition)
{
}
</script>
my question is how can I compare a column from the database from a text in if statement in javascript?
thanks
