473,395 Members | 1,666 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,395 software developers and data experts.

Maximising a popupwindow

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)
Jul 23 '05 #1
2 1508
Kåre Rasmussen wrote:
<snip>
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.
Jul 23 '05 #2
Kåre Rasmussen wrote:
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
Jul 23 '05 #3

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

Similar topics

2
by: nick | last post by:
I have the following code: var w=window.open('popup.htm','','width=400,height=400'); w.opener = this; var img = w.document.getElementById('pic'); However, the img variable is always null in...
1
by: Mel | last post by:
i would like to have a popup window from a parent window. this window should refresh every 5 seconds and reload parent window. OK i know its dumb, but i have my own reasons to test this. NEXT:...
2
by: Spook | last post by:
Some of the forms set up within the switchboard do not work if the form isn't maximed, scroll bars don't appear properly. So that the users of the database don't have that problem is there a...
1
by: SteveShanks | last post by:
Hi Al How can I set the size of an mdi child form to fill the parent windows as if it was maximised without actually maximising the form as this causes all my subsequent child forms to be...
1
by: SeanR | last post by:
Hi, I wasn't happy with the customisability of the standard Windows form, so I decided to implement my own. Basically what I did was extend a borderless form and add my own borders and caption...
1
by: keri | last post by:
Hi, I use the below for the user to view their outlook calendar Sub DisplayInbox() Dim myolApp As Outlook.Application Dim myNameSpace As Outlook.NameSpace Dim myFolder As Outlook.MAPIFolder...
9
by: Marky1124 | last post by:
Hi, I am hoping that someone can offer me some advise. I am new to CSS layouts and I've struggled to produce the screen layout that I wanted. Here's my demonstration page:- ...
2
by: Microsoft Newsserver | last post by:
Hi, I know this is not an ASP.NET issue, but I thought I would ask the question of all you guys here. I know how to mazimize a window using the javascript resizeTo( h , w ) method of the...
1
by: Phil Stanton | last post by:
Here is a bit of code which opens an Excel file from a hyperlink activated on a form command button CreateHyperlink Me!Storage, "", ExcelPath ' Open Excel using Hyperlink DoEvents ...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.