popup

Help with menu closing, please!!!

i need help with a menu i'm adding on a jquery chat system called cometchat i've been trying to add a facebook like applications menu and i got it to work with opening and closing and it closes clicking everywhere in the body and the bar but the place it should open and close. if someone can help please 'cause im not good at JS. :/ here...

Date Popup module - I want a Time Popup as well

I've got a field in a form (custom content type built using CCK) configured as a date and time. I have the Date Popup module installed. My field shows up as two fields, one for the date and one for the time. When users click in the date field, the JQuery calendar pops up and all is fine. But nothing happens when they click in the time ...

Open popup as new tab

Is it possible in Javascript to open a popup in a new tab of the browser? I don't care if the solution is not cross browser. I know the HTML solution with the target attribute but i must do it in javascript beacause i need to do it automatically without any click. ...

Jquery event bind/unbind and lib hooks

Greetings, I am using facebox popup jquery plugin. In their JS they have the following event /* * Bindings */ $(document).bind('close.facebox', function() { $(document).unbind('keydown.facebox') $('#facebox').fadeOut(function() { $('#facebox .content').removeClass().addClass('content') hideOverlay() $(...

How to get system tray functionality WITHOUT using NotifyIcon.ContextMenu?

Hi, I'm trying to get my application to display a popup context menu when a user right-clicks on my notify icon in the system tray... but there's a twist. I'm aware that the NotifyIcon class I'm using to get the icon in the system tray has a ContextMenu property. I don't want to use that to get a right-click popup menu, because it ALWA...

How to retain session-state from iframe in a pop-up?

I'm making a web application for a customer that has clients who want to put the login to the app inside of an iframe on their web sites. On a succesful login we want to open the app in a new pop-up window, but it seems that the logged in session is only retained inside of the iframe and not in the main window or in the pop-up. This is o...

Custom popup when clicking pin in MKMapView

How do I replace the black popup bubble with a custom view when clicking an annotation? ...

How to create an image map using Java Swing?

I need to make an image map using Swing that displays a background image, and then when the mouse hovers over (or clicks) specific hotspots, I need to pop up a 'zoomed-in' image and have it display. I was thinking of extending JPanel to include an image reference and have that drawn thru the paintComponent(g) method. This part I have d...

Javascript Popup IE Error

I've stepped into a new position and am tasked with cleaning up pre-existing code. I will be posting a Javascript function for building hotel reservations by using a base URL and then carrying over variables to the other site. More clearly, this function allows your to access Site A and search for hotel reservations on Site B. The fun...

firefox allowing site in popup blocker causes new tab to open

Ok pretty random situation here and I'm kind of just grasping for an explanation so I hope this makes sense: Our site launches reports in new tabs/windows using the basic 'window.open' javascript function. The reports are one-off things you are just meant to close when finished with them. This works fine in general. We give open 2 para...

Open new browser windows in JavaScript without making it active

I have some JavaScript that makes an AJAX call and, if the call fails, opens a new windows (tab in Firefox) and displays the response from the server in that window. This is very convenient for debugging, because the error is typically from Pylons, so it's a full HTML page. The only problem is that the new tab becomes the active tab, wh...

Display popup message when user login to site in J2EE(Filters)

Hi, I would like to show a popup message to the users when ever login to my site, only when login( later on it is not required). we are using java/j2ee for my application, and authentication provided using the Filters, once login success we are redirecting the request to the requested page(it is not the same always it depends on user a...

Retrieve information from pop windows

Is there a way to popup a web page, and retrieve some information from the page as it is being closed or before being closed? I have done me homework and know about jquery popups etc, but I want something I can learn the basics from. /vfclists ...

Show popup on mouseover with link

I am showing the list of users with images as a grid in my asp.net mvc (C#) application. When i click on the user's image, i need to show a bubble popup (like, when we click on events cell in google calendar). The popup will contain some basic information of the user and an edit and delete option. How can i achieve it in asp.net MVC us...

How to handle popup messages thrown from web applications in vb.net?

I am developing a tool to automate testing of a web application. I want to handle the popup messages thrown in error scenarios. The problem am facing is after a button click a popup message is thrown, but only after a response is given to the message box(ie clicking on any buttons in the message box) the execution continues, till then th...

overlay html over flash?

Is it possible to overlay a piece of html over a flash animation given this context: -flash contents underneath is NOT clickable -html will contain js link clicking which will open an iframe popup similar to: http://www.dynamic-tools.net/toolbox/popUp/ thanks! ...

AJAX popup causes screen to re-load using ASP.Net

Using the following code: http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/ When I click the button to activate the AJAX popup, it does appear, but the page is reloading on the button click. How do I get around this? Thanks. ...

How can you open a popup window after you close another one?

I need to open a popup window, which when closed, opens a new pop up window. Then when you close that one another opens. I'm aware that this functionality can have uses for spam and nag-ware, but I need it for a user experience survey. Don't ask me, it wasn't my idea. How do you do this? ...

Pop-up image with live text

What I'm trying to do is have a cool little window or image with live text in it pop up like an alt except... I want it to open when you roll over a specific line of text... Suggestions anyone??? ...

"Sticky" MFC popup menu

I currently have some toolbar buttons with a small arrow on the side (TBSTYLE_EX_DRAWDDARROWS) that, when clicked, result in a popup context menu being displayed under the button. This is done by constructing a custom popup menu and calling TrackPopupMenu. The client now wants to be able to select multiple options from the menu before ...