Hi all,
I would like to ask out a simple question, can anyone help me?
I want to let the user input a date into the field(ifindrec) and then the user press "By Date" button. It will pass the value of "ifindrec" to "FindForm.cfm".
<html>
<FONT face=Arial size=2>Find Rec. </FONT>
<INPUT NAME="ifindrec" SIZE="10" MAXLENGTH="10" value="">
<input type="Button" value="By Date" Onclick="location.href='FindForm.cfm?info=#ifindrec#&findby=D'">
</html>
But now I facing a problem as belows:
------------------------------------------------------------
Error resolving parameter IFINDREC
ColdFusion was unable to determine the value of the parameter. This problem is very likely due to the fact that either:
You have misspelled the parameter name, or
You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or CFTABLE tag.
------------------------------------------------------------
Thanks so much!
I would like to ask out a simple question, can anyone help me?
I want to let the user input a date into the field(ifindrec) and then the user press "By Date" button. It will pass the value of "ifindrec" to "FindForm.cfm".
<html>
<FONT face=Arial size=2>Find Rec. </FONT>
<INPUT NAME="ifindrec" SIZE="10" MAXLENGTH="10" value="">
<input type="Button" value="By Date" Onclick="location.href='FindForm.cfm?info=#ifindrec#&findby=D'">
</html>
But now I facing a problem as belows:
------------------------------------------------------------
Error resolving parameter IFINDREC
ColdFusion was unable to determine the value of the parameter. This problem is very likely due to the fact that either:
You have misspelled the parameter name, or
You have not specified a QUERY attribute for a CFOUTPUT, CFMAIL, or CFTABLE tag.
------------------------------------------------------------
Thanks so much!