Constantly execute (refresh?) page, for cfpop?

2007-10-08 Thread George Linderman
Hey guys,

I'm trying to make a little app that will get my email from the pop server, and 
then send as an SMS the subject and sender. I can see that I can do that with 
the cfpop and cfmail tag, but then I realized that the tags will only 
execute when someone refreshes the page, or goes to it. However, I'd like this 
to check every 5 minutes, and then send the emails to my cell. If I'm at my 
computer, refreshing the page, then it obviously defeats the purpose.

In other words, how do I write an app...very simple one, with only cfmail and 
cfpop tags, that will execute every 5 minutes? 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290516
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Constantly execute (refresh?) page, for cfpop?

2007-10-08 Thread gary gilbert
Hi George,

You could create the page as normal and set up a scheduled event in the
administrator to run it every 5 minutes.

-- 
Gary Gilbert
http://www.garyrgilbert.com/blog


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290518
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Constantly execute (refresh?) page, for cfpop?

2007-10-08 Thread Adkins, Randy
take a look at CFSchedule or the Scheduled Tasks in the CF Administrator.
 



From: George Linderman [mailto:[EMAIL PROTECTED]
Sent: Mon 10/8/2007 3:15 AM
To: CF-Talk
Subject: Constantly execute (refresh?) page, for cfpop?



Hey guys,

I'm trying to make a little app that will get my email from the pop server, and 
then send as an SMS the subject and sender. I can see that I can do that with 
the cfpop and cfmail tag, but then I realized that the tags will only 
execute when someone refreshes the page, or goes to it. However, I'd like this 
to check every 5 minutes, and then send the emails to my cell. If I'm at my 
computer, refreshing the page, then it obviously defeats the purpose.

In other words, how do I write an app...very simple one, with only cfmail and 
cfpop tags, that will execute every 5 minutes?



~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290521
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Constantly execute (refresh?) page, for lt;cfpopgt;?

2007-10-08 Thread George Linderman
Hey Gary,

I don't have access to the administrator, due to the fact I'm using shared 
hosting from hostmysite.I'll contact them though, and see if they can set it up.

Aside from that, even if just for the sake of knowing...is there any other way 
of doing this?


Thanks!

Hi George,

You could create the page as normal and set up a scheduled event in the
administrator to run it every 5 minutes.

-- 
Gary Gilbert
http://www.garyrgilbert.com/blog 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290522
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Constantly execute (refresh?) page, for lt;cfpopgt;?

2007-10-08 Thread Casey Dougall
On 10/8/07, George Linderman [EMAIL PROTECTED] wrote:

 Hey Gary,

 I don't have access to the administrator, due to the fact I'm using shared
 hosting from hostmysite.I'll contact them though, and see if they can set
 it up.

 Aside from that, even if just for the sake of knowing...is there any other
 way of doing this?



Looks like this thread might have gotten chopped because I only see this one
post from you George... But have you tried the following?
META HTTP-EQUIV=Refresh CONTENT=10;
URL=http://domain.com/url/?#variable#;


~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290534
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Constantly execute (refresh?) page, for lt;cfpopgt;?

2007-10-08 Thread gary gilbert
George,

You can also use the cfschedule tag without having to have access to the
administrator. Though it is possible to disable this tag via the
administrator sandbox/ resource security page.

Either way you will have to check with your hosting provider.



-- 
Gary Gilbert
http://www.garyrgilbert.com/blog


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290536
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Refresh Page

2004-04-23 Thread Frank Py
Is there an easy way to force a refresh of a page when you land on it from
hitting the back button on an ie browser?

Thanks
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Refresh Page

2004-04-23 Thread Tony Weeg
back is back. no refresh, unless it was from a form post that the page was
generated.

cflocation is back with a refresh.

tony 

-Original Message-
From: Frank Py [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 23, 2004 12:36 PM
To: CF-Talk
Subject: Refresh Page

Is there an easy way to force a refresh of a page when you land on it from
hitting the back button on an ie browser?

Thanks
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Refresh Page

2002-07-14 Thread Jim Vosika

Hi, 
I was wondering if anyone knew of a way to have a cfm page
refresh after a certain timeout, say 30-45 minutes?
 
Thanks!
Jim Vosika
http://tinyclick.com http://tinyclick.com/ 
Free URL Shortening!
 


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.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: Refresh Page

2002-07-14 Thread S . Isaac Dealey

 Hi,
 I was wondering if anyone knew of a way to
 have a cfm page
 refresh after a certain timeout, say 30-45 minutes?

There are two common ways to do this. One is with a meta refresh tag and the
other is with a javascript window.setTimeout() function call... I'm in a bit
of a hurry at the moment, otherwise I would look up the syntax for you... In
either case, you'll have to multiply your minutes by 60,000 to get the
number of miliseconds for the meta tag or the js function.

Isaac

www.turnkey.to
954-776-0046

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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: Refresh Page

2002-07-14 Thread Jim Vosika

Cool, I didn't even think of Meta refresh! I have used those before as
redirects for 0 seconds but never a useful way. Thanks for the help!

Jim Vosika
http://tinyclick.com
Free URL Shortening!

-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, July 14, 2002 3:17 PM
To: CF-Talk
Subject: Re: Refresh Page

 Hi,
 I was wondering if anyone knew of a way to
 have a cfm page
 refresh after a certain timeout, say 30-45 minutes?

There are two common ways to do this. One is with a meta refresh tag and
the
other is with a javascript window.setTimeout() function call... I'm in a
bit
of a hurry at the moment, otherwise I would look up the syntax for
you... In
either case, you'll have to multiply your minutes by 60,000 to get the
number of miliseconds for the meta tag or the js function.

Isaac

www.turnkey.to
954-776-0046


__
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



Refresh page always?

2001-04-30 Thread JAIME HOI

how can we ensure that the page requested is not taken from cache but from
DB since the data is dynamic? I always need to press the refresh button
before the data is updated. What can i do to ensure that data is always the
latest? i added this tag in 

META HTTP-EQUIV=EXPIRES CONTENT=0

but it seems like this is not working fine tooo


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



Re: Refresh page always?

2001-04-30 Thread Varando Family

This this tag:

META HTTP-EQUIV=expires CONTENT=Wed, 26 Feb 1997 08:21:57 GMT


Pablo :)
http://www.cfm-resources.com

- Original Message -
From: JAIME HOI [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 30, 2001 2:27 AM
Subject: Refresh page always?


 how can we ensure that the page requested is not taken from cache but from
 DB since the data is dynamic? I always need to press the refresh button
 before the data is updated. What can i do to ensure that data is always
the
 latest? i added this tag in

 META HTTP-EQUIV=EXPIRES CONTENT=0

 but it seems like this is not working fine tooo



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



RE: Refresh page always?

2001-04-30 Thread JAIME HOI



Thanks .. it works fine...

i have another qn why is it that i always get this error A connection
could not be established with the server. Page not found when in fact the
page is indeed at the server. To add on, sometimes when my form goes thru
the action page, i get this error, Transfer Aborted. Please try again.
Does it got anything to do with my Coldfusion settings or application
settings? I am using the follow cfapplication 
cfapplication name=Human_Resource sessionmanagement=yes
essiontimeout=#CreateTimeSpan(0,0,20,0)#

is there anything wrong with it?



-Original Message-
From: Varando Family [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 2:31 PM
To: CF-Talk
Subject: Re: Refresh page always?


This this tag:

META HTTP-EQUIV=expires CONTENT=Wed, 26 Feb 1997 08:21:57 GMT


Pablo :)
http://www.cfm-resources.com

- Original Message -
From: JAIME HOI [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, April 30, 2001 2:27 AM
Subject: Refresh page always?


 how can we ensure that the page requested is not taken from cache but from
 DB since the data is dynamic? I always need to press the refresh button
 before the data is updated. What can i do to ensure that data is always
the
 latest? i added this tag in

 META HTTP-EQUIV=EXPIRES CONTENT=0

 but it seems like this is not working fine tooo



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



Re: Refresh page always?

2001-04-30 Thread Billy Cravens

Likely nothing to do with ColdFusion.. could be network problems, or server could be 
hosed (of course, this might
be the result of some heavy CFML .. try increasing the request timeout.

--
Billy Cravens
HR Web Development, Sabre
[EMAIL PROTECTED]

JAIME HOI wrote:

 Thanks .. it works fine...

 i have another qn why is it that i always get this error A connection
 could not be established with the server. Page not found when in fact the
 page is indeed at the server. To add on, sometimes when my form goes thru
 the action page, i get this error, Transfer Aborted. Please try again.
 Does it got anything to do with my Coldfusion settings or application
 settings? I am using the follow cfapplication
 cfapplication name=Human_Resource sessionmanagement=yes
 essiontimeout=#CreateTimeSpan(0,0,20,0)#

 is there anything wrong with it?

 -Original Message-
 From: Varando Family [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 30, 2001 2:31 PM
 To: CF-Talk
 Subject: Re: Refresh page always?

 This this tag:

 META HTTP-EQUIV=expires CONTENT=Wed, 26 Feb 1997 08:21:57 GMT

 Pablo :)
 http://www.cfm-resources.com

 - Original Message -
 From: JAIME HOI [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, April 30, 2001 2:27 AM
 Subject: Refresh page always?

  how can we ensure that the page requested is not taken from cache but from
  DB since the data is dynamic? I always need to press the refresh button
  before the data is updated. What can i do to ensure that data is always
 the
  latest? i added this tag in
 
  META HTTP-EQUIV=EXPIRES CONTENT=0
 
  but it seems like this is not working fine tooo
 
 
 

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



Re: refresh page

2001-04-26 Thread William J Wheatley

Ok having a little trouble figuring out what you are meaning is not
refreshing but heres my best guess =)


IF the content is not refreshing on the web browser maybe you want to try
your browser cache and set your
browser to reload page on each visit that could help fix your problem

-)


Bill Wheatley
Director of Development
AEPS INC
Allaire ColdFusion Consulting Partner
Allaire Certified ColdFusion Developer
http://www.aeps.com
ICQ: 417645
954-472-6684 X303

IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorized alterations to
this e-mail or attachment to it
- Original Message -
From: Haryono ... [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, April 25, 2001 9:28 PM
Subject: refresh page


 Hallo,
 I want to ask something.
 I use cflocation to move to page editlecture.cfm.
 cflocation url=editlecture.cfm addtoken=No

 But at page editlecture.cfm, the content of
 editlecture.cfm not refresh.
 ( I use page editlecture.cfm to display list of
 lecture)

 Can you help me?

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



RE: refresh page

2001-04-26 Thread Semrau, Steven L Mr SRA

Here is some code that we use at the top of the pages we don't want to have
cached (refreshed every time) hope it helps.


meta http-equiv=Expires content=0
!--- setup our expire times for NN and MSIE ---
cfoutput
!--- MSIE (Fri, 30 Oct 1998 14:19:41 GMT) ---
cfset
MSIEtimestamp='#dateformat(now(),DDD)#,#dateformat(now(),DD)#
#dateformat(now(),Mmm)# #timeformat(now(),HH:MM:SS)#'
!--- Netscape (Wednesday, Apr 26 2000 17:45:25 PM) ---
cfset
NETSCAPEtimestamp='#dateformat(now(),)#,#dateformat(now(),MMM)#
#dateformat(now(),dd)# #dateformat(now(),YYY)#
#timeformat(now(),HH:MM:SS tt)#'
/cfoutput
!--- tell HTTP Header to force expire of pate - nocache ---
cfif HTTP_USER_AGENT contains MSIE
cfheader name=Expires
value=cfoutput#MSIEtimestamp#/cfoutput
cfheader name=Pragma value=no-cache
cfheader name=cache-control value=no-cache, no-store,
must-revalidate
cfelse
cfheader name=Expires
value=cfoutput#NETSCAPEtimestamp#/cfoutput
cfheader name=Pragma value=no-cache
cfheader name=cache-control value=no-cache, no-store,
must-revalidate
/cfif

Steven Semrau
SRA International, Inc.
Senior Member, Professional Staff
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Com:  (703) 805-1095
DSN:  (703) 655-1095


-Original Message-
From: Haryono ... [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 9:29 PM
To: CF-Talk
Subject: refresh page


Hallo,
I want to ask something.
I use cflocation to move to page editlecture.cfm.
cflocation url=editlecture.cfm addtoken=No

But at page editlecture.cfm, the content of
editlecture.cfm not refresh.
( I use page editlecture.cfm to display list of
lecture)

Can you help me?
~~
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



refresh page

2001-04-25 Thread Haryono ...

Hallo,
I want to ask something.
I use cflocation to move to page editlecture.cfm.
cflocation url=editlecture.cfm addtoken=No

But at page editlecture.cfm, the content of
editlecture.cfm not refresh.
( I use page editlecture.cfm to display list of
lecture)

Can you help me?
~~
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



RE: Refresh Page

2000-12-19 Thread Gieseman, Athelene

Thanks.  I tried this but get errors.  Tells me that it can't find the page.
Am I misunderstanding how it should be used?  I used a CFSET to create the
#SomeRandomValue#.  Then, in the CFSET that creates the URL I added
re=#SomeRandomValue#.  I tried with and without quotes.  Is there some way
in particular that I should be appending it?  FYI, I'm using CFLOCATION to
set the URL for that page.  Thanks in advance.


Athelene

-Original Message-
From: Gena [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 10:10 PM
To: CF-Talk
Subject: Re: Refresh Page


add to the end of URL re=#SomeRandomValue# and generate new SomeRandomValue
every time.

Regards


- Original Message -
From: "Gieseman, Athelene" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, December 19, 2000 2:51 PM
Subject: OT: Refresh Page


 I'm having a problem with getting a page to refresh.  I have a frame with
 two windows.  The left window is a form with a cfselect.  When the user
 selects an option, a word document is displayed in the right-hand frame.
 This works fine the first time.  However when the user then selects
another
 option from the left frame and submits the form, the right-hand frame does
 not load the new document unless you hit the refresh button on the
browser.
 Can anyone help me with either 1) why the window won't bring up the new
file
 without a refresh? or 2) what would be the javascript to refresh the whole
 frame page?  I've tried several variations on document.refresh and other
 scripts to no avail.  Any help would be appreciated.

 Athelene Gieseman
 [EMAIL PROTECTED]



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



Re: Refresh Page

2000-12-19 Thread Todd Ashworth

Silly question, but are you putting your variable in cfouputs?

Todd Ashworth


- Original Message -
From: "Gieseman, Athelene" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, December 19, 2000 10:00 AM
Subject: RE: Refresh Page


| Thanks.  I tried this but get errors.  Tells me that it can't find the
page.
| Am I misunderstanding how it should be used?  I used a CFSET to create the
| #SomeRandomValue#.  Then, in the CFSET that creates the URL I added
| re=#SomeRandomValue#.  I tried with and without quotes.  Is there some
way
| in particular that I should be appending it?  FYI, I'm using CFLOCATION to
| set the URL for that page.  Thanks in advance.
|
|
| Athelene
|
| -Original Message-
| From: Gena [mailto:[EMAIL PROTECTED]]
| Sent: Thursday, November 09, 2000 10:10 PM
| To: CF-Talk
| Subject: Re: Refresh Page
|
|
| add to the end of URL re=#SomeRandomValue# and generate new
SomeRandomValue
| every time.
|
| Regards
|
|
| - Original Message -
| From: "Gieseman, Athelene" [EMAIL PROTECTED]
| To: "CF-Talk" [EMAIL PROTECTED]
| Sent: Tuesday, December 19, 2000 2:51 PM
| Subject: OT: Refresh Page
|
|
|  I'm having a problem with getting a page to refresh.  I have a frame
with
|  two windows.  The left window is a form with a cfselect.  When the user
|  selects an option, a word document is displayed in the right-hand frame.
|  This works fine the first time.  However when the user then selects
| another
|  option from the left frame and submits the form, the right-hand frame
does
|  not load the new document unless you hit the refresh button on the
| browser.
|  Can anyone help me with either 1) why the window won't bring up the new
| file
|  without a refresh? or 2) what would be the javascript to refresh the
whole
|  frame page?  I've tried several variations on document.refresh and other
|  scripts to no avail.  Any help would be appreciated.
| 
|  Athelene Gieseman
|  [EMAIL PROTECTED]
| 
| 
| 
|
~~
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



RE: Refresh Page

2000-12-19 Thread Gieseman, Athelene

Not silly.  I'm a newbie for sure!  My original code for the page that was
being called from the form was:  (Selectdoc is the name of the form field
that the user selects by.)

cfset comparedate=#Dateformat(SelectDoc, "MM/DD/")#
cfquery datasource="Erisa" name="GetDocDate"
Select * from Minutes_Tbl where DOCDATE = '#comparedate#'
/cfquery
html
cfset NewFile=#DateFormat(GetDocDate.docdate, "MMDD")#  ".rtf"
cfset ViewDoc="\PG_ERISA\MINUTES\DOCS\"  #NewFile#
head
titleDisplay Document from iManage/title
/head
cflocation url="#ViewDoc#" addtoken="No"
body
script language="JavaScript" type="text/javascript"
!-- Hide from old browsers
parent.document.refresh
//End hiding script from old browsers--
/script
/body
/html
__
This works fine except that you have to click on the Refresh button on the
browser to make the text of the document appear.  When the page comes up,
you can see the Word ruler bar look in the frame, but not the text.

Thanks in advance for any input.

Athelene


-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 19, 2000 9:41 AM
To: CF-Talk
Subject: Re: Refresh Page


Silly question, but are you putting your variable in cfouputs?

Todd Ashworth


- Original Message -
From: "Gieseman, Athelene" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, December 19, 2000 10:00 AM
Subject: RE: Refresh Page


| Thanks.  I tried this but get errors.  Tells me that it can't find the
page.
| Am I misunderstanding how it should be used?  I used a CFSET to create the
| #SomeRandomValue#.  Then, in the CFSET that creates the URL I added
| re=#SomeRandomValue#.  I tried with and without quotes.  Is there some
way
| in particular that I should be appending it?  FYI, I'm using CFLOCATION to
| set the URL for that page.  Thanks in advance.
|
|
| Athelene
|
| -Original Message-
| From: Gena [mailto:[EMAIL PROTECTED]]
| Sent: Thursday, November 09, 2000 10:10 PM
| To: CF-Talk
| Subject: Re: Refresh Page
|
|
| add to the end of URL re=#SomeRandomValue# and generate new
SomeRandomValue
| every time.
|
| Regards
|
|
| - Original Message -
| From: "Gieseman, Athelene" [EMAIL PROTECTED]
| To: "CF-Talk" [EMAIL PROTECTED]
| Sent: Tuesday, December 19, 2000 2:51 PM
| Subject: OT: Refresh Page
|
|
|  I'm having a problem with getting a page to refresh.  I have a frame
with
|  two windows.  The left window is a form with a cfselect.  When the user
|  selects an option, a word document is displayed in the right-hand frame.
|  This works fine the first time.  However when the user then selects
| another
|  option from the left frame and submits the form, the right-hand frame
does
|  not load the new document unless you hit the refresh button on the
| browser.
|  Can anyone help me with either 1) why the window won't bring up the new
| file
|  without a refresh? or 2) what would be the javascript to refresh the
whole
|  frame page?  I've tried several variations on document.refresh and other
|  scripts to no avail.  Any help would be appreciated.
| 
|  Athelene Gieseman
|  [EMAIL PROTECTED]
| 
| 
| 
|
~~
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



