0
votes
1answer
21 views
how to control popup with ruby on rails, mouse roll-over
I have an application where user can see a list of cells. For each cell the user can see two images of the cell as popup menu. The problem is that all images are downloaded when a …
1
vote
1answer
37 views
How to replace content of a popup window with an AJAX request?
I am at loss to understand how popup windows´ DOM-trees and their manipulation from opener window work. What is the proper way to implement what I am trying to do (described below) …
0
votes
2answers
40 views
C#/WPF: Place Popup Control in Center of Screen?
Does anyone know how I can place a Popup Control in the Center of the screen?
Thanks!
0
votes
2answers
34 views
Popping up windows from a SharePoint webpart
Hi there,
I'm trying to pop a window up, from inside a procedure running in SharePoint. I need to pass a parameter to the URL, and have been trying to run the following, however, …
0
votes
2answers
17 views
Opening popups from AS3 using ExternalInterface in Safari
hi,
I'm using this code to open a popup
ExternalInterface.call("function () { window.open('" + url + "','" + title + "','" + options + "'); }");
for JavaScript people: calling …
0
votes
2answers
40 views
Using jQuery UI’s dialog(”destroy”) puts element in wrong place?
I have a big form with many parts. For each part, I want to add a small button "Popup as Dialog" which will convert that part to a dialog on-demand, and then (when closing the dial …
0
votes
2answers
14 views
WPF DataGrid CellEditingTemplate with floating control
Hello,
I'm using the WPF DataGrid and want to make my own CellEditingTemplate. I want to replicate something like the DatePicker that doesn't replace the whole contents of the cell …
0
votes
3answers
40 views
jQuery popout div next to element of my choice
I am looking for a jquery library that will let me create a pop out div under an element of my choice. What I am looking for is very similar to the jquery ui date picker, but it wi …
0
votes
1answer
14 views
Postback after JQuery Dialog box closes causes js error in IE
Hello All,
I am creating JQuery dialog boxes and need the close functionality to cause a postback to the parent form (so that data changed in the popup form displays immediately o …
1
vote
2answers
45 views
How are firefox notifications implemented?
Hi!
I would like to implement a notification mechanism in a firefox extension equal to firefox's "save password" option or popup blocking warning with the yellow bar sliding in ab …
0
votes
3answers
40 views
How do I make sure that an automatically closed window closes all its spawned windows as well?
I have the following scenario:
A user on one our customer's website clicks a link. It performs an automatic signon with their credentials to our site, which is launched in a new …
0
votes
2answers
62 views
how can we disable resizing of new popup window in firefox?
i tried openeing a new window using
window.open("lookup.htm","lookupWin", "height=400,width=500,resizable=false");
it works fine in IE, but in FF the pop up is still resizable. …
0
votes
0answers
18 views
wpf attach popup with a control
I have a scenario where i am displaying popup on my control. i am able to do this using PlacementTarget, Position etc. My problem is when i resize window and move it to somewhere e …
0
votes
2answers
37 views
DHTML popup window
I am trying to make a DHTML window on my website and I can actually get it to popup for me. The problem I am having with it is when it pops up it moves the text around on the page …
-1
votes
3answers
50 views
