popup

jQuery open facebox if the user is currently active on the page?

as we can use facebox as popup. i want to open this POPUP if user is not active for last 30 min on page. and if user press close button or close the popup time will be restarted. ...

Popup message window in grails?

I have a Grails application with a form in it. Once the user has entered the data and submitted it, and it's been validated etc.. I need a message to popup in a little window to give the user some feedback - it needs to popup, rather than be displayed on the page. Can anyone advise me on the best way to do this? ...

flash as2: how to create a popup alert while having a hidden stage ?

Hi. I've created a main swf application that loads other swf files to use their classes (using getUrl()). i would like that these swf files would output popup alert messages when errors occur without changing the main swf file. how can i do so ? the external swf files that i load got a hidden stage which disallows me from viewing anyth...

popup as a solution to cross domain browser policy

Hi, I'm creating a bookmarklet that send data over to say, serverb.com when the user is browsing servera.com. I obviously can't preform an AJAX poll, because of cross-domain policy issues. I've been using ACD, but it doesn't work well. How do I go about writing a bookmarklet that will open a (even invisible? or at least unfocused) popu...

How to create popup in PHP?

I want to create a popup in PHP. ...

I want to create a pop up box on a site i am working on, i like the pop up box facebook and linked in has, how do i create it?

I want to create a POP up box on a site i am working on, i like the pop up box facebook and linked in have, how do i create it? is there a code or something? Can anyone help me? ...

Jquery library/plugin for interactive modal popup?

Wondering if there's any jquery library/plugin that can easily perform the following. At main page Susan Liew (click here to update user profile) When click, will trigger a lightbox type 2.0 style modal popup to show up a user profile modification form. This should be ajax, jeffrey's user profile primary key will pass into the moda...

How can we prevent popup windows appearing on top of the application?

I have a fullscreen window, and I want to prevent pop up windows that appear at the right bottom corner of my screen. I set the Topmost property to true, but apparently it does not help. I also tried activating the form and giving it the focus once it got deactivated, but that did not help either. What is a way to ignore such windows whi...

WPF Popup Control - Find X, Y Coordinates

I'm trying to get the X,Y coordinates of a popup control. I have tried: VisualTreeHelper.GetOffset(Popup); but the vector returned always contains (0,0) for X and Y. The parent of the popup is the layout root, which is a grid. The CustomPopupPlacementCallback also always returns 0,0 for it's Point parameter. The goal is to allow th...

How Can I Open a WPF Popup with a Delay?

I simply want to open up the WPF Popup with a delay, sort of like a ToolTip. How can I achieve this? And, by the way, Popup.PopupAnimation = PopupAnimation.Fade ... fades in too quickly. I want at least half a second in there. ...

Dynamically size javascript popup based on embedded swf size

I am embedding a swf in a popup window using javascript's window.open function. I am currently passing in static values for the popup's height and width corresponding to the height and width of the embedded swf, like so: window.open('http://whatever.swf', 'popup', 'width=400,height=300,resizable=1'); A user can click on a button in ...

jQuery: How can I show an image popup onclick of the thumbnail?

In my aspx page I have a thumbnail image <img>. When the user clicks on that image I would like a popup to show that blocks out the rest of the UI with the larger (full) version of the image. Are there any plugins that can do this? ...

jquery $.get with auth expired: gets the login screen in popup

the problem is that if the auth cookie has expired and the user clicks on a link that should open a popup using $.get than i get the login screen in the popup (same masterpage in another masterpage) instead of redirecting the whole page to the login screen anybody knows how to fix this ? ...

Silverlight: OnLoad not being called for Controls inside Popups

Has anyone seen this problem? Is there a method I can call from my page to force the popup to initialize and load all inner controls? Thanks! ...

show "Save as" window

How can i show a Save as window in asp.net and C#... This is similar to the one that opens for uploading but that window is the open file... I am not looking to save only one file...like Response.AddHeader("Content-Disposition", "attachment; filename=" + myfile.Name); can i make it ung ajax... please help... samples or suggestions....

Show Hide div in Chrome Extension popup using jQuery

I've been trying to make an option show and hide(possibly toggle) in my browser action popup without success. The code below is the body of my popup <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="popup.js"></script> <div class="show"> <a href="#" class="showcontent">Show</a> <a href...

Open browser windows without menu bars (JavaScript?)

The users in my community want the chat to be opened in a small window without all the control bars. So I think a popup window without scroll bars, location bar, status bar and so on would be the best solution. Right? What is the best way to have such a popup window? JavaScript? Can I do it like this? BETWEEN AND <script type="text...

working with Ajax popup

ok i need a pop up box to select date and time... but im having some trouble... i used first modal popup (ajax) for the popup... that is working but not looking neat... then i put a textbox in it with the calender extender... the problem here is when i click on textbox calender pops up but it does not seem to work because nothing is...

Stop pop-ups with URL

Hello, I've been asked a question, and don't know if there is an answer. "do you know if there is some code you can put into URLs to block pop-ups?" This isn't using pop-up blocking software or toolbars etc, but a parameter in the URL. Almost opposite to the target="_blank" for instance. Thanks in advance. ...

howto create an Ajax Popup Form and submit the form

Hello. I like to request a ajax-popup bij clicking on a link with variable. The popup will show some date requested from the server. After submit the data will be checked on the server and send a responce back. Depending on the responce, new content will be showed in the popup. The user can close the popup afterwards. I have searched a...