RE: CFFILE/SCHEDULE

2002-09-25 Thread Mosh Teitelbaum

You would use CFCONTENT to send the file back to the browser.  Either use
another CFFILE after the CFCONTENT to delete the file or run a scheduled
event to routinely delete any *.ins files.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


 -Original Message-
 From: Mark Stephenson - Evolution Internet
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 25, 2002 7:34 AM
 To: CF-Talk
 Subject: CFFILE/SCHEDULE


 Hey,

 A few suggestions on how to achieve the following would be GREATLY
 appreciated.

 I am creating an app that requires the user to enter their username and
 password (NO VALIDATION AVAILBLE)...

 This then sets up an .ins file so that when opens configures
 their internet
 settings.

 I will be using CFFILE to write the file, not sure how to offer it for
 download, and delete the file after they have downloaded it...

 Any help appreciated.

 Kind Regards,



 Mark Stephenson
 New Media Director
 Evolution Internet
 T: 0870 757 1631
 F: 0870 757 1632
 W: www.evolutioninternet.co.uk
 E: [EMAIL PROTECTED]


 WARNING:
 ---
 The information contained in this document and attachments is confidential
 and intended only for the person(s) named above.  If you are not the
 intended recipient you are hereby notified that any disclosure, copying,
 distribution, or any other use of the information is strictly prohibited.
 If you have received this document by mistake, please notify the sender
 immediately and destroy this document and attachments without making any
 copy of any kind.

 AVIS IMPORTANT:
 ---
 Les informations contenues dans le present document et ses pieces jointes
 sont strictement confidentielles et reservees a l'usage de la (des)
 personne(s) a qui il est adresse. Si vous n'etes pas le
 destinataire, soyez
 avise que toute divulgation, distribution, copie, ou autre utilisation de
 ces informations est strictement prohibee.  Si vous avez recu ce document
 par erreur, veuillez s'il vous plait communiquer immediatement avec
 l'expediteur et detruire ce document sans en faire de copie sous quelque
 forme.

 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFILE/SCHEDULE

2002-09-25 Thread Mark Stephenson - Evolution Internet

Thanks for the input but I just went ahead and did it...

Used schedule to delete the ins files every day, and used cffile to create
the file, then i just used a href to deliver it


Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




-Original Message-
From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]]
Sent: 25 September 2002 20:43
To: CF-Talk
Subject: RE: CFFILE/SCHEDULE


You would use CFCONTENT to send the file back to the browser.  Either use
another CFFILE after the CFCONTENT to delete the file or run a scheduled
event to routinely delete any *.ins files.

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


 -Original Message-
 From: Mark Stephenson - Evolution Internet
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 25, 2002 7:34 AM
 To: CF-Talk
 Subject: CFFILE/SCHEDULE


 Hey,

 A few suggestions on how to achieve the following would be GREATLY
 appreciated.

 I am creating an app that requires the user to enter their username and
 password (NO VALIDATION AVAILBLE)...

 This then sets up an .ins file so that when opens configures
 their internet
 settings.

 I will be using CFFILE to write the file, not sure how to offer it for
 download, and delete the file after they have downloaded it...

 Any help appreciated.

 Kind Regards,



 Mark Stephenson
 New Media Director
 Evolution Internet
 T: 0870 757 1631
 F: 0870 757 1632
 W: www.evolutioninternet.co.uk
 E: [EMAIL PROTECTED]


 WARNING:
 ---
 The information contained in this document and attachments is confidential
 and intended only for the person(s) named above.  If you are not the
 intended recipient you are hereby notified that any disclosure, copying,
 distribution, or any other use of the information is strictly prohibited.
 If you have received this document by mistake, please notify the sender
 immediately and destroy this document and attachments without making any
 copy of any kind.

 AVIS IMPORTANT:
 ---
 Les informations contenues dans le present document et ses pieces jointes
 sont strictement confidentielles et reservees a l'usage de la (des)
 personne(s) a qui il est adresse. Si vous n'etes pas le
 destinataire, soyez
 avise que toute divulgation, distribution, copie, ou autre utilisation de
 ces informations est strictement prohibee.  Si vous avez recu ce document
 par erreur, veuillez s'il vous plait communiquer immediatement avec
 l'expediteur et detruire ce document sans en faire de copie sous quelque
 forme.



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFILE/SCHEDULE

