Javascript Alert Return value / Event
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-04-26T12:02:40Z
Indexed on
2010/04/26
12:13 UTC
Read the original article
Hit count: 228
Hey,
The question is pretty simple, but i'm not the big AJAX/JS coder, so I have no clue if it's possible.
Is there any way that I can check whether or not an alert() was executed on a remote site? Like if I inputted an alert("Welcome to this site"); through a get variable, is there any way to check if it that alert() was actually executed in the browser?
And not necessarily through AJAX/JS.
© Stack Overflow or respective owner