When I write alert('Hello'), the page execution stops and waits for approval to continue.
I have a div setup to display as a fake alert, using HTML - this div has an 'OK' button.
I want the page to stop its execution (just like alert does) until the user click 'OK'.
Is it possible ?