330: validation for output and purge days fields.

saga*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Dec. 20, 2007
i fixed this issue and i added a regular expression for validating purge 
days and output fields.
<!--- $HeaderUTC: register.cfm, 4, 2006-02-03 22:14:42Z, Raz Yalov$ --->
<!--- $NoKeywords$ --->
<cfinclude template="../incval.cfm">
<cfinclude template="../inchtm.cfm">
<cfif url.action EQ "Register">
<!--- Load "" --->
<cfinclude template="paramblank.cfm">
<!--- Set Title and Page Name --->
	<cfset title="Merchant #url.action#">
	<title><cfoutput>#application.desc# - #title#</cfoutput></title>	
<cfelseif url.action EQ "Update">
<!--- Load from DB--->
<cfinclude template="paramdbload.cfm">
<!--- Set Title and Page Name --->
	<cfset title="#url.action# Merchant">
	<title><cfoutput>#application.desc# - #title#</cfoutput></title>
</cfif>		
<cfinclude template="../inccom.cfm">
	
<cfinclude template="../inctop.cfm">
<cfinclude template="../inctable.cfm">
<!--- Content Begins Here --->
	<cfform action="registerai.cfm"
	method="POST"
	name="update"
	enctype="application/x-www-form-urlencoded">
<!--- Page Name, same as #title# --->	
	<tr>
		<td colspan
david
#1 david
  • +Spam