Open link in new window and the window is small

F

Freshman

Hi

How does one do that. I don't mean that the window is smaller than it should
be, but the window is supposed to be small.

TIA
 
R

rf

Freshman said:
Hi

How does one do that. I don't mean that the window is smaller than it should
be, but the window is supposed to be small.

Hmmm. Could you specify exactly how small, or big, you want this window to
be? Small? Smaller? Smallest?

What exactly are you trying to do?

Cheers
Richard.
 
B

brucie

In post <[email protected]>
Freshman said...

[Open link in new window and the window is small]
How does one do that. I don't mean that the window is smaller than it should
be, but the window is supposed to be small.

you don't need to know how to do that. allow the visitor the choice of
opening a new window or not. if they choose to do so they can size the
window to their own preference.
 
F

Freshman

Yes, I think you're probably right actually. Sorry I think my brain was on
standby mode earlier.

brucie said:
In post <[email protected]>
Freshman said...

[Open link in new window and the window is small]
How does one do that. I don't mean that the window is smaller than it should
be, but the window is supposed to be small.

you don't need to know how to do that. allow the visitor the choice of
opening a new window or not. if they choose to do so they can size the
window to their own preference.
 
D

DU

brucie said:
In post <[email protected]>
Freshman said...

[Open link in new window and the window is small]

How does one do that. I don't mean that the window is smaller than it should
be, but the window is supposed to be small.


you don't need to know how to do that. allow the visitor the choice of
opening a new window or not.

A good coding of secondary windows will not limit the user's choices and
options: adding the pseudo-protocol "javascript:" in href attribute
value would.

if they choose to do so they can size the
window to their own preference.

I agree with you on granting all the time window resizability to
secondary windows but the creation and opening of such secondary window
will still need to have initial dimensions. If and since such window
will be resizable, then why not provide initial window dimensions which
are likely to make sense for the user?

The FAQ is wrong in a few spots IMO:
Why is Javascript so evil?
"Windows presized to some size the user don't want."
http://www.html-faq.com/scriptingbasics/?javascriptisevil

I think we need to create a page where all these answers (which repeat
themselves all the time, every week) could be found so that we can
direct people to such page. My feeling is that regulars of both alt.html
and comp.lang.javascript need to create a competition to crummy, crappy,
Krusty-the-clown scripts found at javascript copy-N-paste sites.

DU
--
Javascript and Browser bugs:
http://www10.brinkster.com/doctorunclear/
- Resources, help and tips for Netscape 7.x users and Composer
- Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x
http://www10.brinkster.com/doctorunclear/Netscape7/Netscape7Section.html
 
D

DU

Freshman said:
Hi

How does one do that. I don't mean that the window is smaller than it should
be, but the window is supposed to be small.

TIA

The smaller a secondary window is, the less relevant and the less
justified it is to create it: the more an alternative to secondary
window should be considered. The code (in the browser executable)
involved to open a single secondary window ranges from 2000 lines to
4000 lines of C++ and involve all kinds of code branchings, functions,
many library calls, multiple security checking, memory management.

If you normally (per your own website analysis) expect a secondary
window to exist for the user no more than 2 sec., then maybe you should
not resort to a secondary window. It does not seem justify to use system
resources for so little.

If you're going to create a secondary window, then the user ought to
know in advance about this and it ought to be justified too from a
website perspective, from an usability, accessibility and user system
resources perspectives.

DU
--
Javascript and Browser bugs:
http://www10.brinkster.com/doctorunclear/
- Resources, help and tips for Netscape 7.x users and Composer
- Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x
http://www10.brinkster.com/doctorunclear/Netscape7/Netscape7Section.html
 

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,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top