Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ANGELFIRE

    Hi, I wanted to know if there

    Hi, I wanted to know if there is a way to access cold fusion variables in javascript. I get some data using cfquery. i want to use that data inside my javascript to do some checking. is there a way to access the cfquery variables in js. I would really appreciate any help in this matter...
  2. ANGELFIRE

    Uploading csv file in CF

    Here is my code : <CFIF parameterExists(fileName)> <CFIF #Form.fileName# NEQ &quot;&quot;> <CFFILE ACTION = &quot;UPLOAD&quot; FILEFIELD='upload' DESTINATION=&quot;d:\webroot\intranet\chethamstuff\uploadedfiles\&quot; NAMECONFLICT=&quot;OVERWRITE&quot;>...
  3. ANGELFIRE

    Uploading csv file in CF

    Hi, I am new to coldfusion, html and javascript. I have a requirement where i have to allow the user to upload a comma-separated-values file (.csv). I am using CFFILE tag to upload the file. Everything works fine in IE. The same form also allows me to upload .txt and .doc files in Netscape...
  4. ANGELFIRE

    encrypt/decrypt password field

    I am using SQL ver 7.
  5. ANGELFIRE

    encrypt/decrypt password field

    I have a problem regarding the encryption and decryption of password field in SQL? How can I encrypt / decrypt the password? Could someone give me a sample code for encryption and decryption?
  6. ANGELFIRE

    xp_sendmail

    Does xp_sendmail handles the attachment of several files? If so, what would be the sytax? Could someone post a sample code for this one? tnx
  7. ANGELFIRE

    Encrypt / Decrypt password field

    I have a problem regarding the encryption and decryption of password field in SQL? How can I encrypt / decrypt the password? Could someone give me a sample code for encryption and decryption?
  8. ANGELFIRE

    xp_sendmail help

    Does xp_sendmail handles the attachment of several files? If so, what would be the sytax? Could someone post a sample code for this one? tnx

Part and Inventory Search

Back
Top