User Guide

490 Chapter 3: ColdFusion Functions
<cfelse>
<!--- if it is empty, output an error message --->
<h4>Enter the sine of the angle to calculate, in degrees and radians. The
value must be between 1 and -1,inclusive.</h4>
</cfif>
</cfif>
<form action = "./evaltest.cfm" method="post">
<p>Enter a number to get its arcsine in Radians and Degrees.
<br><input type = "Text" name = "SinNum" size = "25">
<p><input type = "Submit" name = ""> <input type = "RESET">
</form>