2002-09-25 Thread Dave Watts

 You would use CFCONTENT to send the file back to the browser. 
 Either use another CFFILE after the CFCONTENT to delete the 
 file or run a scheduled event to routinely delete any *.ins 
 files.

.. or use the DELETEFILE attribute of CFCONTENT to delete the file.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

: dream :: design :: develop :
MXDC 02 :: Join us at this all day conference for 
designers  developers to learn tips, tricks, best 
practices and more for the entire Macromedia MX suite.

September 28, 2002  ::  http://www.mxdc02.com/
(Register today, seats are limited!)
::

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFILE/SCHEDULE

2002-09-25 Thread S . Isaac Dealey

cfcontent has a deletefile attribute which is supposed to delete the file
immediately following the transfer... though I've heard of people having
problems getting cfcontent files to delete due to IIS placing file-locks on
them. but that's another story... :)

 You would use CFCONTENT to send the file back to the browser.  Either use
 another CFFILE after the CFCONTENT to delete the file or run a scheduled
 event to routinely delete any *.ins files.

 --
 Mosh Teitelbaum
 evoch, LLC
 Tel: (301) 625-9191
 Fax: (301) 933-3651
 Email: [EMAIL PROTECTED]
 WWW: http://www.evoch.com/


 -Original Message-
 From: Mark Stephenson - Evolution Internet
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 25, 2002 7:34 AM
 To: CF-Talk
 Subject: CFFILE/SCHEDULE


 Hey,

 A few suggestions on how to achieve the following would be GREATLY
 appreciated.

 I am creating an app that requires the user to enter their username and
 password (NO VALIDATION AVAILBLE)...

 This then sets up an .ins file so that when opens configures
 their internet
 settings.

 I will be using CFFILE to write the file, not sure how to offer it for
 download, and delete the file after they have downloaded it...

 Any help appreciated.

 Kind Regards,



 Mark Stephenson
 New Media Director
 Evolution Internet
 T: 0870 757 1631
 F: 0870 757 1632
 W: www.evolutioninternet.co.uk
 E: [EMAIL PROTECTED]


 WARNING:
 ---
 The information contained in this document and attachments is
 confidential
 and intended only for the person(s) named above.  If you are not the
 intended recipient you are hereby notified that any disclosure, copying,
 distribution, or any other use of the information is strictly prohibited.
 If you have received this document by mistake, please notify the sender
 immediately and destroy this document and attachments without making any
 copy of any kind.

 AVIS IMPORTANT:
 ---
 Les informations contenues dans le present document et ses pieces jointes
 sont strictement confidentielles et reservees a l'usage de la (des)
 personne(s) a qui il est adresse. Si vous n'etes pas le
 destinataire, soyez
 avise que toute divulgation, distribution, copie, ou autre utilisation de
 ces informations est strictement prohibee.  Si vous avez recu ce document
 par erreur, veuillez s'il vous plait communiquer immediatement avec
 l'expediteur et detruire ce document sans en faire de copie sous quelque
 forme.


 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFILE/SCHEDULE

2002-09-25 Thread Mark Stephenson - Evolution Internet

Thanks for all the info... not really used CFCONTENT much...  Not formally
trained etc...

Think I now MUST look into it

Thanks

Mark Stephenson
New Media Director
Evolution Internet
T: 0870 757 1631
F: 0870 757 1632
W: www.evolutioninternet.co.uk
E: [EMAIL PROTECTED]


WARNING:
---
The information contained in this document and attachments is confidential
and intended only for the person(s) named above.  If you are not the
intended recipient you are hereby notified that any disclosure, copying,
distribution, or any other use of the information is strictly prohibited.
If you have received this document by mistake, please notify the sender
immediately and destroy this document and attachments without making any
copy of any kind.

AVIS IMPORTANT:
---
Les informations contenues dans le present document et ses pieces jointes
sont strictement confidentielles et reservees a l'usage de la (des)
personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, soyez
avise que toute divulgation, distribution, copie, ou autre utilisation de
ces informations est strictement prohibee.  Si vous avez recu ce document
par erreur, veuillez s'il vous plait communiquer immediatement avec
l'expediteur et detruire ce document sans en faire de copie sous quelque
forme.




-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
Sent: 25 September 2002 21:08
To: CF-Talk
Subject: RE: CFFILE/SCHEDULE


