Opera 8 - can it work as Mozilla/IE?

  • Thread starter Paul Gorodyansky
  • Start date
P

Paul Gorodyansky

Hi,

I have a page with a form with a button that shows keyboard image
in a pop-up window (plus some functionality not related to the question)

So if a user clicks on that button, I need:
a) to have pop-up always on top
b) user should be able to type in form

It was discussed back in 2003 -
http://groups.google.com/group/comp...d244e/e09be53a63c56a55?hl=en#e09be53a63c56a55

Nowadays it does work in Mozilla and IE but not in Opera 8 -
but may be I just don't know how...

Mozilla and IE do allow (a) and (b) and do NOT require
<BODY bgcolor="#ffffff" onBlur="self.focus();"> for (a)


Is it any way to achieve (a) and (b) in Opera 8?

Here is working example:
http://www.geocities.com/paulgor1/pop.htm
 
M

Martin Honnen

Paul Gorodyansky wrote:

So if a user clicks on that button, I need:
a) to have pop-up always on top
b) user should be able to type in form

I think Opera uses MDI (multiple document interface, see here
<http://encyclopedia.laborlawtalk.com/MDI> for an explanation) for its
tabbed windows so in that setting I don't think it is possible to have a
popup window on top of the opening window and set focus to the opening
window.
But Opera allows a setting under
Preferences -> General -> Choose how you prefer to handle pages and
pop-ups
to decide whether to open a popup in a tab or in a truely separate
window so you would need to try whether in that case the dependent
feature Mozilla supports works for Opera too.
Of course that does not help much with any users of your sites as you
don't know their preferences and can't hardly expect them to change
settings but with script and window.open I see no way. As an alternative
you could of course use the DOM to create your keyboard in the same
document as the textarea someone needs to type in, in a dynamically
created div for instance or even a dynamically created iframe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top