Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.lang.javascript > #38 > unrolled thread
| Started by | "R.Wieser" <address@not.available> |
|---|---|
| First post | 2021-03-02 21:21 +0100 |
| Last post | 2022-02-01 01:42 -0800 |
| Articles | 2 — 2 participants |
Back to article view | Back to alt.comp.lang.javascript
HTML popups ? "R.Wieser" <address@not.available> - 2021-03-02 21:21 +0100
Re: HTML popups ? He <ya3891921@gmail.com> - 2022-02-01 01:42 -0800
| From | "R.Wieser" <address@not.available> |
|---|---|
| Date | 2021-03-02 21:21 +0100 |
| Subject | HTML popups ? |
| Message-ID | <s1m6oi$1l5o$1@gioia.aioe.org> |
Hello all, I have the need for a generic popup window in which I can place random HTML stuff. The thing is that I want to be able to dismiss the popup as any other popup : by clicking outside of it. The problem with that is that I can't get such a thing to happen on, for example, a simple DIV. A statically set "onblur" and others won't fire, and when I add them dynamically they fire as soon as they are set. The only thing that I got to work as a popup is a (unfolded) SELECT (which can receive focus) - but that one isn't really flexible. And alas, my bout of googeling didn't give me anything in the above direction either (lots of hints, but nothing that lead to a working solution). In short : does anyone here know, and wants to share, what to use for such a popup window ? Almost forgot : my current browser is FF 52. Regards, Rudy Wieser
[toc] | [next] | [standalone]
| From | He <ya3891921@gmail.com> |
|---|---|
| Date | 2022-02-01 01:42 -0800 |
| Message-ID | <23f37329-9724-4ff9-94b1-bee119f59a4cn@googlegroups.com> |
| In reply to | #38 |
R.Wieser kirjutas Teisipäev, 2. märts 2021 kl 22:21:42 UTC+2: > Hello all, > > I have the need for a generic popup window in which I can place random HTML > stuff. The thing is that I want to be able to dismiss the popup as any > other popup : by clicking outside of it. > > The problem with that is that I can't get such a thing to happen on, for > example, a simple DIV. A statically set "onblur" and others won't fire, > and when I add them dynamically they fire as soon as they are set. > > The only thing that I got to work as a popup is a (unfolded) SELECT (which > can receive focus) - but that one isn't really flexible. > > And alas, my bout of googeling didn't give me anything in the above > direction either (lots of hints, but nothing that lead to a working > solution). > > In short : does anyone here know, and wants to share, what to use for such a > popup window ? > > Almost forgot : my current browser is FF 52. > > Regards, > Rudy Wieser Hey. Would you help me out with a little bit of money (maybe at least 2100 dollars)...... I have no job momentarily.......
[toc] | [prev] | [standalone]
Back to top | Article view | alt.comp.lang.javascript
csiph-web