Maximising a popupwindow

  • Thread starter Kåre Rasmussen
  • Start date
K

Kåre Rasmussen

Hi all

I´m using a javascript based popupwindow in a webcalculation program. Once
the calculation is done, and the result has been showen in the popupwindow,
the user is able to go back to the webpage and ajust some of the values and
press "calculate" again. Once´s the user does that, I would like the
popupwindow (which is minimize) to maximize.

I´ve tryed window.resizeTo(), but it didn´t help, so are there any other
ways to maximize the window?

TIA
Kaare (DK)
 
R

Richard Cornford

Kåre Rasmussen wrote:
I´ve tryed window.resizeTo(), but it didn´t help, so are
there any other ways to maximize the window?

Minimize/Maximize, as in the actions of the button icons on the window
frames, are not scriptable in normal web browsers.

Richard.
 
R

Reply Via Newsgroup

Kåre Rasmussen said:
Hi all

I´m using a javascript based popupwindow in a webcalculation program. Once
the calculation is done, and the result has been showen in the popupwindow,
the user is able to go back to the webpage and ajust some of the values and
press "calculate" again. Once´s the user does that, I would like the
popupwindow (which is minimize) to maximize.

I´ve tryed window.resizeTo(), but it didn´t help, so are there any other
ways to maximize the window?

TIA
Kaare (DK)

You say you would like the popup window that is minimized, to maximize.

Minimized is where its achored on the task bar, correct?

Have you tried window.focus(); as opposed to resizeTo() as the latter
resizes the window, while the former brings it in to focus.

Hope that helps
randelld
 

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

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top