Questions tagged [new-window]
224 questions
1
vote
1 answer
Pass value to Child window using Javascript
I'm attempting to get the question id from the parent page and pass it into my new child page. When the child window gets a response it will put this data into text_body id. I have managed to create the question id and open a new window. However, I…

raspi surya
- 109
- 4
- 15
1
vote
3 answers
Is it possible to add 2 Response.Redirect, one will open in different tab and other one will open in same tab, using C#?
When user will click on button, I want to open one .aspx/.html page in different tab and open one .aspx/.html page in same tab.
Sample code:
string redirect =…

HP1104
- 93
- 9
1
vote
1 answer
QProgressBar in new window don't work
I'm creating the new window with QProgressBar when i click on button of MainWindow but when new window is creating, QProgressBar don't appear while filling cycle is working. After then QProgressBar appear and it is…

Andrey Brodyazhenko
- 11
- 3
1
vote
1 answer
How to open new window when click on button or link using javascript in BPM 8.5.5.0
How can I achieve opening a coach in a new window in IBM BPM 8.5.5.0? For example, I have two coaches in an human service, when I click a button/link on the first coach, the another coach will be opened in a new window.

VK Chikkadamalla
- 229
- 9
- 24
1
vote
2 answers
I need to open LinkedIn share in new window NOT new tab using custom URL
I'm am developing a site containing videos embedded from youtube, each with sharing options. The client will be updating the videos so CMS is attached and the URL dynamic, for this reason I'm using the Custom URL method from here;…

Harvey89
- 23
- 7
1
vote
3 answers
How to open a link in a new window with ruby?

Alexander Holland
- 21
- 1
- 5
1
vote
4 answers
Python hide already printed text
I'm creating a simple two-player board game where each player must place pieces on their own boards. What I would like to do is by either:
opening a new terminal window (regardless which OS the program is run on) for both players so that the board…
user5935782
1
vote
0 answers
-nw or & in the terminal does not work anymore
For instance, when using emacs I want to open the file in a new window so the file pops up, but in my terminal when I do emacs filename -nw (or &) it opens it inside the terminal. Any suggestions?

anita
- 46
- 3
1
vote
1 answer
Make possible to open p:button in new window by Ctrl+click or Middleclick like links
I have a primefaces (5.1) datatable with some buttons in the rightermost column:

Raphael Roth
- 26,751
- 15
- 88
- 145
1
vote
1 answer
Make a Chrome app that opens in a new window
I thought it would be cool and easy to make a game in a chrome app, but I wan't my app to open in a new window, like Spelunky HTML5. Here is a picture of what it looks like:
The app is run in a unique chrome window, and it is made with HTML5. Is…

Mashpoe
- 504
- 1
- 9
- 27
1
vote
1 answer
Copy a link and launch it in a new window in Selenium Python
I have a link that I need to copy and Paste it in a new browser window. I have this following code snippet but it doesn't seem to work. I found this code snippet in StackOverFlow. I am getting blank window. Please advise. Thanks!
shortUrl = …

user2744620
- 439
- 1
- 9
- 21
1
vote
2 answers
Open child window and redirect parent window
I have a JavaScript that opens a new window when a button is clicked. It works fine. But, I want to re-direct the Parent Window (i.e. the current page) once the new window is opened.
Here is my script :