popup

JS - information from pop-up window to the window which opened the popup

I have programmed some launcher for a game, so you can actually start the game and make it automaticly do various things with just one click from the browser. To make it easier for people to make their own custom links, I've tried to build something where they can create the links with just a few buttons. It works like this: The protoco...

Stop VCL Child Controls from Inheriting Parent Popup Menu

I have a Delphi 2007 VCL TPanel with a TPopupMenu assigned to it. There are some TEdit controls on the panel. The edits inherit the popup menu of the parent panel. I want to not allow this popup inheriting, so the edits will show the default Windows TEdit popup menu with Copy, Cut, Paste, etc., but have not found a way to do it yet. T...

can we show title bar in popup in silverlight with close and window size button?

can we show title bar in popup in silverlight with close and window size button? ...

Submit form from greybox window to main window

Hi everyone, I'm using greybox and trying the following thing: I want to make a form inside the pop-up so when the users submit's it, the request goes to the main window and the pop-up closes. I know the way to close the window is by using onclick="parent.parent.GB_hide()", but I really haven't been able to find a way to make the pop-u...

How do I create an "iframe popup" when I hover over an <a> tag?

Here is the scenario: a User will see a list of company names, each wrapped in an tag. He is able to see dynamic information and as he hover over each name and then make a request. So Given a list of companies, each wrapped in an tag. When the cursor hovers over an tag Then a "pop-up" appears that contains an -based, dynamic conte...

Set the focus on Popup Panel

Hello, I use a modalpopupextender to show a popup when the user clicks on a button. <ajaxToolkit:ModalPopupExtender ID="mpe1" runat="server" TargetControlID="statusInfoLb" PopupControlID="statusInfoPanel" DropShadow="false" OkControlID="okBtn" OnOkScript="onOk()"> </ajaxToolkit:ModalPopupExtender> <asp:Panel ID="statu...

How do I make a simple dictionary pop-up program that displays balloon definition for generic applications?

Hello all, I'd like to develop a simple program that: when mouse is over a text element on a generic applications like text editors or browsers, after a certain delay or with a short-cut key, it will display an hovering balloon displaying the word's definition. I've seen applications like this, but don't know how they work in terms of ca...

Pop Up to enter credentials

When I open my SharePoint site collection everytime I am getting the pop up to enter the credential. How I can get rid off this. I checked in the alternate access mapping but I couldnt figure out anything difference,as the internal URL and external URL s are same. Can anyone help me regarding this?? ...

CSS: Namespace a piece of HTML

I'm building a browser extension that will insert a chunk of HTML into some pages. I'd like the page's CSS to not apply to this section. What is the best way to do this? Is there a good reset I can put on the root element of my HTML and set it to !important so it gets applied after others? ...

Pop up box in Ruby on Rails

Hi I want to display a popup windo on my rails application... Here is exactly what i want is . I have the line called "My profile" (for link i used link_to). if user clicks the link the popup should come out and displays the user's profile details.... i tried with :popup => 'true' option but it creates new window. i want some Ajax ...

Avoid Google Analytics from categorizing pop-up as entrance

hey there, in my google analytics account there is a page tracked usually opened as a javascript window.open() pop-up (same domain as referring page). unfortunately, g.a. categorizes the pop-up page as entrance, although it is just a step in the whole navigation flow. how can i avoid this? thanks for your help! ...

window.location call popup up empty dialog on safari

Hi, on a web page i am trying to redirect the browser to another page on the same site. the code is very simple for that: window.location = "/path1/path2" on safari - both windows as well as mac - a message box containing only the text "http://domain.com" comes up. I have tried different ways of specifying this: location.href, wi...

Facebook Connect not working properly, showing call back url in same popup

i have used facebook connect in my site but it is not working properly. when i click on facebook connect button it shows popup after that when i enter my login and password it shows the callback url in the same popup. ...

pass data from parent to popup

Apologies if this seems like a duplicate post... Thomas Warner kindly answeres an earlier post suggesting I use: Popup.aspx?Data1=Piece_of_data&Data2=Piece_of_data Just want to ask, if my code is Popup.aspx?Data1=textbox1.text&Data2=textbox2.text whats the proper way to reference whats in the textboxes? The way is is above, all that...

Popup dialog box manager using PureMVC

I am developing a a game in Flash using the PureMVC framework. From time to time I need to show dialog pop-up window to get a user response back (e.g. "Cancel", "OK" and other kinds of asynchronous user feedback) while "locking" the background for interactivity. I need some management for my pop-ups: all pop-up notifications should be s...

iPhone SDK: Do I need to ask user for permissions to use GPS?

In my iPhone application I need to use GPS (CoreLocation to be exact) to get current position of the device. I know that most (if not all) applications using GPS have a popup implemented asking the user to allow GPS access. Is that done automatically by the iPhone SDK or should I implement such functionality myself? I've tried to run my...

Get the tooltip to move around with the mouse

Hi all I am making a small list over some products, and to each product there are shown a picture to the left. When the user moves their mouse over the thumbnail image, I would like to show four more images with jQuery. I have looked at this very nice plugin: http://flowplayer.org/tools/demos/tooltip/any-html.html This could be used to ...

Display a view using modalPresentationStyle

Hello, I have heard that you can make a view popup like in the Mail app for iPad by using modalPresentationStyle. Im having a hard time figuring out how to use it though. I looked a this post here and still couldn't figure out how to do this task. If anyone could explain how to hook up the controllers to make this code work that would b...

Clean Javascript Info Popup

I'm just trying to figure out exactly what kind of script this is, and where I can find more info on implementing it. Not sure exactly what to call it. If you click on one of the speakers here, you can see it in action: http://www.howconference.com/speakers/ ...

Modal PopUp Extender labels wont update on Asynchronous Postback

Hi everyone! I have a ModalPopUpExtender with an UpdatePanel on it. On the UpdatePanel,there few labels and componentart Grid which Updates from the server on every Asynchronous postback when an image button is clicked. The Problem is that the server code updates the modalpopupextender labels as the information on the grid but it wont d...