Need help for input type="file"

2001-05-07 Thread ychen
Hi, Is there a way to dynamic assign value for input field type="file" without click the browse button? here is an example document.forms[0].FileName.value= "c:\WebSite\dmcs200105040214"; alert(document.forms[0].FileName.value); thanks for any suggestion YC www.atswebnet.co

retrive content from db with cfoutput tag in the content

2001-05-30 Thread ychen
Hi, I have content store in the database with cfm tag in the content, when I retrieve the content from the database and display it on the cfm page, it treats the content as string, it does not process the cfoutput tag here is my code SELECT tblDocument.Doc_Title, tblDocument.Doc_Body,

Help for using Windows Service for Unix with CF

2001-07-05 Thread ychen
Additional Header Information: Received: from hof001.houseoffusion.com ([207.31.122.190]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A80.005409F0; Thu, 5 Jul 2001 11:17:55 -0400 Received: from [207.31.122.190] by hof001.houseoffusion.com (Post.Offic

Re[2]: Help for using Windows Service for Unix with CF

2001-07-05 Thread ychen
Additional Header Information: Received: from figdcaexc1.figleaf.com ([146.145.88.79]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A80.0077F856; Thu, 5 Jul 2001 17:50:23 -0400 Received: by figdcaexc1.figleaf.com with Internet Mail Service (5.5.2650.21) id

Chat application

2001-03-28 Thread ychen
Additional Header Information: Received: from www.houseoffusion.com ([207.31.122.140]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A1D.0058ED2A; Wed, 28 Mar 2001 11:11:19 -0500 Received: from houseoffusion.com ([207.31.122.140]) by www.houseoffusion.

dynamic form builder

2001-04-03 Thread ychen
Additional Header Information: Received: from www.houseoffusion.com ([207.31.122.140]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A23.00701643; Tue, 3 Apr 2001 16:24:17 -0400 Received: from houseoffusion.com ([207.31.122.140]) by www.houseoffusion.c

Re[2]: dynamic form builder

2001-04-04 Thread ychen
Additional Header Information: Received: from www.houseoffusion.com ([207.31.122.140]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A23.007B1A7A; Tue, 3 Apr 2001 18:24:37 -0400 Received: from houseoffusion.com ([207.31.122.140]) by www.houseoffusion.c

cfhttp access to https

2001-04-05 Thread ychen
Hi, Can cfhttp access to https site and get the files with username and pasword provided? if so, can anyone provide a code example!! Thank you very much yc If you change the query in any way, it will rerun, so you can do a couple things... One of the most interesting would be to make

can cfhttp access to https?

2001-04-05 Thread ychen
Hi, Can cfhttp access to https site and get the files with username and pasword provided? if so, can anyone provide a code example!! Thank you very much yc If you change the query in any way, it will rerun, so you can do a couple things... One of the most interesting would be to mak

Email software

2001-04-11 Thread ychen
Additional Header Information: Received: from www.houseoffusion.com ([207.31.122.140]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A2B.0060A2E4; Wed, 11 Apr 2001 13:35:31 -0400 Received: from houseoffusion.com ([207.31.122.140]) by www.houseoffusion.

when is CF5 release?

2001-04-11 Thread ychen
Additional Header Information: Received: from www.houseoffusion.com ([207.31.122.140]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A2B.0060A2E4; Wed, 11 Apr 2001 13:35:31 -0400 Received: from houseoffusion.com ([207.31.122.140]) by www.houseoffusion.

Re[2]: Email software

2001-04-11 Thread ychen
Additional Header Information: Received: from www.houseoffusion.com ([207.31.122.140]) by inside.pgi.com (Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) with SMTP id 85256A2B.006CCC2F; Wed, 11 Apr 2001 15:48:21 -0400 Received: from houseoffusion.com ([207.31.122.140]) by www.houseoffusion.

Need Help for cfhttp

2001-04-18 Thread ychen
Hi, I have a cfm page that needs access to https site to get files back to my server, here is my problem and question. In order for me to get the file, I will need to login to https site first then click one submit form to get the file. I am able to use cfhttp to send username and password an

Re[2]: Need Help for cfhttp

2001-04-18 Thread ychen
where can I find cfx_http, it does not exists at http://www.fsc.follett.com/ website. does anyone has cfx_http tag? or where can I get it? Thank you very much YC ~~ Structure your ColdFusion code with Fusebox. Get the official

how to get the jrunsessionid

2001-04-19 Thread ychen
Hi, I am using CF to access to JRUN server, how can I get the jrunsessionid ? Is there a way to catch jrunsessionid value and add it on to my URL If there is a way to add jrunsessionid on to my URL, what is the syntax, such as http://127.0.0.1/my.jsp?jrunsessionid=12244455 any suggestio

How to fire a macro in Excel through COM

2001-08-07 Thread ychen
hi, Has any one really done something like http://www.cfcomet.com/cfcomet/Excel/index.cfm?ArticleID=E1943E88-13F6-43B3-9C FE474494C63A5B before, and does it works? if anyone has already done that already, do u mind to share you code with me. Thank you very much YC ~~

web base reporting tools

2001-08-07 Thread ychen
Hi, Does anyone knows any good web base reporting tools beside Crytal report? Thank you for any information YC ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.th

how do time /date range compare

2001-09-20 Thread ychen
hi, can anyone help me with time/ date range compare? I am try to compare see if time1 is over lap time2. YC >>> "[EMAIL PROTECTED]" 09/20/01 04:25PM >>> It's a registry setting. Not sure where it's documented. Last time I found it was on the Forums, but it may be in the KB section of Allai

need help for using cfldap to query Exchange Server

2001-10-31 Thread ychen
Hi, Can anyone help me with cfldap? I have Exhange Server 2000 installed on Windows 2000 Server how can i use CFLDAP to access to Exchange Server to get the email? If you can provide some code example it will be helpful. Thank you very much YCC PGI - The Event and Communications Agency Experie

BOOKS for XML

2001-11-01 Thread ychen
any good book for xml? ycc PGI - The Event and Communications Agency Experience. The Difference. http://www.pgi.com GOD BLESS AMERICA ! ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk