Tagged Questions
The popups tag has no wiki summary.
4
votes
2answers
639 views
Does any one know a better way to get the handle of an opened popup window?
Problem: Need to get a handle of an already opened javascript popup window (handle = window.open(…)) from its opener window, multiple requests later after its opener (parent) window has been ...
2
votes
1answer
179 views
Twitter Intents Popups from Actionscript 3 application
I have an AS3 application that shows users tweets. I'm trying to use the twitter intents links to do popups, such as https://twitter.com/intent/retweet?tweet_id=93035636432437248.
When you have a ...
1
vote
1answer
85 views
Loop through popup windows
I'm trying to make a quiz program. I've got the questions an answers in lists and trying to a create a popup box for each question, let the user make a choice, and then go onto the next popup ...
1
vote
1answer
177 views
Facebox not loading image
I'm using Facebox for my popups.
However when loading big pictures it shows the Facebox but without the spinning circle.
The "Facebox loading" thread has this solution:
$("#test2").click(function(){ ...
1
vote
0answers
24 views
Help with Pop-ups for menu Items
I am wanting to make an transparent menu strip bar at the bottom of the screen that when you press anyone button on that strip, it will then show your options in a pop-up window like what they use in ...
0
votes
0answers
27 views
display alert message defore closing a popup window
I have a popup with a yes or no question (radiobuttons) in it. I want to force the users of my site to select either one of the options before closing the popup, but i am not able to do so. I can ...
0
votes
0answers
91 views
IE9 has infinite popups with latest php-ski
http://apps.facebook.com/terrafrost/
It's pretty much examples/with_js_sdk.php from https://github.com/facebook/php-sdk and in IE9 it just shows popups infinitely. ie.
To display the webpage again, ...
0
votes
2answers
115 views
popup jquery help
I have a working pop up with the codes below and i wanted to transform this to this "simple" tutorial i found here stunning smooth pop up using jquery but I've been struggling on this
here's the html ...
0
votes
0answers
18 views
noautohide attribute of tooltip element doesn't work
I'm using tooltip as follows:
<popupset>
<tooltip id="tt" noautohide="true">
<label value="info"/>
</tooltip>
</popupset>
Here is described the behaviour of ...
0
votes
3answers
166 views
jQuery alternative to javascript:openWindow
I'm redesigning our content management system's image editor. It currently uses javascript:openWindow to open an HTML page with a URL variable (i.e. MediaAdd?articleid=3709). This page contains a ...
0
votes
1answer
2k views
With OpenLayers, what is the correct way of removing a markers layer, and the popups?
LoadPin is a function to add a marker to a map. It initializes the layer on the first call. map is an openlayers map object.
But using map.removeLayer("markers") or "Markers", does not remove the ...
0
votes
1answer
144 views
Display different images on different locations of one major image with mouseover
I have one major image that I have mapped so as to have many different hotspots that link to other images. What I want to do is to have thumbnails of those images popup when the user goes over the ...
0
votes
0answers
76 views
Want to prevent opening of 2 popups upon shift+insert (javascript)
I have a function that opens a popup after user typed in 6 chars in the input field.
It works fine, except when you do ctrl+insert, shift+insert to copy and paste.
in that case there are 2 popups ...
0
votes
1answer
156 views
builtin iphone popups handling
Good Day!
I have a question regarding iphone development. i am building an app for iphone which uses gps, i can tackle the gps from my app via alert that whether user wants to use gps or not. as you ...
0
votes
1answer
1k views
jquery to have animated popup
In my main page, I need to have a main links displayed...and on mouse hover of each main link it should display a layer (something like modal popup but a smooth one)...and in the layer user should be ...
0
votes
2answers
5k views
Flex 3 custom components positioning - popups
I have created a custom TitleWindow whcih i use as a popup. The contents of the popup are created dynamically depending on a selection a user makes from a datagrid.
My problem is, my datagrid is in ...
0
votes
2answers
2k views
Can multiple CSS hover popups occupy the same space within a single div?
I'm trying to have text spans pop up on a hover pseudo-class for different lines in a menu (list items). I can have the pop-ups occupy the same space in the div if the menu/list is horizontal, but a ...