Pregunta

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.

No hay solución correcta

Otros consejos

Are you looking for a

window.stop();

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top