Re: Application framework and sessions?

2002-01-30 Thread ehoma

The application.cfm file in the subdirectories check for the existenc
e and
value of the client variable that gives that client or class of clien
t
privilege to that directory.

If the appropriate variables are not set and/or the value is not corr
ect it
sends them back to the root.

I am not sure if every application.cfm file needs to have a cfapplica
tion
tag or not.

Thanks,

Eric

- Original Message -
From: Steve Oliver <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 10:09 AM
Subject: RE: Application framework and sessions?


> 1) Why put application.cfm's in your subdirectories since CF will u
se
> the one in the root anyways. But if you have to, then yes you need 
to
> put a cfapplication tag in each one.
>
> 2) No you don't need to lock client variables.
>
> __
> steve oliver
> atnet solutions, inc.
> http://www.atnetsolutions.com
>
>
> -Original Message-
> From: ehoma [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 30, 2002 12:53 PM
> To: CF-Talk
> Subject: Application framework and sessions?
>
>
> Hi,
>
> I have a question about using the application framework and session
s.  I
> have an application that has a shopping cart.  I have an applicatio
n.cfm
> file in the root directory so that session variables are created ri
ght
> away
> and use them to keep track of the items placed in the cart.
>
> The cfapplication file looks like this:
>
> SESSIONMANAGEMENT="Yes"
>SETCLIENTCOOKIES="Yes"
>SESSIONTIMEOUT="#CreateTimeSpan(0, 1, 0, 0)#"
>APPLICATIONTIMEOUT="#CreateTimeSpan(2, 0, 0, 0)#"
>CLIENTMANAGEMENT="Yes"
>CLIENTSTORAGE="">
>
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
> 
> 
>
> 
> 
>  
>  
>  
>  
> 
> 
>
> I then go through a login process when they are ready to check out.
  The
> login process takes place in a subdirectory.  I've created an
> application.cfm file in that subdirectory.  In it I force them to g
o
> through
> the login form and the login check unless the a variable
> client.logged_in is
> set.  Once they are successfully logged in the client.logged_in val
ue
> lets
> them carry on with their checkout.
>
> My question is this:
>
> In my subdirectory cfapplication.cfm file do I need to have a
> cfapplication
> tag just like the one in the file in the root?  Or, can the
> cfapplication.cfm file just contain something like this:
>
> 
> 
> http://www..com/index.cfm"; addtoken="No">
> 
> 
> 
>
> 
> 
> http://www..com/index.cfm"; addtoken="No">
> 
> 
> 
>
> 
> 
> http://www..com/subdirectory/index.cfm";
> addtoken="No">
> 
> 
> 
>
> Also, do I need to lock the client variable?
>
>
> Thanks,
>
> Eric Homa
>
>
>
>
> ___
___
> Dedicated Windows 2000 Server
>   PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
>   Instant Activation · $99/Month · Free Setup
>   http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
> 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
>


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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



Application framework and sessions?

2002-01-30 Thread ehoma

Hi,

I have a question about using the application framework and sessions.  I
have an application that has a shopping cart.  I have an application.cfm
file in the root directory so that session variables are created right away
and use them to keep track of the items placed in the cart.

The cfapplication file looks like this:


















 
 
 
 



I then go through a login process when they are ready to check out.  The
login process takes place in a subdirectory.  I've created an
application.cfm file in that subdirectory.  In it I force them to go through
the login form and the login check unless the a variable client.logged_in is
set.  Once they are successfully logged in the client.logged_in value lets
them carry on with their checkout.

My question is this:

In my subdirectory cfapplication.cfm file do I need to have a cfapplication
tag just like the one in the file in the root?  Or, can the
cfapplication.cfm file just contain something like this:



http://www..com/index.cfm"; addtoken="No">






http://www..com/index.cfm"; addtoken="No">






http://www..com/subdirectory/index.cfm"; addtoken="No">




Also, do I need to lock the client variable?


Thanks,

Eric Homa



__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
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



Double Quotes

2002-01-15 Thread ehoma

Hi,

I'm have a question about characters like double quotes (").  I am using a
form field, textarea, to allow input into a memo field in the database
table.  If the user enters a double-quotation mark in their text it will
truncate the string during the SQL Update command.  Is there a simple
command that will locate and convert these in a string?  Are there other
characters that I need to worry about that will cause problems?

Thanks,

Eric Homa


__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
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: Looping Through Client Variable List

2002-01-13 Thread ehoma

Thanks, I've never used evaluate and it goes to show you that you can
 still
learn something new every day.

Works perfectly!

Regards,

Eric Homa

- Original Message -
From: Joseph Thompson <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Sunday, January 13, 2002 2:30 PM
Subject: Re: Looping Through Client Variable List


> Guess you are stuck with bad old Evaluate() then :-(
>
> #Evaluate('Client.' & ListElement)#
> ___
___
> Get Your Own Dedicated Windows 2000 Server
>   PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
>   Instant Activation · $99/Month · Free Setup
>   http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
> 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
>


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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: Looping Through Client Variable List

2002-01-13 Thread ehoma

That works for session variables because they are stored as a structu
re but
not with client variables.  It was worth a try though.

Thanks,

Eric

- Original Message -
From: Joseph Thompson <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Sunday, January 13, 2002 2:07 PM
Subject: Re: Looping Through Client Variable List


> My best guess :-)
>
>  
>  
> #ListElement# = #Client[ListElement]#
> 
>  
>
>
> ___
___
> Why Share?
>   Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 
20 GB
MO/XFER
>   Instant Activation · $99/Month · Free Setup
>   http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
> 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
>


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
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



Looping Through Client Variable List

2002-01-13 Thread ehoma

I can't believe that I'm having trouble with this but I can't seem to get it
to work.  The books that I have show you how to loop through and get a list
of client variables, like this:


#ListElement#


That works fine.  How do I loop through and display a list of the client
variable values?

Tried numerous methods and failed.  Any help?

Thanks,

Eric Homa


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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



Locking Session Variables?

2002-01-11 Thread ehoma

Hi,

I'm new to using session variables and don't quite understand the "locking"
thing.  What'll happen if you don't lock everything?

Here is some code that I've been using.  I used  when I created the
array but not when I'm reading or writing.  It's been working fine.  Am I in
for big bad application explosion?

How would you lock the code below?

Thanks,

Eric Homa

























__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
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



Quick Question

2001-12-19 Thread ehoma

I hope that you'll permit me to ask a non cf question here.  It is the only
list that I subscribe to and I know that all of the top web developers are
here.

I'm having a debate with my boss.  He likes to spend money and always has
the latest gadgets.  On his desk is a twenty-something inch flat panel
display and he sets the resolution as high as he can.  You could look at
most web sites on his screen using binoculars.

I'm still developing our sites using 800 X 600 and he tells me that I'm
living in the stone ages.

My question:  Which screen resolution is everyone designing for nowadays?

Thanks,

Eric Homa


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
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: Help!

2001-12-10 Thread ehoma

No, it seems that the error message, document position (45:1) to (45:53), is
pointing to the offending query.  If I comment that query out it no longer
causes the error.  The query in question is:



SELECT   DISTINCT IncomingIP
FROM SiteHits


Pretty simple.  There are about 3,500 records in the table.

Eric

- Original Message -
From: Garza, Jeff <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, December 10, 2001 3:11 PM
Subject: RE: Help!


> You by chance using Query of Queries on that page?
>
> Jeff Garza
> Lead Developer/Webmaster
> Spectrum Astro, Inc.
> 480.892.8200
> [EMAIL PROTECTED]
> http://www.spectrumastro.com
>
>
>
> -Original Message-
> From: ehoma [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 10, 2001 3:52 PM
> To: CF-Talk
> Subject: Help!
>
>
> Hi,
>
> Anyone ever seen the following error message?
>
>
> PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag
>
> The error occurred while processing an element with a general identifier
of
> (CFQUERY), occupying document position (45:1) to (45:53).
>
>
> Our application has been running fine for 3 months and now this occurs on
> occasion.  Hit refresh on the browser and the page runs fine on the
reload.
> It is a page with multiple queries.  It is the index page that you are
> directed to after a login with application, client and session variables
> set.
>
> I'm wondering if it has to do with system resources?
>
> Any help?
>
> Thanks,
>
> Eric Homa
>
>
>
> 
~~
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: Help!

2001-12-10 Thread ehoma

No, in fact there are 7 very simple queries.  Some use Count(*) and a few
use DISTINCT, other than that it is very basic stuff.

Eric

- Original Message -
From: Zac Belado <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, December 10, 2001 3:37 PM
Subject: RE: Help!


> > PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag
>
> You aren't using an unlocked session or application variable in the query
> are you?
> 
~~
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: Help!

2001-12-10 Thread ehoma

It's an Access table datasource.

Eric
- Original Message -
From: <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Monday, December 10, 2001 3:20 PM
Subject: Re: Help!


> I've never seen it, what database are you using?
>
> - Original Message -
> From: "ehoma" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, December 10, 2001 4:52 PM
> Subject: Help!
>
>
> > Hi,
> >
> > Anyone ever seen the following error message?
> >
> >
> > PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag
> >
> > The error occurred while processing an element with a general identifier
of
> > (CFQUERY), occupying document position (45:1) to (45:53).
> >
> >
> > Our application has been running fine for 3 months and now this occurs
on
> > occasion.  Hit refresh on the browser and the page runs fine on the
reload.
> > It is a page with multiple queries.  It is the index page that you are
> > directed to after a login with application, client and session variables
> > set.
> >
> > I'm wondering if it has to do with system resources?
> >
> > Any help?
> >
> > Thanks,
> >
> > Eric Homa
> >
> >
> >
> 
~~
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



Help!

2001-12-10 Thread ehoma

Hi,

Anyone ever seen the following error message?


PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag

The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (45:1) to (45:53).


Our application has been running fine for 3 months and now this occurs on
occasion.  Hit refresh on the browser and the page runs fine on the reload.
It is a page with multiple queries.  It is the index page that you are
directed to after a login with application, client and session variables
set.

I'm wondering if it has to do with system resources?

Any help?

Thanks,

Eric Homa


~~
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



Manipulating CF Logs

2001-12-05 Thread ehoma

Hi,

I'd like to see if there are any ideas or clues out there about this
subject.  I would like to view the Cold Fusion log files and CFMAIL log
files on a web page that our admin people can visit.  I want them to learn
to look at them each day.

I can use cffile to check for file existence, then use cffile to read each
file into variables.  Works easy enough.  Now I want to either load each
line of the file into an array or into a datasource.  The files are made up
of comma delimited strings with, I suspect, carriage returns at the end of
each line.  The file could be imported into Excel or Access easy enough but
using cold fusion I have yet to figure out how to do it without manually
looping through each character in the file.

I want to display the each file in a table format on the web site.

Any ideas?  Anybody been there and done that?

Thanks,

Eric Homa




~~
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: WAP and CFM

2001-11-30 Thread ehoma

Do I need a special server to "serve-up" WAP or will my current web server
do the job?  Currently using O'reilly Web Site Pro on an NT 4.0 box.  I see
that Cold Fusion already supports WAP, so I don't think I need to
re-configure CF.

Eric Homa

- Original Message -
From: Bryan Stevenson <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Friday, November 30, 2001 10:18 AM
Subject: Re: WAP and CFM


> Well I just started delving into WAP about 30 minutes ago and I'd say that
> ya you probably can.  CF seems to integrate quite nicely...so you could
fire
> up cfpop and cfmail and away you  go (yes overly simplified...but hey
> anything is possible) ;-)
>
> I've already done basic stuff like running queries and displaying
> resultsworking on form processing now
>
> Good luck and keep me informed cause I want to do the same thing and more!
>
> Bryan Stevenson
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> p. 250.920.8830
> e. [EMAIL PROTECTED]
> -
> Allaire Alliance Partner
> www.allaire.com
>
> - Original Message -
> From: "Mookie Bear" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, November 30, 2001 10:06 AM
> Subject: WAP and CFM
>
>
> > hey guys, please tell me if this is possible.
> >
> > I want to create a WAP application where my friends, who have
> > internet-capable cell phones, are able to do such things, as, check
email!
> >
> > The reason I wanna do this is so that they dont have to pay for email
> > service.  Or is the email service already included as part of their
> internet
> > service?  Then I would have no problem ditching this project hehe.
> >
> > I was just thinking of some WAP service i can make that the cell phone
> > company offers, but for free!
> >
> >
> >
> 
~~
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: WARNING!!! COLDFUSIONPARTNERS.COM

2001-10-04 Thread ehoma

Are you sure it wasn't coldfusionpartners.con?

- Original Message -
From: JJ <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, October 04, 2001 7:46 PM
Subject: RE: WARNING!!! COLDFUSIONPARTNERS.COM


> I paid Glenn $100 with a certified check last week for the
> coldfusionpartners.com domain. I confirmed that the transfer request was
> submitted on Monday of this week. He didn't indicate that he was in
> negotiations with anyone else and I never thought to ask. But come to
think
> of it, he did sound a little tipsy on the phone. Anyhow, at least your
just
> out a case of beer. Feel free to make a competitive offer (prefer buds
over
> beer) if you're still interested. I have no immediate plans for it.
>
> JJ
>
>
> "Mark Warrick" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Just in case anyone else has been contacted by Glenn "Milo" Farineau
> > regarding the purchase of the domain name coldfusionpartners.com, I want
> you
> > all to know that we already have an agreement in place.  I haven't heard
> > from the guy since I gave him what he wanted for the domain name (a case
> of
> > beer), but I'm going to assume for now that he's simply busy.  I thought
> I'd
> > pass along the information just in case anyone else is in negotiations
> with
> > him to let you know that it's already sold.
> >
> > ---mark
> >
> > =
> > Mark Warrick - Fusioneers.com
> > Personal Email: [EMAIL PROTECTED]
> > Business Email: [EMAIL PROTECTED]
> > Phone: 714-547-5386
> > Efax: 801-730-7289
> > Personal URL: http://www.warrick.net
> > Business URL: http://www.fusioneers.com
> > ICQ: 125160
> > AIM: markwarric
> > Yahoo: Serengeti
> > =
> >
> 
~~
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



Text Field Size Limits?

2001-07-10 Thread ehoma

Hi,

I'm wondering about size limitations on text fields and/or memo fields.  We
are using Access to create our table and I was using a text field that I
believe limited me to about 255 characters.  The boss wanted more so I
changed it to a memo field but it seem that the data is still truncating
after about 400 or so characters.  I am using  to populate the
field but I don't think the  tag is truncating.  It seem to
truncate during insert into the table.

Any info/help would be appreciated.

Thanks,

Eric Homa



~~
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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Fw: Closing A Browser Window

2001-03-07 Thread ehoma

Hi,

Thank you to everyone that responded.  I was making a rookie mistake, I was
inside of a frame and was only closing the frame.  I needed to open my
Logout.cfm page using Target='_top'.  It was late!

Thanks,

Eric Homa

- Original Message -----
From: ehoma <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 1:50 AM
Subject: Closing A Browser Window


> Hi,
>
> Anyone know how I can make my logout.cfm page actually close the browser
> window?  I've created the browser window by using the following called
from
> another browser window:
>
> 
> window.open('/URL/index.cfm','Admin',
>
'toolbar,location,status,menubar,scrollbars,resizable,width=710,height=370')
> 
>
> When the user selects logout I clear the client and session variables and
> I'd like to close the window.  I've tried to use:
>
> 
> window.close()
> 
>
> It doesn't work.
>
> Any help?
>
> Thanks,
>
> Eric Homa
>
>
>
>
~~
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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Closing A Browser Window

2001-03-07 Thread ehoma

Hi,

Anyone know how I can make my logout.cfm page actually close the browser
window?  I've created the browser window by using the following called from
another browser window:


window.open('/URL/index.cfm','Admin',
'toolbar,location,status,menubar,scrollbars,resizable,width=710,height=370')


When the user selects logout I clear the client and session variables and
I'd like to close the window.  I've tried to use:


window.close()


It doesn't work.

Any help?

Thanks,

Eric Homa



~~
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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists