Yes, you can use variables to determine what validation
to process on the given page.

Example:


<cfif cgi.http_referer is "pageone.cfm">
        ' Process for step one
        ' Example: ADD RECORD TO DATABASE
<cfelse cgi.http_referer is "pagetwo.cfm">
        ' Process for step one
        ' Example: DELETE RECORD FROM DATABASE
..
..
..
</cfif>



-----Original Message-----
From: j p [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 25, 2000 3:42 PM
To: CF-Talk
Subject: Validate Multiple docs


Can you use CF Studio to validate multiple pages??
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

----------------------------------------------------------------------------
--------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to