Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #7939
| Message-ID | <1550319.qVoOGUtdWV@PointedEars.de> (permalink) |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Organization | PointedEars Software (PES) |
| Date | 2011-11-02 21:35 +0100 |
| Subject | Re: Second window |
| Newsgroups | comp.lang.javascript |
| References | <4eafd7ad$0$6898$e4fe514c@news2.news.xs4all.nl> <1542790.qVoOGUtdWV@PointedEars.de> <4eb19d6a$0$6851$e4fe514c@news2.news.xs4all.nl> <3007137.SPkdTlGXAF@PointedEars.de> |
| Followup-To | comp.lang.javascript |
Followups directed to: comp.lang.javascript
Thomas 'PointedEars' Lahn wrote: > […] You can focus an existing popup window only when its content has been > loaded, preferably in the `load' listener of the new support document's > body (`onload' attribute value). But this is not very user-friendly, too, for the user might wait a long time without seeing any reaction to their action. I can see no viable alternative to it, though. It would probably be best if you indicated to them that they need to wait some time. Possibilities that spring to mind is a "loading" message in the opener and a change of pointer cursor in the opener issued by popup code that is reverted by popup code when everything has been loaded. PointedEars -- Use any version of Microsoft Frontpage to create your site. (This won't prevent people from viewing your source, but no one will want to steal it.) -- from <http://www.vortex-webdesign.com/help/hidesource.htm> (404-comp.)
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Second window "Tom de Neef" <tdeneef@qolor.nl> - 2011-11-01 12:27 +0100
Re: Second window Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-01 14:50 +0100
Re: Second window "Tom de Neef" <tdeneef@qolor.nl> - 2011-11-02 20:43 +0100
Re: Second window "Tom de Neef" <tdeneef@qolor.nl> - 2011-11-02 20:51 +0100
Re: Second window Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-02 21:25 +0100
Re: Second window Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-11-02 21:35 +0100
Re: Second window "Tom de Neef" <tdeneef@qolor.nl> - 2011-11-02 23:23 +0100
csiph-web