popup

Make the WPF Combobox popup stay always open, make disappear with mouse click on "x"

I have a WPF Combobox with a ListView + "X"-Button in the Popup-DropDown. I am showing search results in that listview. How can I make the popup close ONLY when the user clicks my "X"-Button in the popup? ...

How to open a popup window from a webpage on iphone

Hi, I'm trying to open a popup window (to display another webpage) from my webpage on click of a hyperlink. I'm not able to achieve this on iPhone. I was wondering if there is any way to do this? Any pointer will be helpful. Thanks in advance. ...

Firefox popup locks up parent until it's closed

I have a page where I open a popup window and the original window is supposed to stay usable. In IE and Chrome, I can switch back and forth between the parent and child, but in Firefox, if I click on the parent window, focus goes to the child (which just flashes tauntingly). I look at Firefox's popup options, and the only one that seeme...

How to create Browse File Button functionality in Android

Hi guys, I have a RadioButton that is when clicked, it will bring to a popup window. Currently, I am planning to make the popup window to contain a browse Button with TextEdit left of it. What it does is, when a user click on browse Button, a window explorer (something like that) will appear and let the user to traverse the phone's pri...

popup window in ie8

Hi, in my webpage i have a button , that let me download an excel file(generated by php code). This part is called after clicing the button. <script type="text/javascript"> window.open('siem_xls_download_d.php?adatum=<?=$adatum?>&edatum=<?=$edatum?>&ir_qot_id_lang=<?=$ir_qot_id_lang?>', target="_top", "Zweitfenster","width=200,hei...

javascript url of a popup

Hi, I start a popup with window.open("link","name"). I don't have control on the popup. The popup it's then redirecting to another link. How can I get the final link of the popup ? The final link it's on another domain. with popup_window_object.location.href I can set the link but I can't get it. Thank you. ...

Detect new $_SESSION variable without refresh. Maybe AJAX?

Hi there, I'm currently building a website which fetches youtube videos and flickr images and lets users comment on them on the website. While having it's own commenting system, the website also has an option to login with youtube/flickr to comment on youtube or flickr with their usernames. I'm doing this by opening a popup window (re...

how to handle iPhone popups automatically without any user interaction?

I'm working on a tool that helps to automate Browser based products. On of the use case I encountered is to handle popups either from application or from Safari. I would like to provide an API where a user can click OK when a popup prompts. Can I do it through JS or is it possible through any Apple API? And one more thing, how do I know ...

E-Commerce: Branded Page or Pop-Up Window?

I'm working on a custom e-commerce system for a client and ran into a fork in the road. The checkout system I'm using is very flexible and is meant to be integrated into an existing Web site. So essentially, I have all my products on a page. Each product has a "Buy Now" button associated with it. When clicking on that button, a modal win...

Page backgound turns black on zoom in IE7

i have a pop up in the page.. which loads an iframe as the background with a slight dull gray color, when the pop up loads.. but when user zoom the page in IE7 and restore to 100% the background turns black/white.. why is this happening... is there any way to correct this error... pls help ...

Jquery Clear Popup on Close

Hi, I'm searching how to clear the contents of a popup on close. I basically have a page with contacts, of which the details can be shown by clicking on an icon in the list. So the same popup can be reused several times if I click on an icon several times. However, when I click a second time on the icon, the data from the previous use...

Pop up form on button click

Is there a way to create a form in pop-up window on click of a button using jquery? Form will have few input fields and 'Save' & 'Cancel' buttons. So on clicking 'Save', the information in form will be saved in database and will be back to original screen. I would like to have a fade-in pop up window. ...

Creating a Simple DIV popup ?

How to Create a Simple Div popup with Yes or No Button ? ...

How can I modify this bookmarklet to work on a tab instead of a new window?

When you put this in your browser it opens a simple notepad to type in. I don't know enough about javascript to alter it but I would like to make it so it DOESN'T open in a new window but rather in the current window or another tab. Is this even possible? javascript:pwin=window.open('','_blank','menubar=yes,scrollbars=yes,location=no,...

WP7 Popups using resources

Im trying to create my own(custom design) popup for my WP7 application. To put it shortly it should only display bing map with a drawn route and a close button. I have used the Picker Box by from Alex Yakhnin's Blog. And by his code as a reference i have made my custom xaml file with the following (only basic design, maps and button le...

Best script (PHP/JS) for pop-up accept/deny license agreement?

Hello! I'm looking to create a Pop-up Agree/Deny User License Agreement when people visit any page on my website. Using Magento, if it helps at all. What I'm looking for: Never pop-up's again after user clicks Accept (To prevent pop-up everytime user clicks a link.) Visitor cannot access website until clicking Accept. If visitor clic...

Overlay pop-up user license agreement

Hello! I'm looking to create a Javascript Pop-up Agree/Deny User License Agreement when people visit any page on my website. I just need suggestions on a good Javascript plugin to use for my idea. What I'm looking for: Never pop-up's again after user clicks Accept (To prevent pop-up every time user clicks a link.) Visitor canno...

WP7 Bing map in popup

I'm working on a WP7 demo app and have gotten my popup working with static resources wich I earlier had problems with. Now when this is out of the way i got a new bug wich regards my use of Bing Maps. When using bing maps in my default WP7 Silverlight pages (panorama or regual) the maps show up fine, but when using a bing map in my stat...

Flex 3: How do I reference the Modal Button in a Custom Component?

Hi, I've got a custom component based on a TitleWindow. I want to put an event listener in my main app that listens for the Titlewindow's modal button's click Custom Component: <mx:TitleWindow showCloseButton="true" close="closeHandler(event)"> blah blah... <mx:TitleWindow> In the main app: I've got a variable called popWi...

css popup doesn't work on the last rows of table

HI guys! So I've a table in html. And one of the columns has a popup in the cell to show some information. the table is also quite large so I've added an horizontal scrollbar on the top and bottom of the page with jquery, with the help of @Stanley, see question. The popup always stays at the bottom of the cell. But the scrollbar hides ...