Question

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 correct solution

OTHER TIPS

Are you looking for a

window.stop();

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top