On Checkout Page 2 there is a link to view terms and conditions. When you click on it a pop-up window opens and the parent window is forced to refresh (as with all other pop-up windows on the site). However, because it is a checkout page you get the following message in Internet Explorer:
"The page cannot be refreshed without resending the information..."
You then get prompted to Retry or Cancel. If you click Retry it reloads the page but in front of the pop-up window.
As I use extended info pop-ups on the site as well it would be really good if I could find a a way to prevent the parent page from reloading when a pop-up window opens.
I found this article:http://www.joemarini.com/tutorials/t...es/window1.php
but was unable to get it to work with the Actinic variable. I managed to get it to work by replacing the Actinic variable for the pop-up file name with the actual file name itself but then I was left with a pop-up window that I couldn't resize.
I don't have much experience of javascript.
Does anyone have any ideas about this?
"The page cannot be refreshed without resending the information..."
You then get prompted to Retry or Cancel. If you click Retry it reloads the page but in front of the pop-up window.
As I use extended info pop-ups on the site as well it would be really good if I could find a a way to prevent the parent page from reloading when a pop-up window opens.
I found this article:http://www.joemarini.com/tutorials/t...es/window1.php
but was unable to get it to work with the Actinic variable. I managed to get it to work by replacing the Actinic variable for the pop-up file name with the actual file name itself but then I was left with a pop-up window that I couldn't resize.
I don't have much experience of javascript.
Does anyone have any ideas about this?
Comment