The scenario:
A "snapshot" page with various sections...each section with lists of
records...each witha delete link.
When the delete link is pressed a delete confirmation window is popped up
asking "Are you sure" with a Yes and a No button.
When the Yes button is pressed, the form in that window posts back to
itself...does what it needs to and then runs the following code meant to:
-refresh the parent window (snapshot page) to reflect the deleted record
-scroll the parent window to the section the user deleted a record from
-close the child window (the one with "are you sure" in it
the code:
<!--- close this window and refresh the snaphot page in the main
window --->
<script>
window.opener.location.reload();
window.opener.location="index.cfm?pg=snapshot##section1";
window.close();
</script>
On my machine (Win XP with latest IE 6 patches etc.) this works fine
For some others with the same setup they get the good old popup with the
"retry" and "cancel" buttons stating something to the effect that in order
to refresh the page some info needs to be re-sent.
Any ideas?
As far as I can tell the browser settings on all machines tested are the
same.
TIA
Cheers
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]
---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

