473,406 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Open windows in Opera

I'd like to know if there is a way to open a detached window in Opera.

Thanks.

Jul 23 '05 #1
7 1350
Severus Snape <sv*****@yahoo.com> writes:
I'd like to know if there is a way to open a detached window in Opera.


If a detached window is one not contained in the main MDI window, then
no. If the user wants that, he can switch to SDI mode. It is not
something the page author controls (thankfully :).

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
Jul 23 '05 #2
DU
Severus Snape wrote:
I'd like to know if there is a way to open a detached window in Opera.

Thanks.


This file

http://developer-test.mozilla.org/en...e:window.open()

has everything you need to know about that issue. It even includes a
reference to Lasse's article. :)

DU
--
The site said to use Internet Explorer 5 or better... so I switched to
Firefox 1.0.4 :)
Jul 23 '05 #3
DU <dr*******@hotNOSPAMmail.com> wrote in message
news:3g************@uni-berlin.de...
The site said to use Internet Explorer 5 or better... so I switched to Firefox 1.0.4 :)


Do you get much trouble with this bug (XP)?
http://www.hotspot.freeserve.co.uk/fftarget/

https://bugzilla.mozilla.org/show_bug.cgi?id=235824

--
Stephen Chalmers

547265617375726520627572696564206174204F2E532E2072 65663A20545132343739
3134

Jul 23 '05 #4
DU
Stephen Chalmers wrote:
DU <dr*******@hotNOSPAMmail.com> wrote in message
news:3g************@uni-berlin.de...

The site said to use Internet Explorer 5 or better... so I switched
to
Firefox 1.0.4 :)

Do you get much trouble with this bug (XP)?
http://www.hotspot.freeserve.co.uk/fftarget/

https://bugzilla.mozilla.org/show_bug.cgi?id=235824


People sometimes use bad names for targeting their frames: the top error
happens quite often.

--
Stephen Chalmers

547265617375726520627572696564206174204F2E532E2072 65663A20545132343739
3134

<HTML>
<HEAD>
<TITLE>FIREFOX FRAME TARGET TEST</TITLE>
<FRAMESET rows="*,70%">
<FRAME name='navmenu' src='nav.htm'>
<FRAME name='main' src='blue.htm'>
</FRAMESET>
</HEAD>
</HTML>

should be instead

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Firefox frame target test</title>
</head>
<frameset rows="*,70%">
<frame name='navmenu' src='nav.htm'>
<frame name='main' src='blue.htm'>
<noframes><p>This site requires a frame-capable browser. If you're
using Opera 6+, you may want to enable frames with
Tools/Preferences.../Content tab/Enable frames. If your borwser does not
support frames, then you can still access its content with this <a
href="main-noframes.html">non-frame based version of the document.</a> </p>
</noframes>
</frameset>
</head>
</html>

Note that <frameset> has to be outside, not inside the <head> part.

Your questions were off-topic, were not related to the subject line of
this thread.

DU
--
The site said to use Internet Explorer 5 or better... so I switched to
Firefox 1.0.4 :)
Jul 23 '05 #5
DU <dr*******@hotNOSPAMmail.com> wrote in message
news:3g************@uni-berlin.de...
Stephen Chalmers wrote:
DU <dr*******@hotNOSPAMmail.com> wrote in message
news:3g************@uni-berlin.de...

The site said to use Internet Explorer 5 or better... so I
switched
to
Firefox 1.0.4 :)

Do you get much trouble with this bug (XP)?
http://www.hotspot.freeserve.co.uk/fftarget/

https://bugzilla.mozilla.org/show_bug.cgi?id=235824


People sometimes use bad names for targeting their frames: the top

error happens quite often.
As I mention in the bug report, I circumvented the problem my renaming
the target frame from 'main' to something else. I don't see anything
wrong with that name, and there may well be others that can't be used.
Incidentally, anyone deciding to play-around with the problem, will
discover another FF bug, in that it refuses to refresh the
frameset-defining page.
Note that <frameset> has to be outside, not inside the <head> part.
As I expected, that change made no difference to the problem.
Your questions were off-topic, were not related to the subject line of this thread.


It was more in the way of a heads-up than an inquiry. While I would
not start a thread on the subject here, I consider that this problem
should be aired as widely as possible on web design related groups;
particularly as it manifested itself on a site of my own, in such a
way as to cause me initially to suspect a scripting incompatibility.

--
Stephen Chalmers
Jul 23 '05 #6
DU
Stephen Chalmers wrote:
DU <dr*******@hotNOSPAMmail.com> wrote in message
news:3g************@uni-berlin.de...
Stephen Chalmers wrote:

