Hi,
In one of web application I have a screen where I am displaying an alert message in a specific condition using the alert method.
<script type="Javascript">
for
{
....do some processing...
alert("Click OK to continue");
.....
}
</script>
Now if I switch from my web application to other windows application like Microsoft outlook, UltraEdit etc, I wanted the alert popup to appear on top of the current active application (for ex: MS Outlook). Is this possible?
Javascript gurus!!! SOMEONE HELP ME PLEASE!!!
Thanks in Advance,
Kumar
In one of web application I have a screen where I am displaying an alert message in a specific condition using the alert method.
<script type="Javascript">
for
{
....do some processing...
alert("Click OK to continue");
.....
}
</script>
Now if I switch from my web application to other windows application like Microsoft outlook, UltraEdit etc, I wanted the alert popup to appear on top of the current active application (for ex: MS Outlook). Is this possible?
Javascript gurus!!! SOMEONE HELP ME PLEASE!!!
Thanks in Advance,
Kumar