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...
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 ...
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.
...
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()
$(...
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...
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...
How do I replace the black popup bubble with a custom view when clicking an annotation?
...
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...
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...
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...
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...
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...
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
...
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...
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...
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!
...
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.
...
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?
...
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???
...
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 ...