OT: Refresh Page

2000-12-18 Thread Gieseman, Athelene

I'm having a problem with getting a page to refresh.  I have a frame with
two windows.  The left window is a form with a cfselect.  When the user
selects an option, a word document is displayed in the right-hand frame.
This works fine the first time.  However when the user then selects another
option from the left frame and submits the form, the right-hand frame does
not load the new document unless you hit the refresh button on the browser.
Can anyone help me with either 1) why the window won't bring up the new file
without a refresh? or 2) what would be the javascript to refresh the whole
frame page?  I've tried several variations on document.refresh and other
scripts to no avail.  Any help would be appreciated.

Athelene Gieseman
[EMAIL PROTECTED]


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



Re: Refresh Page

2000-12-18 Thread Gena

add to the end of URL re=#SomeRandomValue# and generate new SomeRandomValue
every time.

Regards


- Original Message -
From: "Gieseman, Athelene" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, December 19, 2000 2:51 PM
Subject: OT: Refresh Page


 I'm having a problem with getting a page to refresh.  I have a frame with
 two windows.  The left window is a form with a cfselect.  When the user
 selects an option, a word document is displayed in the right-hand frame.
 This works fine the first time.  However when the user then selects
another
 option from the left frame and submits the form, the right-hand frame does
 not load the new document unless you hit the refresh button on the
