new-window Questions
3
Solved
Is there an easy way to set a "callback" function to a new window that is opened in javascript? I'd like to run a function of the parent from the new window, but I want the parent to be able to set...
Oliviero asked 9/5, 2010 at 12:1
2
Solved
I am using primefaces 5.1, liferay 6.2.0-ga2 and JSF2. I have a page with button. When I press right-click a context menu with one menuitem is displayed. That menuitem must open a new tab, but it d...
Cuthburt asked 11/11, 2015 at 17:16
3
Solved
I was looking to move the "Interactive - #1" tab that pops up when you run a jupyter cell in VSC to a new window but was unable (for a second monitor). If I open a new window and drag the...
Porphyry asked 2/4, 2021 at 15:51
24
Solved
Is there a way to create a link in Markdown that opens in a new window? If not, what syntax do you recommend to do this? I'll add it to the markdown compiler I use. I think it should be an option.
...
Gibeonite asked 13/12, 2010 at 1:33
12
Solved
I have situation, when click on button opens the new browser window with search results.
Is there any way to connect and focus to new opened browser window?
And work with it, then return back to or...
Impetus asked 6/3, 2012 at 17:29
5
Solved
I'm making a "share button" to share the current page. I would like to take the current page URL and open it in a new window. I have the current URL part working, but can't seem to get the next par...
Grantgranta asked 3/1, 2013 at 2:3
1
Solved
macOS 11.4 , Alacritty 0.8.0 installed from homebrew 3.2.5 , although this should not matter because the question is mostly related to macOS UI.
What I want to do is something equivalent to T...
Mulatto asked 1/8, 2021 at 19:9
11
Solved
In the application I work on, we have several different places a user can print from. In all these cases we are using the same workflow of opening a new window(or tab), writing whatever we need to ...
Godforsaken asked 14/4, 2014 at 22:7
3
Solved
When using the .NET WebBrowser control how do you open a link in a new window using the the same session (ie.. do not start a new ASP.NET session on the server), or how do you capture the new windo...
Waugh asked 6/10, 2008 at 19:37
3
Solved
The goal here is to run a new python file in a new shell from and existing python file in an existing shell. Say i have two files, aaa.py and bbb.py. Lets say for simplicity that all aaa.py does is...
Dobb asked 11/10, 2013 at 0:32
1
Visual Studio 2015 has the "New Window" button and "Window|New Window" menu item disabled for HTML files. I need this feature enabled.
I've found ways to do it for VS 2010, but not for VS 2015. A...
Qoph asked 22/12, 2015 at 15:34
6
Solved
This is my code:
driver.findElement(By.id("ImageButton5")).click();
//Thread.sleep(3000);
String winHandleBefore = driver.getWindowHandle();
driver.switchTo().window(winHandleBefore);
driver.findE...
Stanwin asked 1/10, 2013 at 9:11
1
Solved
I am trying to open the source view of one large .aspx file in two separate windows/tabs in Visual Studio 2013. The "Window > New Window" option is greyed out for this file type.
I am able to do t...
Stylish asked 22/11, 2014 at 14:47
1
Currently I'm using Disqus on my site. It's great, but the only downfall is that when users posts links in their comments and it's clicked on then it sends traffic away from my site.
I want the li...
Candicecandid asked 9/12, 2013 at 23:44
2
Solved
I have a webpage where the user has the possibility to display the terms and conditions without reloading the page, via AJAX. That, in itself, is no problem, however, I am also trying to push a his...
Transparency asked 28/7, 2012 at 22:40
1
I am exporting my selenium test to python and running the test using the shell. I get to a certain point where I click on a link and the web-driver then opens a completely new Firefox window and th...
Erastianism asked 8/8, 2013 at 23:25
2
Solved
I need to open a JSF page in a new window by POST on click of a <h:commandButton>. I know I can acheive this using the JavaScript. But I would like to achive this using JSF and not JavaScript...
Eugenaeugene asked 23/7, 2012 at 11:6
2
Solved
I have a report that needs to be opened in another tab, but only if the validation hasn't failed. In my case, the validation fails and the same page opens in another tab with the validations errors...
Orth asked 29/1, 2013 at 13:33
1
Solved
Possible Duplicate:
Center a popup window on screen?
I have 4 different links, all of which need to open a new window which will target 4 different html files.
When the links are cli...
Skatole asked 7/11, 2012 at 14:49
3
Solved
I want to generate a link that is clicked right after creating, but nothing happens
Code:
var link = $("<a></a>");
link.attr("href", "/dostuff.php");
link....
Fevre asked 31/7, 2012 at 8:17
2
Solved
There are instances where I have to open links in a new window/tab. Is there a method of doing so that is valid for strict HTML? Using jQuery to do so would be acceptable, but I'd rather not just s...
Amphibrach asked 11/5, 2011 at 17:56
3
Before you start shooting me down i have checked for answers and i have googled till my fingers bled but i havent been able to find a simple, concise answer. So im asking again for all those that m...
Famine asked 12/11, 2010 at 17:50
6
Solved
How can we detect when a user opens a new window. The user is already authenticated and we make heavy use of sessions.
We were trying to avoid Ctrl+N javascript hooks but maybe that is an option.
...
Disconcerted asked 10/3, 2009 at 20:12
1
© 2022 - 2025 — McMap. All rights reserved.