Вопрос

Here is my use-case - I want in my web page, after user clicks a submit button to load a webpage, It will show a message box ( with a stop-loading button). I want after user click "stop loading " button, the new web page will have stopped loading.

Нет правильного решения

Другие советы

Are you looking for a

window.stop();

function? It is javaScript function and im not sure if IE supports it.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top