Possible to change popup attribute from within?

M

Mark Findlay

Is it possible to change a popup window's 'resizable attribute from within
the popup window itself?

I create the popup window with the window.open(....) function and use a
resizable=no parameter. But within the popup window itself, would it be
possible to then change the resizable property to enable the window to be
resized?

Many thanks for your expertise!

M
 
L

Lasse Reichstein Nielsen

Mark Findlay said:
Is it possible to change a popup window's 'resizable attribute from within
the popup window itself?
No.

I create the popup window with the window.open(....) function and use a
resizable=no parameter.

Then don't do that. If the content fits the window, the user will
most likely not resize the window. It the content doesn't fit (and
that can happen due to circumstances outside your control), he *needs*
to be able to resize it.

/L
 
M

Mark Findlay

Thanks. The reason for my question is this:

I have a hyperlink in the popup window that, if clicked, I would like to
display in the same window, however - I want the hyperlinked display window
to be resizable. (I don't want to popup yet another window for the hyperlink
in the popup)

Thanks!
M
 

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
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top