Re: A timeout alert

2005-10-19 Thread Larry Lyons
>Yes, it does work. Thanks. However, is there a way to make sure it always >works, even if the browser doesn't have javascript enabled? > You'll have to use a meta-refresh, as in Where 300 is the number of seconds in 5 minutes. hth, larry -- Larry C. Lyons Web Analyst BEI Resources American

Re: A timeout alert

2005-10-19 Thread Ken
> http://acoderslife.com > > > > -Original Message- > > From: Ken [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, October 18, 2005 3:14 PM > > To: CF-Talk > > Subject: Re: A timeout alert > > > > Yes, it does work. Thanks. However, is ther

Re: A timeout alert

2005-10-19 Thread Ken
gt; the > final guarantee should still be server side CF code. > > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > > -Original Message- > From: Felipe Fernandes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 18, 2005 5:32 PM

RE: A timeout alert

2005-10-18 Thread Bobby Hartsfield
, October 18, 2005 5:32 PM To: CF-Talk Subject: Re: A timeout alert The only client side aproach for this tha i can think of, is with flash, it already has a timer that starts when the swf loads, so you would just need to read tha variable and when the time comes you give the alert and send him to the

Re: A timeout alert

2005-10-18 Thread Felipe Fernandes
artsfield > http://acoderslife.com > > -Original Message- > From: Ken [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 18, 2005 3:14 PM > To: CF-Talk > Subject: Re: A timeout alert > > Yes, it does work. Thanks. However, is there a way to make sure it always > works, even

RE: A timeout alert

2005-10-18 Thread Bobby Hartsfield
y, October 18, 2005 3:14 PM To: CF-Talk Subject: Re: A timeout alert Yes, it does work. Thanks. However, is there a way to make sure it always works, even if the browser doesn't have javascript enabled? On 10/18/05, Matthew Small <[EMAIL PROTECTED]> wrote: > > Yeah, it works. I

RE: A timeout alert

2005-10-18 Thread Matthew Small
uesday, October 18, 2005 3:14 PM To: CF-Talk Subject: Re: A timeout alert Yes, it does work. Thanks. However, is there a way to make sure it always works, even if the browser doesn't have javascript enabled? On 10/18/05, Matthew Small <[EMAIL PROTECTED]> wrote: > > Yeah, it wor

Re: A timeout alert

2005-10-18 Thread Ken
erican City Business Journals > 704-973-1045 > [EMAIL PROTECTED] > > > -Original Message- > From: Matthew Small [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 18, 2005 2:52 PM > To: CF-Talk > Subject: RE: A timeout alert > > Use CF to find the differe

RE: A timeout alert

2005-10-18 Thread Matthew Small
Yeah, it works. I just tried it. Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 2:52 PM To: CF-Talk Subject: RE: A timeout alert Use CF to

RE: A timeout alert

2005-10-18 Thread Matthew Small
time is up!"); window.location.href = "<a rel="nofollow" href="http://server.com/somepage.html"">http://server.com/somepage.html"</a>;; } mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 2:29 PM To: CF-Talk

Re: A timeout alert

2005-10-18 Thread Ken
I need some help with that javascript, please. Thanks. On 10/18/05, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > You've got the time you need in the database so you can get the difference > of now and that time then use that as your count down value in js > > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. >

RE: A timeout alert

2005-10-18 Thread Bobby Hartsfield
You’ve got the time you need in the database so you can get the difference of now and that time then use that as your count down value in js ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, Octo

RE: A timeout alert

2005-10-18 Thread Kerry
hem the message, a link back to the home page, and put a meta refresh header in. -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: 18 October 2005 18:58 To: CF-Talk Subject: RE: A timeout alert Sounds like a job for javascript. Matthew Small -Original Mess

RE: A timeout alert

2005-10-18 Thread Matthew Small
Sounds like a job for javascript. Matthew Small -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 1:55 PM To: CF-Talk Subject: A timeout alert Hi. I am working on a forum application. There is a fixed time to respond to each posting. I want the user