cfcontent has a deletefile attribute which is supposed to delete the file
immediately following the transfer... though I've heard of people having
problems getting cfcontent files to delete due to IIS placing file-locks on
them. but that's another story... :)

 You would use CFCONTENT to send the file back to the browser.  Either use
 another CFFILE after the CFCONTENT to delete the file or run a scheduled
 event to routinely delete any *.ins files.

 --
 Mosh Teitelbaum
 evoch, LLC
 Tel: (301) 625-9191
 Fax: (301) 933-3651
 Email: [EMAIL PROTECTED]
 WWW: http://www.evoch.com/


 -Original Message-
 From: Mark Stephenson - Evolution Internet
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 25, 2002 7:34 AM
 To: CF-Talk
 Subject: CFFILE/SCHEDULE


 Hey,

 A few suggestions on how to achieve the following would be GREATLY
 appreciated.

 I am creating an app that requires the user to enter their username and
 password (NO VALIDATION AVAILBLE)...

 This then sets up an .ins file so that when opens configures
 their internet
 settings.

 I will be using CFFILE to write the file, not sure how to offer it for
 download, and delete the file after they have downloaded it...

 Any help appreciated.

 Kind Regards,



 Mark Stephenson
 New Media Director
 Evolution Internet
 T: 0870 757 1631
 F: 0870 757 1632
 W: www.evolutioninternet.co.uk
 E: [EMAIL PROTECTED]


 WARNING:
 ---
 The information contained in this document and attachments is
 confidential
 and intended only for the person(s) named above.  If you are not the
 intended recipient you are hereby notified that any disclosure, copying,
 distribution, or any other use of the information is strictly prohibited.
 If you have received this document by mistake, please notify the sender
 immediately and destroy this document and attachments without making any
 copy of any kind.

 AVIS IMPORTANT:
 ---
 Les informations contenues dans le present document et ses pieces jointes
 sont strictement confidentielles et reservees a l'usage de la (des)
 personne(s) a qui il est adresse. Si vous n'etes pas le
 destinataire, soyez
 avise que toute divulgation, distribution, copie, ou autre utilisation de
 ces informations est strictement prohibee.  Si vous avez recu ce document
 par erreur, veuillez s'il vous plait communiquer immediatement avec
 l'expediteur et detruire ce document sans en faire de copie sous quelque
 forme.




__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFILE/SCHEDULE

2002-09-25 Thread Mosh Teitelbaum

Uhh... yeah, or that 8^).

BTW, Isaac, did you get that link I sent about the free C lib for the
Twofish algorithm?

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 25, 2002 4:08 PM
 To: CF-Talk
 Subject: RE: CFFILE/SCHEDULE


 cfcontent has a deletefile attribute which is supposed to
 delete the file
 immediately following the transfer... though I've heard of people having
 problems getting cfcontent files to delete due to IIS placing
 file-locks on
 them. but that's another story... :)

  You would use CFCONTENT to send the file back to the browser.
 Either use
  another CFFILE after the CFCONTENT to delete the file or run a scheduled
  event to routinely delete any *.ins files.

  --
  Mosh Teitelbaum
  evoch, LLC
  Tel: (301) 625-9191
  Fax: (301) 933-3651
  Email: [EMAIL PROTECTED]
  WWW: http://www.evoch.com/


  -Original Message-
  From: Mark Stephenson - Evolution Internet
  [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 25, 2002 7:34 AM
  To: CF-Talk
  Subject: CFFILE/SCHEDULE
 
 
  Hey,
 
  A few suggestions on how to achieve the following would be GREATLY
  appreciated.
 
  I am creating an app that requires the user to enter their username and
  password (NO VALIDATION AVAILBLE)...
 
  This then sets up an .ins file so that when opens configures
  their internet
  settings.
 
  I will be using CFFILE to write the file, not sure how to offer it for
  download, and delete the file after they have downloaded it...
 
  Any help appreciated.
 
  Kind Regards,
 
 
 
  Mark Stephenson
  New Media Director
  Evolution Internet
  T: 0870 757 1631
  F: 0870 757 1632
  W: www.evolutioninternet.co.uk
  E: [EMAIL PROTECTED]
 
 
  WARNING:
  ---
  The information contained in this document and attachments is
  confidential
  and intended only for the person(s) named above.  If you are not the
  intended recipient you are hereby notified that any
 disclosure, copying,
  distribution, or any other use of the information is strictly
 prohibited.
  If you have received this document by mistake, please notify the sender
  immediately and destroy this document and attachments without
 making any
  copy of any kind.
 
  AVIS IMPORTANT:
  ---
  Les informations contenues dans le present document et ses
 pieces jointes
  sont strictement confidentielles et reservees a l'usage de la (des)
  personne(s) a qui il est adresse. Si vous n'etes pas le
  destinataire, soyez
  avise que toute divulgation, distribution, copie, ou autre
 utilisation de
  ces informations est strictement prohibee.  Si vous avez recu
 ce document
  par erreur, veuillez s'il vous plait communiquer immediatement avec
  l'expediteur et detruire ce document sans en faire de copie
 sous quelque
  forme.
 
 
 
 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFILE/SCHEDULE

2002-09-25 Thread S . Isaac Dealey

Yes I did, sorry I didn't reply -- just been real busy ( and frustrated --
long story ), but thanks a lot for the link. :)

 Uhh... yeah, or that 8^).

 BTW, Isaac, did you get that link I sent about the free C
 lib for the
 Twofish algorithm?

 --
 Mosh Teitelbaum
 evoch, LLC
 Tel: (301) 625-9191
 Fax: (301) 933-3651
 Email: [EMAIL PROTECTED]
 WWW: http://www.evoch.com/


 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 25, 2002 4:08 PM
 To: CF-Talk
 Subject: RE: CFFILE/SCHEDULE


 cfcontent has a deletefile attribute which is supposed
 to
 delete the file
 immediately following the transfer... though I've heard
 of people having
 problems getting cfcontent files to delete due to IIS
 placing
 file-locks on
 them. but that's another story... :)

  You would use CFCONTENT to send the file back to the
  browser.
 Either use
  another CFFILE after the CFCONTENT to delete the file
  or run a scheduled
  event to routinely delete any *.ins files.

  --
  Mosh Teitelbaum
  evoch, LLC
  Tel: (301) 625-9191
  Fax: (301) 933-3651
  Email: [EMAIL PROTECTED]
  WWW: http://www.evoch.com/


  -Original Message-
  From: Mark Stephenson - Evolution Internet
  [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 25, 2002 7:34 AM
  To: CF-Talk
  Subject: CFFILE/SCHEDULE
 
 
  Hey,
 
  A few suggestions on how to achieve the following
  would be GREATLY
  appreciated.
 
  I am creating an app that requires the user to enter
  their username and
  password (NO VALIDATION AVAILBLE)...
 
  This then sets up an .ins file so that when opens
  configures
  their internet
  settings.
 
  I will be using CFFILE to write the file, not sure how
  to offer it for
  download, and delete the file after they have
  downloaded it...
 
  Any help appreciated.
 
  Kind Regards,
 
 
 
  Mark Stephenson
  New Media Director
  Evolution Internet
  T: 0870 757 1631
  F: 0870 757 1632
  W: www.evolutioninternet.co.uk
  E: [EMAIL PROTECTED]
 
 
  WARNING:
  ---
  The information contained in this document and
  attachments is
  confidential
  and intended only for the person(s) named above.  If
  you are not the
  intended recipient you are hereby notified that any
 disclosure, copying,
  distribution, or any other use of the information is
  strictly
 prohibited.
  If you have received this document by mistake, please
  notify the sender
  immediately and destroy this document and attachments
  without
 making any
  copy of any kind.
 
  AVIS IMPORTANT:
  ---
  Les informations contenues dans le present document et
  ses
 pieces jointes
  sont strictement confidentielles et reservees a
  l'usage de la (des)
  personne(s) a qui il est adresse. Si vous n'etes pas
  le
  destinataire, soyez
  avise que toute divulgation, distribution, copie, ou
  autre
 utilisation de
  ces informations est strictement prohibee.  Si vous
  avez recu
 ce document
  par erreur, veuillez s'il vous plait communiquer
  immediatement avec
  l'expediteur et detruire ce document sans en faire de
  copie
 sous quelque
  forme.
 
 
 

 __
 
 Structure your ColdFusion code with Fusebox. Get the
 official book at http://www.fusionauthority.com/bkinfo.cfm
 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
 Archives:
 http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists


Isaac
Certified Advanced ColdFusion 5 Developer

www.turnkey.to
954-776-0046

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFFILE/SCHEDULE

2002-09-25 Thread Mosh Teitelbaum

You're welcome and no problem.  I just wanted to make sure that you got it,
cause my service provider keeps mucking up my email.  Yay Comcast!

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 625-9191
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, September 25, 2002 6:15 PM
 To: CF-Talk
 Subject: RE: CFFILE/SCHEDULE


 Yes I did, sorry I didn't reply -- just been real busy ( and frustrated --
 long story ), but thanks a lot for the link. :)

  Uhh... yeah, or that 8^).

  BTW, Isaac, did you get that link I sent about the free C
  lib for the
  Twofish algorithm?

  --
  Mosh Teitelbaum
  evoch, LLC
  Tel: (301) 625-9191
  Fax: (301) 933-3651
  Email: [EMAIL PROTECTED]
  WWW: http://www.evoch.com/


  -Original Message-
  From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 25, 2002 4:08 PM
  To: CF-Talk
  Subject: RE: CFFILE/SCHEDULE
 
 
  cfcontent has a deletefile attribute which is supposed
  to
  delete the file
  immediately following the transfer... though I've heard
  of people having
  problems getting cfcontent files to delete due to IIS
  placing
  file-locks on
  them. but that's another story... :)
 
   You would use CFCONTENT to send the file back to the
   browser.
  Either use
   another CFFILE after the CFCONTENT to delete the file
   or run a scheduled
   event to routinely delete any *.ins files.
 
   --
   Mosh Teitelbaum
   evoch, LLC
   Tel: (301) 625-9191
   Fax: (301) 933-3651
   Email: [EMAIL PROTECTED]
   WWW: http://www.evoch.com/
 
 
   -Original Message-
   From: Mark Stephenson - Evolution Internet
   [mailto:[EMAIL PROTECTED]]
   Sent: Wednesday, September 25, 2002 7:34 AM
   To: CF-Talk
   Subject: CFFILE/SCHEDULE
  
  
   Hey,
  
   A few suggestions on how to achieve the following
   would be GREATLY
   appreciated.
  
   I am creating an app that requires the user to enter
   their username and
   password (NO VALIDATION AVAILBLE)...
  
   This then sets up an .ins file so that when opens
   configures
   their internet
   settings.
  
   I will be using CFFILE to write the file, not sure how
   to offer it for
   download, and delete the file after they have
   downloaded it...
  
   Any help appreciated.
  
   Kind Regards,
  
  
  
   Mark Stephenson
   New Media Director
   Evolution Internet
   T: 0870 757 1631
   F: 0870 757 1632
   W: www.evolutioninternet.co.uk
   E: [EMAIL PROTECTED]
  
  
   WARNING:
   ---
   The information contained in this document and
   attachments is
   confidential
   and intended only for the person(s) named above.  If
   you are not the
   intended recipient you are hereby notified that any
  disclosure, copying,
   distribution, or any other use of the information is
   strictly
  prohibited.
   If you have received this document by mistake, please
   notify the sender
   immediately and destroy this document and attachments
   without
  making any
   copy of any kind.
  
   AVIS IMPORTANT:
   ---
   Les informations contenues dans le present document et
   ses
  pieces jointes
   sont strictement confidentielles et reservees a
   l'usage de la (des)
   personne(s) a qui il est adresse. Si vous n'etes pas
   le
   destinataire, soyez
   avise que toute divulgation, distribution, copie, ou
   autre
  utilisation de
   ces informations est strictement prohibee.  Si vous
   avez recu
  ce document
   par erreur, veuillez s'il vous plait communiquer
   immediatement avec
   l'expediteur et detruire ce document sans en faire de
   copie
  sous quelque
   forme.
  
  
  
 
  __
  
  Structure your ColdFusion code with Fusebox. Get the
  official book at http://www.fusionauthority.com/bkinfo.cfm
  FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
  Archives:
  http://www.mail-archive.com/cf-talk@houseoffusion.com/
  Unsubscribe:
  http://www.houseoffusion.com/index.cfm?sidebar=lists


 Isaac
 Certified Advanced ColdFusion 5 Developer

 www.turnkey.to
 954-776-0046

 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists