Auto Close an Alert Message

  • Follow


Hi,

Is there a way to close an alert box without user interaction? I need
to display a message that will go away on it's own once a process is
complete or if the user choses to click "OK". I could use popups but
since the message is generated within the code, it would be subject to
popup blockers. The scripts are php/javascript. Different approaches
for addressing the above are welcome.

Thanks,
Raffi

0
Reply thegrizzzly (37) 9/3/2005 1:31:57 AM

Raffi wrote:
> Hi,
> 
> Is there a way to close an alert box without user interaction?

no

> I need
> to display a message that will go away on it's own once a process is
> complete or if the user choses to click "OK". I could use popups but
> since the message is generated within the code, it would be subject to
> popup blockers.

you can also use a layer (only displayed if message)

http://www.theopensourcery.com/jspopwin1.htm

-- 
Stephane Moriaux et son [moins] vieux Mac
0
Reply ASM 9/3/2005 1:46:05 AM


"Raffi" <thegrizzzly@yahoo.com> skrev i meddelandet
news:1125711117.703878.323070@z14g2000cwz.googlegroups.com...
> Hi,
>
> Is there a way to close an alert box without user interaction? I need

No.

> to display a message that will go away on it's own once a process is
> complete or if the user choses to click "OK". I could use popups but
> since the message is generated within the code, it would be subject to
> popup blockers. The scripts are php/javascript. Different approaches
> for addressing the above are welcome.

A floating <div> with the alert message that's displayed/hidden as needed.

--
Joakim Braun


0
Reply Joakim 9/3/2005 5:25:59 PM

Joakim and ASM,

Thanks for the replys. I'll give the floating <div> a try.

Raffi

0
Reply Raffi 9/3/2005 7:11:44 PM

3 Replies
773 Views

(page loaded in 0.142 seconds)

Similiar Articles:













7/19/2012 8:27:08 PM


Reply: