Re: Page refresh to current position after record delete

2008-06-03 Thread Les Mizzell
> And I thought google.com would have been an even better answe "Forty two?!" yelled Loonquawl. "Is that all you've got to show for seven and a half million years' work?" "I checked it very thoroughly," said the computer, "and that quite definitely is the answer. I think the problem, to be quit

Re: Page refresh to current position after record delete

2008-06-03 Thread Aaron Rouse
And I thought google.com would have been an even better answer :) While an exact example may not exist, I think searching the net for Ajax examples that delete things could be found. I can not find it right now but thought I once saw a tutorial for a contact manager that used CF and did deletion

Re: Page refresh to current position after record delete

2008-06-03 Thread Dominic Watson
> > That was very helpful. Thanks so much. > By using an ajax approach, the page would not refresh when you deleted the item. You hit the 'delete' button, javascript sends an asynchronous request to the system to delete the record; when the response comes back, javascript removes the display of the

Re: Page refresh to current position after record delete

2008-06-03 Thread Les Mizzell
> www.w3schools.com That was very helpful. Thanks so much. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: ht

Re: Page refresh to current position after record delete

2008-06-03 Thread Phillip Vector
www.w3schools.com On Tue, Jun 3, 2008 at 1:12 PM, Les Mizzell <[EMAIL PROTECTED]> wrote: >> If you wanted to get fancier and put in a bit more effort, you could use >> AJAX. > > Point me towards a relevant tutorial? > > ~| Adobe

Re: Page refresh to current position after record delete

2008-06-03 Thread Les Mizzell
> If you wanted to get fancier and put in a bit more effort, you could use > AJAX. Point me towards a relevant tutorial? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial ht

RE: Page refresh to current position after record delete

2008-06-03 Thread Dawson, Michael
I would suggest a named anchor, as you mentioned. If you wanted to get fancier and put in a bit more effort, you could use AJAX. m!ke -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 2:23 PM To: CF-Talk Subject: Page refresh to current positio

RE: Page Refresh

2000-08-25 Thread Howell, Katie
I use function closeme() { this.window.opener.location.reload(); opener.focus(); this.window.close(); HTH Katie -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Friday, August 25, 2000 9:02 AM To: [EMAIL PROTECTED] Subject: Re: Page Refresh

Re: Page Refresh

2000-08-25 Thread Michael Ross
Ok here's my problem then. I have users that can change information that they see on the screen. They click edit and a small window opens and they change whatever. Then when they click close window I need the parent page to reload? I am thinking JS is needed?? Any ideas Thanks Mike >>> [

Re: Page Refresh

2000-08-24 Thread Dick Applebaum
If you are refreshing a .cfm pager (onload or metatag) it will keep the session active. HTH Dick At 4:09 PM -0400 8/24/00, Michael Ross wrote: >I think that I read somewhere that you can have a page refresh every >20 seconds or what ever time limit I want. Assuming that thisis >correct will