Anonymous access and authentication

2003-11-26 Thread Allan Clarke
Hello everybody, I'm trying to call a .asp file from my coldfusion page using cfhttp. When I browse the the cfm file in the browser, I see this message displayed on the browser: You are not authorized to view this page You do not have permission to view this directory or page using the

help with div's and form fields

2003-11-21 Thread Allan Clarke
Hi Everybody, I really need a second opinion from someone on using DIV's. My page has a form with two div's, the first div, has two text fields and a button with a onClick event. When the user hits the button, the second div is displayed. Here's my code: html head titleDIV Example/title style

form variables not passed to action page - please help!

2003-11-03 Thread Allan Clarke
Hi Guys, Am really hoping for someone to help me. I have this problem and can't find a solution. I have a form with two buttons with an onClick event each. Each button calls a _javascript_ function. When the user clicks on the button, I'm assigning all form field values to hidden variables. When I

cfhttp returns nothing

2003-10-27 Thread Allan Clarke
Hi Everybody, I am trying to invoke a .asp file using the cfhttp tag. CFHTTP url=""> method=GET/ Here is my asp code: [EMAIL PROTECTED]VBSCRIPT% % Dim userEmail userEmail = session(user.email) Response.Write userEmail response.write request.Cookies(user.email) % When I dump the

Hidden variables and passing data from one page to another

2003-10-23 Thread Allan Clarke
Hello Everybody, I desperately need someone to help me. I am working on a Order Form, users can rent or buy desktops. I have a form with a couple of text fields and drop downs common to users renting and ordering desktops. There are two submit buttons rent and buy. The user fills in the textboxes

Form and hidden variable question

2003-10-20 Thread Allan Clarke
Hi Guys, I desparately need somebody to help me. I have a form which has hidden variable, a textarea and a submit button. When the submit button is clicked a OnClick event calls a function subme() method. Here is my code form name=frm method=post input NAME=update TYPE=submit VALUE=Calculate

CFHTTP Question!

2003-10-17 Thread Allan Clarke
Hello everybody, I'm trying to call a .asp file from my coldfusion page using cfhttp and I keep getting errors. Both files are on the same server, just different folders under the site webroot. This should explain it: The ColdFusion file is in

CFFILE Question

2003-10-15 Thread Allan Clarke
Hello Everybody, I want to see the contents of a directory on the server. I know there is a function in CF to do this, GetTemplatePath, cfdirectory or something (not sure). The directory path will not change. I want to first get to the directory and then find all log files in the directory

SQL Statement help!

2003-10-10 Thread Allan Clarke
I was wondering if the SQL gurus out there could help. I have this table that keps a log of the user search activity. For ex, on the site search page of the site, if a user searches for a keyword test, it gets stored on the database table along with other details like the username, date/time,

SQL Help

2003-10-09 Thread Allan Clarke
cffile action=""> file=C:\Inetpub\wwwroot\logReport\dtSearchWeb2003-09.log variable=fOutput cfset qTmp = QueryNew(DateTime,UserName,SearchString,IndexName,ResultsFound,Status) cfloop list=#fOutput# index=fileLine delimiters=#Chr(10)# cfif listLen(fileLine) eq 6 cfscript tmp =

SQL Help - Correct Post

2003-10-09 Thread Allan Clarke
cffile action=""> file=C:\Inetpub\wwwroot\logReport\dtSearchWeb2003-09.log variable=fOutput cfset qTmp = QueryNew(DateTime,UserName,SearchString,IndexName,ResultsFound,Status) cfloop list=#fOutput# index=fileLine delimiters=#Chr(10)# cfif listLen(fileLine) eq 6 cfscript tmp =

SQL Help - Correct Post

2003-10-09 Thread Allan Clarke
cffile action=""> file=C:\Inetpub\wwwroot\logReport\dtSearchWeb2003-09.log variable=fOutput cfset qTmp = QueryNew(DateTime,UserName,SearchString,IndexName,ResultsFound,Status) cfloop list=#fOutput# index=fileLine delimiters=#Chr(10)# cfif listLen(fileLine) eq 6 cfscript tmp =

Looping through a list, setting each listItem to a column

2003-10-08 Thread Allan Clarke
Hello Everybody, I am trying to read a log file and display the results on a webpage. Here is what the log file looks. DateTime User Webpage Visited Status 2003/09/01 11:52:15, User\testUser1, /wwwroot/code/article_1.shtml, OK 2003/09/01 11:53:35, User\testUser2, /wwwroot/code/article_2.shtml,

Help with Regular Expressions

2003-10-08 Thread Allan Clarke
I want to use a regular _expression_ that finds any commas that are between quotation marks and either escapes them or replaces them Here is an my string. 2003/09/09 14:49:05, TestUser1, /Doc/News/Budgeting,Forecasting Reporting.doc, OK As you can see /Doc/News/Budgeting,Forecasting

Error when trying to create a datasource from the CFMX Administrator

2003-09-03 Thread Allan Clarke
I get this error when I try to create a data source from the CFMX Administrator. Element ISJ2EE is undefined in DS. The error occurred in D:\CFusionMX\wwwroot\CFIDE\administrator\datasources\index.cfm: line 448 Called from D:\CFusionMX\wwwroot\CFIDE\administrator\datasources\index.cfm: line 434

CFCONTENT - CF5

