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

Popup window shows under select box (IE only)

Ive got a small calendar popup that works perfectly fine in most
cases....

It comes up as a small unframed window over the parent window, however
it overlaps a select box and in IE the select box appears OVER the
popup.
NN works fine.

ive tried a variety of changes and additions to the window.open()
method to no avail:
this.popupWindow = window.open("about:blank","window_"+anchorname,thi s.windowProperties+",onFocus(windowFocus()),resiza ble=no,alwaysRaised=yes,width="+this.width+",heigh t="+this.height+",screenX="+this.x+",left="+this.x +",screenY="+this.y+",top="+this.y+"");

any ideas are welcome...
thanks
bryan
Jul 20 '05 #1
2 1964
I'll answer myself on this one - apparantly the problem is well known
and unfixable. Here is an article on it:

http://www.webreference.com/dhtml/diner/seethru/
br***@iname.com (Bryan Forst) wrote in message news:<c1**************************@posting.google. com>...
Ive got a small calendar popup that works perfectly fine in most
cases....

It comes up as a small unframed window over the parent window, however
it overlaps a select box and in IE the select box appears OVER the
popup.
NN works fine.

ive tried a variety of changes and additions to the window.open()
method to no avail:
this.popupWindow = window.open("about:blank","window_"+anchorname,thi s.windowProperties+",onFocus(windowFocus()),resiza ble=no,alwaysRaised=yes,width="+this.width+",heigh t="+this.height+",screenX="+this.x+",left="+this.x +",screenY="+this.y+",top="+this.y+"");

any ideas are welcome...
thanks
bryan

Jul 20 '05 #2
Bryan Forst wrote:
Ive got a small calendar popup that works perfectly fine in most
cases....

It comes up as a small unframed window over the parent window, however
it overlaps a select box and in IE the select box appears OVER the
popup.
NN works fine.

ive tried a variety of changes and additions to the window.open()
method to no avail:
this.popupWindow = window.open("about:blank","window_"+anchorname,thi s.windowProperties+",onFocus(windowFocus()),resiza ble=no,alwaysRaised=yes,width="+this.width+",heigh t="+this.height+",screenX="+this.x+",left="+this.x +",screenY="+this.y+",top="+this.y+"");


It's a well known and longstanding IE bug. You'll just have to work
around it!

Jul 20 '05 #3

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

Similar topics

3
by: nadia | last post by:
Is it possible to do the following in php: I want to have a main form open. In the form I want a button that will open a popup window so the user can search for something. The user can then select...
1
by: Noozer | last post by:
When using the WebBrowser control, is it possible to cause popup windows to appear within the WebBrowser control itself instead of a new window? This is what I've written in the NewWindow2 event,...
2
by: Moon | last post by:
Seems I still haven't got the hang of all those window generating code in Javascript. I've got a page with about 15 photo thumbnails. When you click on a thumbnail a new window pops up which shows...
4
by: Davey | last post by:
I have a website which has a popup window (this only opens when the user chooses to open it). In the popup window I have a <select> control which lists a selection of "classes". Each class has a...
1
by: Joseph Yang | last post by:
Hello all, I have a datagrid bounded with an Arraylist containing contact objects, and a edit button (<asp:imagebutton/>) in each row When I click edit button, I want a window popup so I can...
9
by: Jimmy Junatas | last post by:
When we open a window (using client-side jscript ie. window.open("/Site/Popup.aspx?...",...)) from Page1.aspx, the called page Popup.aspx does not have access to the Session variables present in...
1
by: David Cho | last post by:
I am trying to use the server side code to have a popup window come up only under a certain condition. For example, the user presses a button to retrieve a set of records. So - If there are...
0
by: Dimitrios Mpougas | last post by:
Hello, I have two asp.net pages. The first is a page (main.aspx) wich has four links on it. The href value of each link is: href="view.aspx?id=1" traget="_blank" href="view.aspx?id=2"...
2
by: Balagrajendran | last post by:
Hi Frnds, Is there any way to open Popup window by using only PHP not with Javascript.. If anyone knows plz reply Thanks,
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.