browser.
 Can anyone help me with either 1) why the window won't bring up the new
file
 without a refresh? or 2) what would be the javascript to refresh the whole
 frame page?  I've tried several variations on document.refresh and other
 scripts to no avail.  Any help would be appreciated.

 Athelene Gieseman
 [EMAIL PROTECTED]



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



Refresh page

2000-07-24 Thread Phim

This is a multi-part message in MIME format.

--=_NextPart_000_0009_01BFF624.F99EE960
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Everyone,

Is there any method or command to refresh page=20
I have a problem when I create page to update database and then use =
cflocation to return to same page to see result that database update =
already (in database successfull update ) , but when back to same page , =
display is still the same like database did not change , I have to =
manual refresh page , then i can see that database updated.

Best regards,
Phim.

--=_NextPart_000_0009_01BFF624.F99EE960
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR
STYLE/STYLE
/HEAD
BODY bgColor=3D#ff
DIVFONT face=3DArial size=3D2Hi Everyone,/FONT/DIV
DIVFONT face=3DArial size=3D2/FONTnbsp;/DIV
DIVFONT face=3DArial size=3D2Is there any method or command to =
refresh=20
pagenbsp;/FONT/DIV
DIVFONT face=3DArial size=3D2I havenbsp;a problem when I create =
page to update=20
database and then use cflocation to return tonbsp;same page to see =
result that=20
databasenbsp;update already (in database successfull update ) =
,nbsp;but=20
whennbsp;back to same page , display is still the same like database =
did not=20
change , I have to manual refresh page , then i can see that database=20
updated./FONT/DIV
DIVnbsp;/DIV
DIVFONT face=3DArial size=3D2Best regards,/FONT/DIV
DIVFONT face=3DArial size=3D2Phim./FONT/DIV/BODY/HTML

--=_NextPart_000_0009_01BFF624.F99EE960--

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Refresh page

2000-07-24 Thread Adrian Cesana

This should do it:

meta http-equiv="expires" content="Thu, 1 October 1998 00:00:00 PST"

-Adrian



 -Original Message-
 From: Phim [mailto:[EMAIL PROTECTED]]
 
 Hi Everyone,
 
 Is there any method or command to refresh page

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.