Domanda

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.

Nessuna soluzione corretta

Altri suggerimenti

Are you looking for a

window.stop();

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top