Re: Two functions with a single onClick?

2001-02-22 Thread David Berger
input type=button . onClick="javascript:function1();function2();" Or you could call function2() from function1() From: zac [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Two functions with a single onClick? Date: Wed, 21 Feb 2001 21:17:13 -0800

End session on browser close

2001-02-22 Thread David Berger
How can you kill the session when the browser is closed, or the user leaves your site? (In ASP, the session ends when you close the browser) I've looked at the Allaire developers exchange and a number of people had the same question, but nobody had responded with an answer. Thanks, David J.

'unknown exception condition' Causing CRASH

2001-03-14 Thread David Berger
the server to get the service to start back up)? Thanks, David Berger ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

HTTPRequest - Log File Access Denied - SSL

2000-03-31 Thread David Berger
I'm having difficultings getting the scheduled tasks to work now that we've gone to SSL (Windows 2000, ColdFusion4.5.1 rc 1). The error log only writes "access denied". I'm on the correct port (443) and have tried various user names and passwords. We are also using Certificate Server, and I

Re: CFML be gone!

2000-05-09 Thread David Berger
You can right your own custom form validation with javascript. Nothing good comes easy! Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Session variable problem

2000-05-11 Thread David Berger
OK, I'm running CF4.5, on WinNT4.0, IIS4.0... We are using session management on a particular application. There are 5 developers working/helping on this project. Everything has been working fine for the past 4+ weeks, until today. Whomever logs in first, between me and one other specific

Re: Variable creation - correction

2000-05-12 Thread David Berger
THIS WILL WORK cfloop index="i" from="1" to="3" cfset formField = "form.field" "#i#" cfif #evaluate(formfield)# is not "" cfoutput #evaluate(formField)# other/cfoutput /cfif /cfloop From: "David

Re: organizing search results for multiple collection searches

2000-05-23 Thread David Berger
The way I've done it is to show a graphic next to the link which defines which collection it is from but first you need to define your custom1 or custom2 during the cfindex process. Example... cfindex action="Refresh" collection="daily" key="id"

SSL key size (Encryption strength)

2001-07-06 Thread David Berger
Has anybody written or know of a way to determine the client browser's SSL encryption strength (40-bit, 128-bit, etc). (Other than using a product like BrowserHawk)? Thanks in advance, David Berger ~~ Structure your ColdFusion code with Fusebox

CFMAIL and SMTP on IIS4.0 (NT4.0)

2001-08-14 Thread David Berger
with Cold Fusion.) 3) It doesn't appear that Cold Fusion attempts to resend failed emails. Does anybody know of an easy way to handle this? (I'm considering writing a Visual Basic application to resend bad emails) Any information you can provide would be greatly appreciated. Thank you! David

CF - OnSessionEnd

2000-07-24 Thread David Berger
Is there a way (like with ASP) to run a script, function call, etc. when the session times-out? Thanks, David Berger Cynergy Consulting Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com