Page refresh to current position after record delete

2008-06-03 Thread Les Mizzell
Haven't figured a solution for this yet... I've got a simple admin page for a client to add/edit/delete records as needed. If he runs a search that returns 600 records, scrolls down to record 278, and deletes that record - after the page refreshes he wants to still be in the same position on

RE: Page refresh to current position after record delete

2008-06-03 Thread Dawson, Michael
position after record delete Haven't figured a solution for this yet... I've got a simple admin page for a client to add/edit/delete records as needed. If he runs a search that returns 600 records, scrolls down to record 278, and deletes that record - after the page refreshes he wants to still

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

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

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