popup

JavaScript Error "Object does not support this property or method" in IE6

There is no error while loading the page but if i click on the page after successful loading, the js error pop up comes up with "Object does not support this property or method" message. No errors encountered in IE7 or FF3, it is happening only with IE6 What could be the reason for this? Please help. Thanks ...

Download file without popup in ASP.NET

I am downloading a file using the code btnDownloadTemplate.Attributes.Add( "onClick", "window.open('StudyReport/WordReportTemplate.doc', 'OpenTemplate', 'resizable=no,scrollbars=no,toolbar=no,directories=no,status=no,menubar=no,copyhistory=no');return false;" ); This will show a popup and the download dialog is shown. How can I avoid ...

opening a popup in IE - "Member not found"

This happens in IE6 when the user opens a popup window that opens a PDF inside. (this part works). Then, the user opens another popup window, and at this point i get this error. There is a good description and a possible solution here my question is this: Is there a better solution? Opening up a window and closing it right away see...

How do I open a popup window in ASP.Net with HyperLink control using external javascript file?

Using ASP.Net 2.0 a. On a parent ASPX page, after a HyperLink control is clicked, I need to open a (child) page in a popup window, as modal. b. Then when that popup window (child page) is closed, I need to get the selections from a datagrid on that popup window and refresh the parent page accordingly. c. I have open window javascript...

javascript popup issue In Internet Explorer !

hi , i have Problem with opening popups in javascript i have this function to open my popups in IE6 and IE7: function open_window(Location,w,h) //opens new window { var win = "width="+w+",height="+h+",menubar=no,location=no,resizable,scrollbars,top=500,left=500"; alert(win) ; window.open(Location,'newWin',win).focus(); } it's ...

Load NSPopUpButton dynamically content from XML file

How do I populate the content values of a NSPopUpButton dynamically using a XML file? I need to use arrays, right? Please, please provide example code. ...

HTML popup window refering to its creator.

Supose I create a pop-up in home.html with something like: <a href="somepage.html" target="_new">link</a> How can I make a link IN somepage.html change the content of the browser window/tab that contained the original link (the windows that has home.html)? Can this be done by plain HTML? Or do I need JavaScript? ...

Sharepoint popup login windows

Hi, After I log into my sharepoint website, I have to login everytime I access a document from the library. Is there a way to fix this? Thanks ...

Is it reasonable to close child windows if main window is closed in a web application?

In a web application, sometimes you have popups in the application. Is it reasonable to when the user closes the main window, close all child popup windows if they are open? keep in mind the main window will not stay on the same page, the user may navigate to other pages within the same application (meaning even if you keep a reference...

How to disable autopostback for a html button?

I want to show a popup on click of a button. I am able to achieve it but I was not able to stop autopostback. The pop-up is displayed and page gets posted back automatically. Need help. TIA. ...

Lightbox with IFrame is flickering when clicking on links...

Hi all, I've got the same problem with this post: http://stackoverflow.com/questions/877449/how-to-fix-flickering-in-iframes Unfortunately, there's no solution (and I'm afraid of negative ratings too :) ). I can't provide a page where you can see the behaviour (as it's intranet) - but I'll try to explain it: When I open an external p...

Javascript popup window doesn't gain focus after first load in Firefox

Hi, Easiest way to explain should be this example http://www.massimofidanza.it/firefox . This works correctly (popup is focussed again) only on IE. Is there any workaround (without closing and opening a new popup)? update: option for javascript to raise popup windows is enabled. ...

Eclipse Plugin - Popup Menu Extension

Hi All, I am trying to add a new menu item to Eclipse's popupmenus. It really seemed straightforward enough in the examples and tutorials but the menu item itself is never visible. I expect this to work in all views and for basically anything that is a file. I am using Eclipse 3.4. This is the my plugin.xml configuration: <?xml version...

Anyway to put Webbrowser control popups inside a new webbrowser instance

They reason i want to do this is so that I can actually have some control over the popup because there is a certain button that I'd like to click. Thanks Edit: using windows forms, here is the code for the webbrowser control WebBrowser w = new WebBrowser(); w.Dock = DockStyle.Bottom; w.Location = new Point(0, 34); ...

jQuery: Cascading popups

Hi, I have the following code to display a pop-up div: <a href="#" id="pop1" rel="div#tt1">Click to show popup</a> <div class="popupBlock" id="tt1">My popup content ...</div> The div is initially hidden and with a bit of jQuery code I'm turning it visible when pop1 anchor is clicked. This is the plgin I've made for this: (function($...

How to stop the select box from being blocked as a pop-up bit Internet Explorer 8?

I'm working on a website where if I click on a normal select box it's blocked as a popup by IE8. What?! Is there something I'm doing? Is there any way around this? I am using a few jQuery plugins but nothing that effects those select boxes. Would the jQuery Form plugin do this? ...

how to open new window through javascript when pop up is blocked

Hi, How can I open a new window through javascript when popup is blocked in IE and Firefox. Below is the code: <%@ Page language="c#" AutoEventWireup="false" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> <head> <title>SessionRedirect</title> <meta name="GENERATOR" Content="Microsoft Visual Studi...

How to find modal dialog opener from javascript?

I have a page that opens a modal dialog. After the operations done on dialog I want to refresh the opener page. But when I open the popup by using "openDialog" I cannot access to the opener by using window.opener on popup page. It appears "undefined" when I wanted to access. (I dont want to use "popup" method in this case. I want it to b...

Do you know which library Firefox 3 uses for the "download completed" info?

It's the window that shows up when you set showAlertOnComplete = true. about:config browser.download.manager.showAlertOnComplete = true I want to add notification messages in my applications and I need to find a good open source library for that task. ...

Flex Air HTMLLoader blank pop up window when flash content is loaded

I have a flex Air program that loads external content with the HTMLLoader. Now for some reason whenever I load a page that has any flash content a blank system window pops up outside of my program. It's completely blank, all white with min, max and close buttons. If I close it any flash content I loaded stops working. For the life...