DU <dr*******@hotNOSPAMmail.com> wrote in message
news:3g************@uni-berlin.de...

The site said to use Internet Explorer 5 or better... so I
switched
to
Firefox 1.0.4 :)
Do you get much trouble with this bug (XP)?
http://www.hotspot.freeserve.co.uk/fftarget/

https://bugzilla.mozilla.org/show_bug.cgi?id=235824
People sometimes use bad names for targeting their frames: the top


error
happens quite often.

As I mention in the bug report, I circumvented the problem my renaming
the target frame from 'main' to something else.


I had no problems with Firefox 1.0.4 rv 1.7.8 build 20050511 and Mozilla
1.8b2 build 2005060206 while "main" was the target frame. main is not a
reserved name to begin with.

I don't see anything wrong with that name, and there may well be others that can't be used.
Possibly just top and parent.
Incidentally, anyone deciding to play-around with the problem, will
discover another FF bug, in that it refuses to refresh the
frameset-defining page.

You are off-topic. And there is no bug, IMO, anyways to begin with.
Note that <frameset> has to be outside, not inside the <head> part.

As I expected, that change made no difference to the problem.

Your questions were off-topic, were not related to the subject line


of
this thread.

It was more in the way of a heads-up than an inquiry. While I would
not start a thread on the subject here, I consider that this problem
should be aired as widely as possible on web design related groups;


Why? Your page has no dependency whatsoever with javascript to begin with.
particularly as it manifested itself on a site of my own, in such a
way as to cause me initially to suspect a scripting incompatibility.


There is not aa single occurence of script happening in your webpages.

DU
--
The site said to use Internet Explorer 5 or better... so I switched to
Firefox 1.0.4 :)
Jul 23 '05 #7
DU <dr*******@hotNOSPAMmail.com> wrote in message
news:3g************@uni-berlin.de...
Stephen Chalmers wrote:
It was more in the way of a heads-up than an inquiry. While I would not start a thread on the subject here, I consider that this problem should be aired as widely as possible on web design related
groups;
Why? Your page has no dependency whatsoever with javascript to begin with.

There is not aa single occurence of script happening in your

webpages.

I was referring to a proper site of mine. The skeletal site to which I
linked, exists solely as a test case to demonstrate that under some
indeterminate circumstances, FF opens links full-screen instead of in
the intended frame. On another framed site, I use the statement
if(top==self) top.location='framepage.htm'; to restore the frame
structure if a client should load an individual page initially. In FF,
links clicked in the navigation frame were being opened full-screen,
whereupon the script was restoring the frameset, causing the initial
pages to-reload. My point is that in the first instance, one would not
necessarily suspect an HTML interpretation problem.

--
Stephen Chalmers

Jul 23 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ed Schimmel | last post by:
Hi All, I have a small question considiring the opening of a new window in javascript. As you all know the code below will open a new without any bars. But when I tried this code in IE6 it won't...
10
by: Marshall Dudley | last post by:
When I do the following line in Netscape, the popup loads as it should, but the parent window usually, but not always, reloads as well. <a href="#"...
10
by: David McCulloch | last post by:
The following code opens a new window, but the "resizeTo" doesn't resize it. Why not? (Don't ask why I simply did not open the window with the new size....my original problem was how to open a...
21
by: Albretch | last post by:
Hi, client wants for a window with no toolbars to open (technical and 'esthetical' reasons) after the window, user clicks on, is being closed. I told them about security settings in browsers...
23
by: Mario T. Lanza | last post by:
I have been authoring web sites for several years now and recently come to value web standards (as touted by Zeldman and many other web gurus). I have noticed with frustration that there are so...
29
by: wayne | last post by:
Hey there... I'm having some problems passing url parameters with an open.window command. I'm not terribly familiar with java script but here is the code below. When executed it opens the...
4
by: Jesper | last post by:
How can I open a textfile from C# using notepad (or the user assigned application for this).
18
by: len.hartley | last post by:
Hi, I am trying to pop-up a window when the user clicks on an image. The problem is that when the user clicks on the image and the window pops up OK, but the window underneath also proceeds to...
13
by: Geoff Fox | last post by:
I am in the final moments of designing a new website. One of the pages (http://www.auditionfactory.com/samples.php) has four links to show sample work. I would like these links to open new...
4
by: Gregory Bloom | last post by:
I'm running Python 2.5 under Windows. If I fire up IDLE and enter: it works like a champ, opening the page in Firefox. Same thing goes from a Windows cmd shell: it works as advertised. But...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.