This is a multi-part message in MIME format.
--------------B5EF54EEC420F317BC399DF2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I have an application where the "administrator" of the
online database can go to a "view all records" page where it
lists the name and a few other pieces of info for the folks
with info in their database - the administrator has three
choices - View, Update, or Delete.  All three work perfectly
- except, I would like to include a "Are you sure? Yes/No"
prompt with the delete [DeleteFacultyInfo.cfm?username=xxx
is what is passed]

<cfquery name="delete" datasource="Academic Funding &
Research">
 DELETE FROM Faculty
 WHERE username = '#username#'
</cfquery>



--------------B5EF54EEC420F317BC399DF2
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Symonds, James A.
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             James A. Symonds
n:              Symonds;James A.
org:            Comp&Tech Crdntr, StFX Students' Union; Intern w/Prof. Blackwell; 
Intern w/Acdmc Fndng & Rsrch; TSG Lab Assistant
adr:            Box 780;;St. F.X.U.;Antigonish;Nova Scotia;B2G 2X1;Canada
email;internet: [EMAIL PROTECTED]
title:          Bachelor of Info Sys, Major (student)
x-mozilla-cpt:  ;0
x-mozilla-html: TRUE
version:        2.1
end:            vcard


--------------B5EF54EEC420F317BC399DF2--

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to