2003-08-29 Thread Allan Clarke
Hello Everybody, I'm trying to get ColdFusion to display unicode data in a csv file. I'm using the CFCONTENT tag to open the csv file passing it the content. When the data is viewed in the csv file, the content with special characters is not displayed in utf encoded format. Is there any way to

Special Characters - Display Issue - CF 5

2003-08-28 Thread Allan Clarke
I don't know how to escape special characters and display them in HTML Safe Format. This is a french banking application and there are banks with funny names, ex: Crédit France, Zürcher Kantonalbank, è, Ä, acute and the like. The bank Crédit France gets displayed like this on the browser: Crédit

See a blank page when I run a .cfm file

2003-08-17 Thread Allan Clarke
I have this strange problem. I'm running coldfusion MX on my Win2k server and IIS 5.0. For some reason when I run a .cfm file on my localhost: http://localhost/test.cfm, all I see is a BLANK Page. When I view the source, I see this: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

calculating the date and time.

2003-07-30 Thread Allan Clarke
Hi All, I was hoping somebody could help me. I'm trying to display the date and time. This is how I want to display it: If the current time is 10:05, I want to display the time in this format: In the last hour (09:05 - 10:04) If the current time is 10:05 and the date is 30.July, I want to

Trusted Cache Question

2003-07-24 Thread Allan Clarke
How can I not cache a coldfusion page even though the Trusted Cache option is switched on in CF Administrator. I'm working with CF5? __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

SiteMinder Service Status

2003-07-22 Thread Allan Clarke
Does anyone know how to programatically test if the SiteMinder Authentication/Authorization service is running. I'm currently using the cfauthenticate tag to do this but even after stopping the services ColdFusion thinks SiteMinder is still running, I guess because coldfusion caches the SiteMinder

How to Flush ColdFusion and Security Server Caches Programatically?

2003-07-21 Thread Allan Clarke
Hi all, I'm using ColdFusion 5 and Advanced Security. I want to be able to flush the SiteMinder Authorization and Authentication Caches. The way I do it now is by going to the CF Admin - Security Configuration and then click on the Flush All button. I want to know if it is possible to use some

LDAP Monitoring Utility/Tool/CF Script

2003-07-15 Thread Allan Clarke
Hi, I'm searching for a free LDAP monitoring utility/tool or atleast a script. Basically I want to have an update of the LDAP Server at all times. The utility/script should alert me when something goes wrong (service stops/fails). I am using Nagios. Nagios is a feature-rich network monitoring

RE: Coldfusion MX installer problem - Please help

2003-07-02 Thread Allan Clarke
then be prompted to co-exist. Christine -Original Message- From: Allan Clarke [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 12:45 PM To: CF-Talk Subject: Coldfusion MX installer problem - Please help I have ColdFusion 5 installed on my machine. I ma now trying

Coldfusion MX installer problem - Please help

2003-07-01 Thread Allan Clarke
I have ColdFusion 5 installed on my machine. I ma now trying to install ColdFusion MX. When I run the CD, the install sheild window opens up, and I get the msg Preparing to Install and then I see the ColdFusion MX - Install Wizard, clickin on next takes me to the license agreement window. I have

How to edit User Directory (Advanced Security) details in ColdFusion MX

2003-06-18 Thread Allan Clarke
Hi Guys, have a question for you all. I have recently migrated from CF5 to MX and Spectra 1.5.2. My CF 5 application uses Site Minder (Advanced Secuirty) to connect to an LDAP Server. I have four security contexts and 4 user directories. So access to the site is restricted and only users having

Remoting - Access from Flash to web services - BabelFish

2003-06-16 Thread Allan Clarke
I downloaded the Babelfish sample application source code from the macromedia website: http://www.macromedia.com/support/flash/flashremoting/consuming_ws_using_cfmx/ Extracted the code in my CFMX wwwroot folder. Opened the file: Babelfish.fla in Flash MX, brought up the NetConnectionDebugger and

RE: Remoting - Access from Flash to web services - BabelFish

2003-06-16 Thread Allan Clarke
Yes I have Updater 3 installed --- Chris Kief [EMAIL PROTECTED] wrote: Are you running CFMX with Updater 3 installed? chris -Original Message- From: Allan Clarke [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 8:56 AM To: CF-Talk Subject: Remoting - Access from Flash

Re: Remoting - Access from Flash to web services - BabelFish

2003-06-16 Thread Allan Clarke
: [EMAIL PROTECTED] === On Mon, 16 Jun 2003, Allan Clarke wrote: I downloaded the Babelfish sample application source code from the macromedia website: http://www.macromedia.com/support/flash/flashremoting

Re: Remoting - Access from Flash to web services - BabelFish

2003-06-16 Thread Allan Clarke
: [EMAIL PROTECTED] === On Mon, 16 Jun 2003, Allan Clarke wrote: I downloaded the Babelfish sample application source code from the macromedia website: http://www.macromedia.com/support/flash/flashremoting

RE: MS AD

2003-06-16 Thread Allan Clarke
the 'port' attribute is missing. Adding this will fix your problem --- Marlon Moyer [EMAIL PROTECTED] wrote: Have you tried giving it a username and password? -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 10:54 AM To: CF-Talk

RE: Remoting - Access from Flash to web services - BabelFish

2003-06-16 Thread Allan Clarke
me know how that goes for you...chris -Original Message- From: Allan Clarke [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 9:11 AM To: CF-Talk Subject: RE: Remoting - Access from Flash to web services - BabelFish Yes I have Updater 3 installed --- Chris Kief [EMAIL