|
I have a html web page, let's say A, that redirects to another page B. I've put some banners on page A that might interest the visitors. They are put there purposefully. I need a button that will allow the visitors of page A to stop page loading, thus stop the redirection to page B. When they press the button, another button will appear with the label "Continue to page B" which, when clicked, will continue to page B.
|