popup

How do I create a popup from Flex without a browser toolbar?

Hi there, I'm trying to launch a popup window from Flex, but the popup window needs to have certain properties as one can usually specify with the JavaScript window.open. For example, the popup window should not have a browser toolbar or URL box. I've tried using navigateToURL, which works fine, but I can't find a way to specify the...

How to pop up a hint diglog when focusing on an input like the following page with jQuery?

http://www.resumebucket.com/signup Is there a ready plugin to implement this? Should not be big in size. ...

IE8 losing session cookies in popup windows.

We have an ASP.NET application that uses Forms Auth. When users log in, a session ID cookie and a Forms Auth ticket (stored as a cookie) are generated. These are session cookies, not permanent cookies. It is intentional and desirable that when the browser closes, the user is effectively logged out. Once a user logs in, a new window is p...

How to generate simple pop up using Jquery

I am designing a web page. In that when we click the content of div named mail, a popup window should be shown containing a label email and text box. I searched in google as simple popup in Jquery but the code is weird. Please help me by providing very simple jquery pop up. ...

How to make multiple Popups using Jquery

For pop up im using the following code style : a.selected { background-color:#1F75CC; color:white; z-index:100; } .messagepop { background-color:#FFFFFF; border:1px solid #999999; cursor:default; display:none; margin-top: 15px; position:absolute; text-align:left; width:394px; z-index:50; padding: 25px 25px 20...

Which JavaScript lightbox is most like the one at the apple website? (link provided)

If you click on: http://store.apple.com/us/product/MAC%5FOS%5FX%5FSNGL And then click on "Find out which version you're using": I appreciate that they probably paid it to be royally customised, but I can't seem to find one that is close in terms of how it pops up and style etc. ...

Popup Alert in ASP

I've just started using ASP, so while programming the code behind in C# I was surprised to find out that MessageBox was not available to me to make a confirmation popup triggered by a button click. While googling I noticed a lot of suggestions to use Javascript, but was hoping to avoid adding another language to my code. I tried to imp...

How to create a pop-up window in asp.net mvc?

No javascript/AJAX to be used. when clicked on the hyperlink, it should open a new browser window. ...

Multiple Javascript pop-up windows

Hi, Is it possible to in a situation like this; <li><a href="javascript:productPop('includes/products/test.php','8 mil');">asadfasdf</a></li> <li><a href="javascript:productPop('includes/products/test.php','15 mil');">asdfasdf</a></li> <li><a href="javascript:productPop('includes/products/test.php','hello');">asdfasdf</a></li> to hav...

Using JQuery to activate a popup using image name.

Hey guys, I am trying to use JQuery to manage some popups. This page I am building will have 15 projects, each which is a thumbnail contained within a DIV. Each DIV has a Name attribute so I would like to have JQuery find the name of the DIV and activate the hidden popup with the same name that is contained within the ID… Currently I ha...

how to disable firefox maximize button for popup window?

how to disable firefox maximize button for popup window? ...

MediaBox style pop up

Hey, I asked a similar question last week asking about window pop-ups. I've thought of a possible alternative to window pop-ups and that's mediabox/lighbox style pop-ups. Is it possible to have a link that you click on and it opens a mediabox type window to the side. (Possibly a window you can drag around within the page) Then you clic...

Jquery to activate multiple slideshows and popups

Hey Guys, I am having a bit of difficulty with this current code I have set up. I am setting up a page with various projects. When one is clicked, the idea is that there will be a popup with a full size image. Some projects have multiple images, so I also added a slide show property. I am sizing the popup by having jquery determine the ...

what is this effect called and does C# have it somewhere?

Hello. I am making a web application and I want for when the user clicks a certain button for there to be a "pop up." Not really a pop up, but rather a little window in the browser is created and the rest of the screen is unable to be edited and is darker. Face book has such an effect, but I can't recall where. Also, this http://demo.atm...

How can i right click in a WPF Popup without it losing focus

I have a text box that has spell check enabled. It is inside a popup. This enables me to edit multi line text in a datagrid, when the text is being edited the text box it is in grows over the top of the grid instead of resizing the height of the row. The problem is that when the red squiggly lines appear to indicate a spelling mistake i...

$(this).css("width") not working on ancohor tags in Safari

I'm using CSS selectors to generate custom pop-ups for a web templates - basically, some some the producers aren't comfortable with JS and I need an easy way for them to set pop-up sizes etc. I'm not really interested in the merits of this approach, but rather wish to understand why jquery seems to be unable to get the width and height a...

IE browser hangs when reopens a pop up window from the sidebar

Hi, I have a sidebar application, and the sidebar itself acts as a parent window. A child pop up IM window will open from this parent window by clicking a link. The problem is that, when we try to close the pop up IM window and reopen a pop up IM window, there is large time delay for opening the pop up IM window again ( IN ie6 the page c...

How to pop up a simple div where clicking happens with jQuery?

Like what you see when modifying status on the left page in gmail. ...

silverlight popup control issue

Hello everyone, I am using VSTS 2008 + Silverlight 3 with Silverlight Popup control. I am confused about the VerticalOffset property. From MSDN, it is mentioned, "Gets or sets the vertical distance between the target origin and the popup alignment point. This is a dependency property." http://msdn.microsoft.com/en-us/library/system.w...

html, javascript - popup window

Hi guys, i have popup-window in my script. I use window.open, but almost all browsers block this kind of windows. So i wanna change it to another popup, which include php-script. I saw it at another sites. As i understand, they use ajax. Could you provide for me some more info? ...