473,473 Members | 2,316 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Dual monitor issue

2 New Member
Hi,
I have a issue when i open a popup in dual monitors.

I opened a popup from my page using windows.open() method. During popup loading i used both moveTo and resizeTo methods. Its working fine with single monitor. But when working with two monitors only one half (vertical) of the popup is displayed. Its a complete popup with close,minimize buttons.

Its in IE 6.

Your help is appreciated.

Regards,
Siva
Mar 6 '08 #1
3 4746
gits
5,390 Recognized Expert Moderator Expert
hi ...

please post the call with all the parameters you use for the window.open() ...

kind regards
Mar 6 '08 #2
kssnatha
2 New Member
hi ...

please post the call with all the parameters you use for the window.open() ...

kind regards

objNewWin = window.open('pages/lead/mspSearch.jsp',"winData","height=50px,width=250px, status=no,toolbar=no,menubar=no,position=no,scroll bars=yes");

This will open a small popup.

On submitting the popup, another page is loaded by resizing the the same popup.

function showTitle()
{
window.resizeTo(725,678);
document.title="Information";
}
}

This function is called on page loading. Its a struts application
Mar 6 '08 #3
rnd me
427 Recognized Expert Contributor
put
Expand|Select|Wrap|Line Numbers
  1. objNewWin.screenX = parseInt(screen.width/2) + 312
after your window.open call
Mar 8 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

10
by: KJM | last post by:
How can I detect if the user has dual monitors and then how do I control which monitor a form is displayed on. Currently my forms always come up on my right monitor. What if I want to have it...
2
by: Renganathan | last post by:
I have an appliction which has two form winodow in C#. i want to see these window in Simultaneously.This application should supports dual monitor. one window is one monitor and another window is in...
0
by: davsun55 | last post by:
I'm looking for a C# code example that show use of a dual monitor. My application will have a control console running on the main monitor (a la powerpoint slideshow), with a display window showing...
3
by: Frank Rizzo | last post by:
Is there anyway to be able to split vs.net between 2 monitors? For instance, on one monitor, I'd like to have the form in design mode, while the other monitor would have the code for the form. ...
2
by: Mark | last post by:
Experts - I have a laptop running XP docked to a dual monitor setup. I find it quite annoying that even when I undock, I am still on dual monitor setting, which means some of my apps are on the...
8
by: Sheldon | last post by:
I just received a 2nd (configured as a dual) monitor but, for Access only, I can't seem to figure out, if it's possible, to view, say, Table1 on one monitor and Table2 on the other monitor. If I...
3
by: kalyanilovesme | last post by:
Hi, I am running my application in two minitors.In one monitor.............if it is idle for some time the screensaver wil come(I wrote the code for this using system dll functions) . Now my...
0
by: praveenhathwar | last post by:
I ve developed an application. My client has two monitors for a single PC. He wants to display a video clip in the second monitor continuosly (Repeatedly) and when the application in runs in Primay...
1
by: nanban4u | last post by:
Hi, Programming Language - HTML, JavaScript Web server : IIS 6 Browser : IE 6 + I am working in a Dual Monitor screen setup. I have a scenario some times the user move the IE screen from...
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,...
1
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.