Pop-up refers to a window or dialog box that is presented or called by another program or window.

learn more… | top users | synonyms

1
vote
1answer
24 views

Javascript Window options

Let me give you guys my overall goal for this small project before I explain exactly what I need. Im looking to create a "pop-up" window that simply displays text within the window without the ...
0
votes
0answers
20 views

Value of Pop-up menu matlab

I want to get value as a number from pop-menu. for example if user want to select gender. 1 for male and 2 for female. i have create this code function gender_Callback(hObject, eventdata, handles) ...
-1
votes
0answers
25 views

How to display a pop-up window in xul (Firefox Addon)

I want that when you click on a pop-up window. Tell me how to do it? Tell me how to do such a thing in XUL for FireFox? Example: http://i.stack.imgur.com/3b5sd.jpg Closed! I'm finded this - ...
0
votes
1answer
46 views

Display pop-up when the last tab is closed for domain

Is it possible to display a pop-up window when the last tab of a website is closed? For example, we have the X website. I open three pages on X, therefore I get 3 tabs opened - home, news, contact. I ...
-1
votes
0answers
42 views

how to show a pop-up survey with javascript when leaving a page

i need a pop-survey screen when the customer is trying to leave a webpage . The basic code <script type="text/javascript" language="javascript"> window.onbeforeunload = function(e){return " u ...
0
votes
0answers
28 views

Open popups in the same WebView

I need to have my WebView show popup content inside itself instead of opening a new pop-up window. By default, Android blocks all pop-ups and so far I didn't manage to unblock them. I tried enabling ...
0
votes
0answers
41 views

OpenERP: How to make CSV file open in a pop-up window

I'm using OpenERP 6.1 to generate a custom .csv report when the user clicks on a button. Here is my code: XML button declaration: <record id="view_expenses_form" model="ir.ui.view"> ...
0
votes
0answers
20 views

in toad for oracle , the variables pop-up window keeps coming up even when & is not used anywhere in code

Below are the version details for my TOAD: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production PL/SQL Release 11.2.0.3.0 - Production CORE 11.2.0.3.0 Production TNS for ...
1
vote
1answer
79 views

How do I get an individual modal pop-up to display at a time?

I need a little jquery help. I have a number of individual product divs (.productsWrap) displaying on a page all with a hidden info section. The idea is that when a.activator for a particular ...
0
votes
2answers
80 views

One alert at a time

i'm making a form and i have a bunch of functions in the form to validate certain fields but the issue i'm having is that when you submit for every validation that returns false an alert will pop up ...
2
votes
2answers
61 views

write exponents in matlab gui pop-up menu

Is there any way I can write exponents other than ² and ³ as part of a string in a matlab gui popup menu? Thanks for the answers!
0
votes
2answers
168 views

Refresh only update panel on parent from pop-up window

I have a button which opens a pop-up window and an Ajax update panel. Inside that window I have another button. What code I have to run if I want that update panel to be refreshed when I press the ...
0
votes
0answers
130 views

Firefox pop-up php session variable not being sent correctly

OK, here's a good one for you to solve. Everthing is working fine in Chrome, but not in FF. Here's my situation: Parent page has a link, on click it creates a pop-up with a text field. That info is ...
0
votes
0answers
37 views

Can anyone tel me how to work with a EXTJS application drop-down menu using selenium webdriver

Please find my HTML code corresponding to the drop-down menu i have in my application. I cant use i.d, because it keeps changing for EXTJS application. Also tried using Absolute Xpath, facing issue ...
0
votes
2answers
73 views

iOS Popup cydia-like

How can I let my app popup something like cydia's "Reloading Data"/"Loading Data" (like this)? Is it a public API by Apple? How do I call this? Can I specify which Image to display instead of the ...
0
votes
1answer
55 views

Javascript button doesn't load correctly

I'm using a JS button for Tumblr, which I've customised to my blog's variables. The button loads a pop-up window, but instead of appearing under each individual post, they're all grouped together. ...
2
votes
2answers
378 views

Pop-up window in Javascript

I'm using a custom Tumblr share button on my Blogger-based website and I'd like the share screen to open in a pop-up window. Right now it opens in a new tab. Can someone please show me how to do this? ...
0
votes
1answer
97 views

Is there any way to manipulate pop-up on Chrome? (Webdriver selenium)

I am running a test using WebDriver (Chrome). The first step I need to accomplish is to install Chrome Auto Refresh Plus. However, when I click on the link, a pop-up window shows up with "Add" and ...
2
votes
1answer
245 views

CSS, UL menu with pop-up LI elements that appear over upper banner

I'm trying to create a CSS based menu for a site I'm creating, and not having much luck, so Iv'e decided to turn to stack overflow and see if there are any suggestions. First let me add an image to ...
1
vote
0answers
33 views

webform that uses pin number and serial scratched card system

I am trying to develop a form on my website that will enable students check their results grades in subjects after writing school examination. just like what http://ghana.waecdirect.org uses. but I ...
0
votes
1answer
110 views

php code to automatically save weblink on android home screen

Is it possible in android enabled devices that if i visit any weblink through my device a pop up appears to save link as an "Home Screen" app kind of using php language. One click mobile web app ...
1
vote
0answers
100 views

Pop-up message of UITextField changed text color.

Can someone tell me why the Copy option message change tintColor and text color like this? In my application, I have to change tint Color of navigationBar. is it a cause for this strange problem? ...
0
votes
0answers
275 views

pop-up blocker detection library? [closed]

Is there a pop-up blocker detection library out there? It seems like a good project, since certain pop-up blockers behave in odd ways. I'm actually considering starting one if there isn't one out ...
-5
votes
5answers
4k views

Windows 8 metro app - pop up alert with an ok button using C#?

I'm writing a register screen that will pop up an error alert when the login information are not correct
0
votes
2answers
3k views

How to create a simple pop-up div that loads an external page from an onclick event?

Since I'm very new to jquery I'm having some troubles with this issue. I'm having persons displayed in a table. When I click on one person I want a simple pop-up with some more information about that ...
-2
votes
1answer
71 views

login to facebook without any pop-ups [closed]

provided the user has accepted to provide an username and a password for his facebook account, and accepted some terms, how can i post something on his facebook profile by clicking a button for ...
0
votes
2answers
663 views

Enlarge Image On Click OF link in asp.net mvc3

@foreach (var item in Model) { <img src='ShowShowcaseImage/@Html.Encode(item.ProductID)' id='@item.ProductID' /> <b>@Html.DisplayFor(m => ...
0
votes
2answers
224 views

Open colorbox with an unique URL in the location bar

I've been searching this problem for a long time now but I can't seem to find the solution. Let me first describe the problem: I have a page that opens a colorbox pop-up when a link is clicked. When ...
0
votes
2answers
722 views

How can I pass a variable into window.open?

I'm having some trouble with a window.open action in JavaScript, and could do with some pointers (I've searched everywhere!) I want to set the width and height to values of variables which I defined ...
1
vote
1answer
167 views

How to open a pop-up window in a different physical screen in Chrome?

Is there a way to open a pop-up (using window.open) and place it on a different physical screen? This is possible in FireFox with window.open(location, '', 'width=200,height=200,left=-1052') but ...
0
votes
1answer
611 views

[OpenLayers]: Show pop-up when user clicked on the line

Need show pop-up when user clicked on the line. Doing as, but does not work: var ClickLon; var ClickLat; OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, { ...
0
votes
1answer
4k views

How to open pop-up window in asp.net web application

I'm using a gridview in asp.net web application, and I want to open something like a "new form"(Like in windows forms application) , wich will contain the selected gridview row data, I don't have ...
0
votes
1answer
114 views

java in background of windows for copying text from the browser directly to text file

Is it possible to listen the events from browser with java ? the main task is to add command "copy to file" to pop-up menu of right click of the mouse. This command must add selected text in browser, ...
0
votes
1answer
176 views

How do you create a UIImageView that pops up from a set position and then hide it when it is touched and then the next image can pop up

I have tried using cocos2d for this but i can't seem to figure out any code that is exactly what i want it to do as what i want it to do is quite specific
-4
votes
2answers
65 views

How to make this work on click…? Is it possible [closed]

<p onclick="javascript:window.open('http://mail.google', 'gmail','height=550, width=800,toolbar=no, directories=no, status=no, menubar=no,scrollbars=yes,resizable=yes,left=200, top=250'); ...
1
vote
1answer
721 views

Creating a pop-up without a scroll bar or tool bar

How can I replicate the plain window that appears on the Chrome Web Store where you click Add to Chrome when downloading an app? The window/ pop-up has no tool-bar, scroll-bar and only has a button to ...
1
vote
1answer
279 views

File download with android

I am trying to save a file from the web to my Android device but I do not know how to do it. The url address opens a blank page and a popup download box with the file that I want to download so I can ...
2
votes
2answers
3k views

Excel VBA “Please Wait” Pop-Up Message

I am trying to create a Please Wait message in Excel-VBA. This is to remind the user processing a sql query that the process is still ongoing. I would like to have this message displayed in a ...
4
votes
4answers
6k views

Android pop-up menu with icons (similar to Google Map app new version 6)

Does anyone know what component is used for the menu in the new version 6 of Google Map's official app on Android? I'm trying to build a menu similar to that, couldn't find anything in the official ...
0
votes
6answers
819 views

How to display a message in a pop up window

I have a pop up window function where when a button is clicked the window does pop up. Now the pop up window does not display anything, for a test I want the pop up window to display the word ...
0
votes
3answers
1k views

Handling Windows security pop while web page loading using selenium and Autoit

Hi All, I have a web based application with windows security pop displayed as soon the first web page starts loading and the page completes loading only after we provide Login credentials. I have ...
0
votes
1answer
120 views

How can I pass an URL location from a table row to simplemodal script

I have the old script working at http://chesstao.com/about.php in the games table. Unfortunately it uses the href from each td repeated several times for each tr. I would like to click on the table ...
1
vote
0answers
68 views

Use standard pop-up items on Blackbery

I'd like to use a standard "delete" operation on a component I implemented, instead of defining a custom icon and text (with all possible translation) for a "standard" operation. That is: if I keep ...
0
votes
0answers
71 views

stop lightbox popping up so many times

hello I have been working on this for over a week now? and yet cannot solve this issue. I have a form and form validation function and after the user submits the form and it is written properly the ...
0
votes
3answers
2k views

JavaScript: Window.open function allowing to resize the widow after setting the resizable property as “0”

When I try to call a URL as a pop-up windows through javascript, after loading the pop-up window I can able to re-size the window by mouse dragging even after I set the resizable property as "0". ...
0
votes
1answer
1k views

Flex 4 addPopUp throwing error: “ ArgumentError: Undefined state 'inactive' ”

I am trying to do something seemingly simple. Open a pop-up. Anyone else get this error? var myTitleWindow = new TitleWindow(); myTitleWindow.title = "My Window Title"; ...
0
votes
1answer
61 views

Getting around moveTo and moveBy cross-domain

When I load a page from a different domain into a pop-up window, it seems that moveto and moveby are not possible. If I load the content in a div or other element within the pop-up will it be ...
0
votes
2answers
235 views

Javascript/Jquery Pop-Up/Modal Dilema

I'm stuck in a problem that on first glance seems simple, but actually it's a bit hard to fix. I have a share button on my colorbox and when a user clicks it I want to open a pop-up with the social ...
1
vote
0answers
283 views

How to use path pop up button?

I know this may be real obvious, but I am having trouble implementing this path pop up, to choose files from. I am making this encrypting tool, and it must choose file/folder/application to encrypt, ...
3
votes
1answer
267 views

Multi Style Sheet with jQuery Cookies (Need help with pop up box)

$(function() { $('#yes a').click(function() { $.cookie('AutoPlayTrue', '1', { expires: 999 }); $('.disableAutoPlay').hide('slow'); ...

1 2