It seems to me that modal windows are those that disallow users to return to
the parent window

take a look at http://xml-extra.net/webpage.xmlx?node=36
this is an article "Modal and Modeless Dialog boxes" from Scott

But I don't know if modal windows work correctly on Mozilla

another way (closing after a fixed timeout) should be to use something like:
setTimeout("window.close",NumberOfMilliseconds);
but I don't know wich event is the right to trigg this instruction.

I think the modal will be a more clean solution

Hope this help

Gauthier

----- Original Message -----
From: "Patrick Turcotte" <[EMAIL PROTECTED]>
To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]>
Sent: Monday, July 15, 2002 2:12 PM
Subject: RE: Witango-Talk: [OT] Java Script window


> >
> > Can I do a window that will close in so many seconds even if they don't
> > close it?
> >
> I don't know. But won't that be unhelpfull for slow readers or users that
> want to keep it open?
>
> > I need a help system that will work with most browsers but I don't want
> > users to ends up with too0 many small help windows open.
> >
> How about you open your help windows with something like <a
href="help.taf"
> target="help">Click for help</a> ?
>
> This way, each help snippet will be in the same window. You just have to
> make it back the top window.
>
> Patrick Turcotte
> Innovatis inc.
>
> ________________________________________________________________________
> TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body
>

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to