Tagged Questions
The window.open tag has no wiki summary.
9
votes
7answers
2k views
Internet Explorer calling window.onbeforeunload on window.open and AJAX calls
Ok, I have spent a while on this problem and this is what I have gathered:
If you make an AJAX call in IE7 and you have a window.onbeforeunload function specified, it calls the onbeforeunload ...
7
votes
4answers
2k views
Find window previously opened by window.open
We've got the following situation, running from a single domain:
Page A uses window.open() to open a named window (a popup player). window.open() gives page A a reference to the window.
User now ...
5
votes
1answer
2k views
IE won't load PDF in a window created with window.open
Here's the problem, which only occurs in Internet Explorer (IE). I have a page that has links to several different types of files. Links from these files execute a Javascript function that opens a ...
4
votes
2answers
664 views
ADFS (CRM 2011) - Authentication Issue in Microsoft Outlook Client for CRM (Response.Redirect(…) & Window.Open(…))
Before I start, our customers have to connect through AFDS to be able to go on the CRM 2011. So we are talking about an “IFD”-environment.
I’m having a problem when using the “CRM 2011 Outlook ...
4
votes
1answer
186 views
how to set a file name using window.open
I'am trying to downloading temporary result calculating by javascript. Say I have a string str, I want to download a file contains str and name it as data.csv, I'm using the following code:
...
4
votes
2answers
542 views
How to get the references of all already opened child windows
I want to get the references of all already opened child windows. is there any way? I am not using child = window.open(....) just using window.open(....) and opening multiple child windows.
4
votes
4answers
2k views
Javascript,calling child window function from opener doesn't work
I'm developing a web application that opens a popup using windows.open(..). I need to call a function on the opened window using the handle returned by "window.open", but I'm always getting the error ...
3
votes
1answer
203 views
window.open on Windows Phone 7
I am looking for any information, or help with an issue I am having with Mobile IE9 on Windows Phone 7 Mango; although I would settle for a resolution on Windows Phone 7 in general.
<input ...
3
votes
1answer
238 views
FireFox Toolbar Open Window in new Tab
I have a Toolbarbutton
<toolbarbutton context="TabMenue" id="esbTb_rss_reader" label="News" type="menu">
with a Context menue which comes up when the button is right clickt
<menupopup ...
3
votes
3answers
1k views
Html javascript to open new window and close current window
I have a popup window and in the page i have one the follow code in the body. The purpose is to have this popup windows close when user click on the image link, and a new page will be opened and ...
3
votes
2answers
535 views
window.open not working in IE
Apparently, this call to window.open is not valid under Internet Explorer. The Javascript code on my site is not running, I would assume it is due to that error.
The line it tells me the error is ...
3
votes
3answers
764 views
window.open height isn't the same in Google Chrome as other browsers
I am using javascript's window.open to open a browser window on a user click at a specified width and height (760x581), and this works correctly on Internet Explorer, Safari, and Firefox, but Google ...
2
votes
3answers
40 views
press a button on external site with javascript
is there a way to press a button on external site with javascript and/or jquery? Like I open a new window like this:
windowObjectReference = window.open("http://some_site.html","name");
Then I ...
2
votes
1answer
73 views
Open new window in asp.net VB
I'm a noob progammer that is working on something for our company. I'm working on a Quiz engine for training. I have some sample code that is about 90% built. I just need to tweak a few things. ...
2
votes
3answers
373 views
CRM 2011 - Open a Popup from a page in an IFrame
In CRM2011 I have an IFrame that displays a custom ASPX page (a photo gallery). From that page when they click a photo, a new popup should appear with the photo in real size.
What do I have to do to ...
2
votes
1answer
534 views
Attaching callback to popup window in IE 9
I'm creating a popup window and attaching a callback function to it. There is a button in the popup's page which calls this callback when clicked. This works in Firefox 4 and Chrome 10, but not IE ...
2
votes
1answer
779 views
Firefox 4 beta won't allow dynamic creation of elements (Javascript) in new window?
It seems I can't really append elements to a new window in Firefox 4 beta (tested with beta 10). It works fine in Firefox 3, Opera, Chrome and IE6, but it seems FF beta 4 broke it.
Here's a simple ...
2
votes
2answers
804 views
IE7 - visited links revert to unvisted after page refresh
A number of our users have just upgraded from IE6 to IE7. the upgreaded users are reporting an issue with visited links reverting to their unvisited color after a page refresh. This only happens to ...
2
votes
2answers
3k views
Javascript “window.open” code won't work in Internet Explorer 7 or 8
I am using this chunk of jQuery/Javascript code on my site to open a popup window:
$('#change_photo_link').click(function(){
$id = $('#id').attr('value');
window.open("photo.upload.php?id=" ...
2
votes
4answers
499 views
What's going wrong with window.open here?
I'm encoding the parameters in a url and setting the href of an a tag as follows:
href="javascript:var ...
1
vote
2answers
36 views
Window.open doesn't return the window reference IE9
I'm using a script to mount my mailto link and call the default email editor. But I can't use document.location.href because of some bug in IE9, so I use window.open. It works. But I need to close the ...
1
vote
2answers
28 views
Javascript: Using window.open to initiate modal windows using multiple buttons
I wrote a function that allows an open window 'on-click' of a button. It works fine. However, I would like to be able to apply this code to several buttons without recreating the function over and ...
1
vote
5answers
56 views
How to use target in location.href
I am currently developing a web application where I need to open a popup window to show a report. The problem is that some versions of explorer don't support the window.open javascript function, so ...
1
vote
0answers
45 views
Opening a WMV file with window.open, in firefox; how can I prevent blank window from opening or close after file downloads?
When you download a file on CNET.com, a message will display on the page to wait a moment and the download will start; if it doesn't, click the link. That's very similar to the page with which I'm ...
1
vote
3answers
54 views
how to open a file by its full path?
I have a GridView which has following template field that holds the filename, when the user clicks the filename, I call window.open() to open the file. My question is I can only pass relative path to ...
1
vote
4answers
66 views
window.open and jQuery
I have 2 files. current.htm and new.htm.
I used window.open() in current.htm to open other file and specified a name to the new one.
Now, I need to put some text in a certain part of new.htm (for ...
1
vote
1answer
88 views
open new window using javascript which will restrict user from using its parent window
I want to open a new window using window.open method which will restrict user to use its parent window till the new window is not closed. User will not be able switch back to parent window while child ...
1
vote
0answers
136 views
Using window.open within a modalDialog - address bar always visible?
(This problem has been observed in IE9)
I am experiencing some problems relating to the display of an address bar when opening a new window from within a modalDialog.
The following sample page ...
1
vote
2answers
161 views
Why does window.open(…).onunload = function () { … } not work as I expect?
I want to be able to tell when a window that I open is closed by the user. This is the code of my attempt at monitoring this:
<html>
<head>
<script type="text/javascript" ...
1
vote
2answers
289 views
window.open(“\\\\localhost\\”); not working on win7(x64) ie8
window.open("\\\\localhost\\"); is not working on ie8 on 64bit win7. ie says "make sure the path or internet address is correct". it's working on same verson of ie8 on 32 bit. any idea? or any ...
1
vote
2answers
135 views
Available parameters in window.open URL argument
In window.open javascript command (which opens a new windows) what options are available for first argument i.e URL?
One which is very common is http format (e.g. http://www.google.com). Which are ...
1
vote
0answers
309 views
window.open compatibility with Mac OSx versions (Safari)
@jackJoe my changes did not resolve my issue here is the rendered HTML for the Image Button and the window.open:
<div id="ctl00_LoginPanel" onkeypress="javascript:return ...
1
vote
1answer
133 views
window.open to center of screen
I am using window.open to open a popup window like so:
<a href="http://path/to/url" onclick="window.open(this.href, 'sharegplus', 'height=485,width=700'); return false;" target="_blank">
I ...
1
vote
1answer
164 views
Opera opening blank window with window.open on internal (intranet) network (tested with opera 11.50);document.write does not work
The following code works fine on www but opens a blank window in an internal network. That is, it'll work on http://www.foobar.com, but it'll die on http://myserver.foobar.com, where myserver is a ...
1
vote
1answer
505 views
Javascript - window.open 'location=no' still shows addressbar in Firefox
I'm opening a window using window.open and setting location parameter to no. In IE9 the location/addressbar doesn't show, however in Firefox it is still shown. Why does Firefox still show location ...
1
vote
0answers
110 views
Refresh the parent window from the second child window in javascript
The work flow is like this, from my page , i created a popu using window.open method, then open other popup from that window and close its immediate parent. And i need to refresh the first parent page ...
1
vote
3answers
592 views
Why doesn't IE show file download dialog for PDF with GWT Window.open()?
We are generating PDF documents for our customers and serving them with a Servlet.
The following code works with Firefox, Chrome and Opera, but not with any version of IE. The popup window only ...
1
vote
2answers
112 views
problem with window.open command
I am working on a simple javascript program that searches for a wine review on one or several websites based on which sites the user is interested in.
My problem is that the window.open command only ...
1
vote
0answers
135 views
javascript window.open not the requested size in chrome
When opening a popup window in chrome, its not the requested size the majority of the time. Seems the first time I open the window its the correct size, but if I close it and open it again, its all ...
1
vote
1answer
55 views
My bookmarklet opens a new window, if the window is already open I want to call .focus()
I have a bookmarklet that opens up a new window:
<a href="javascript:void(window.open(
...
1
vote
1answer
251 views
window.open error only in IE
I have a simple calendar popup window come up when a date on the calendar is clicked. The code below works in Opera, FF and Chrome but not in IE8 (I don't have 9 on this notebook yet). It comes up ...
1
vote
3answers
666 views
Javascript window.open url with spaces and %
I'm trying window.open with a url with spaces:
var msg = 'Hello, world!';
var url = 'http://yoursite.com';
var link = 'http://www.twitter.com/share?text=' + msg + '&url=' + url;
...
1
vote
3answers
187 views
Run protocol handler without opening windows in Javascript
I have a javascript that opens FILE with TextMate with txmt protocol.
It works fine, but the problem is that I have a blank Safari window when this script is run.
document.onkeydown=function(e){
...
1
vote
2answers
442 views
opening new windows after specifc interval of time using window.open()
I am looking for javascript code which will open new tabs(windows) automatically after specific interval of time.
i have few websites over here, in this code which open automatically when i press the ...
1
vote
1answer
382 views
dynamically create greasemonkey script
I'm trying to create a dynamic GM script. Here's what I thought would do it
win = window.open('myScript.user.js');
win.document.writeln('// ==UserScript==');
win.document.writeln('// @name ...
1
vote
3answers
1k views
ie8 window.open xls does not work
I have a simple html page to open a different HTML based on a OPTION list using an ON CHANGE to fire the WINDOW.OPEN,
In IE8, I get a window appear and disappear real fast when I select May10.
when I ...
1
vote
2answers
868 views
How can you open an IE8 window with the nomerge option in javascript
When using window.open(....) is there a way to use the -nomerge option.
I'd like to be able to check for the browser type, and open a new window with a new session. Is there a clean way to do that ...
1
vote
1answer
898 views
Open new window after a click event not working in Safari, Chrome
I'm trying to open a new window like so:
$('#wrapper').click(function() {
window.setTimeout(function() {
//alert('hi');
window.open("http://example.com", "ExternalLinks", ...
1
vote
1answer
193 views
window.open() ReferenceError
I have an window open, and if you double click on a div, it will bring up a window with the data that the div contains. If I close the window, and then double click the same div, it should bring up ...
1
vote
2answers
332 views
Google Chrome opens window.open(someurl) just fine…but page/window with clicked link also opens someurl.com
As the title says "Google Chrome opens window.open(someurl) just fine...but page/window with clicked link also opens someurl.com.
When I click the "Click here" link with the onclick="shpop..." call ...