I have to keep an application secure. I open the app in a window with the following:
function Start(page) {
OpenWin = this.open
(page, "CtrlWindow", "status=yes,toolbar=no,
menubar=no,location=no,scrollbars=yes,
resizable=yes");
}.
I...
I've generated a cfloop to create textfields based on the user input from 1-5.(max up to 5 field)
<-- check to see if #form.input# GT 5-->
cfset count=#form.input#>
<cfif count GT 5>
<--Error message-->
<cfelse>
<cfloop index="index" from="1" to="#count#">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.