Tagged Questions
The newwindow tag has no wiki summary.
6
votes
4answers
387 views
Get Popup Information With WebBrowser
I am using the System.Windows.Forms.WebBrowser control to visit URLs. Certain URLs trigger popups which open in IE rather than in the WebBrowser. I don't care much where they open. But somehow ...
3
votes
1answer
12k views
System.Windows.Forms.WebBrowser open links in same window or new window with same session
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 window ...
2
votes
3answers
384 views
window opener focus, or active
i want to open a window in a new tab, but when i want that opener page to be active, not the new one. How can i do this... Many thanks
my code is something like this :
<script ...
2
votes
2answers
101 views
Open link in new browser?
I have the following code below in a javascript file and need to have the link that is being generated open in a new window.
if (currentSearchType === 'extSearch') {
extSearchSearchValue = ...
1
vote
1answer
78 views
Is there a way to force links in an iframe to open in a new window? The iframe content is on a different domain
I was wondering if there is a way to get links in an iframe to open in a new window. The trick is the iframe content is on a different domain, and on that domain the links open in the same page. I ...
1
vote
4answers
125 views
Calling a separate Java file to open a second gui window
I currently have a java file that has buttons to create new GUI windows. I have a second java file that is in the same project that I would like to have open when the user clicks a specific button. ...
1
vote
2answers
3k views
how to use image button to open the url in another window
Hi I know how to acheive this in hyperlink by setting target = _blank , how can i do this using image button control , below is my code:
<asp:ImageButton OnClick="test_Click" ...
1
vote
1answer
228 views
Link a PDF to open in a new tab FROM A PDF
I know this is not a specifically programming question but it is blowing my mind.
I need to do what the title says. I've tried lot of things are none of them are working (at least not cross browser).
...
1
vote
1answer
1k views
Jsf redirect to new window
i'm making a JSF2.0 project using mojarra primefaces tomcat6.x.
I made a select list and when i select item of the list i want to redirect to the selected url. It can be an internal URL.
It's work ...
1
vote
1answer
2k views
Generate a normal Link (<a href=“…”>) in ExtJS
I'm struggling with a really simple problem here.
I want to generate a normal link in frontend but it seems to don't work somehow. Here is the code i use for the generation of the link (the link was ...
1
vote
2answers
431 views
How to open search result page in new window for javascript search engine which works in IE?
Check this http://javascript.internet.com/forms/multiple-search-engine.html page. I wonder how to open search result in new window which works for Internet Explorer. Also, how to set body onload for ...
1
vote
1answer
448 views
How to view a file in a new window in TextMate?
I am giving TextMate a try for some quick editing of a few script files. I would like to be able to view two files side by side while working on them instead of having to switch between tabs. I can't ...
1
vote
2answers
3k views
How to use 'window.open' to create with scrollbar in firefox?
How to use 'window.open' to create new window with scrollbar in firefox?
thanks!
1
vote
3answers
819 views
Javascript Pop Up Page Makes Text Invisible In Internet Explorer
I'm working on a project at the moment where I've come up against a rather frustrating problem in Internet Explorer. I have a series of pop ups on a particular page that are opened with JavaScript ...
0
votes
0answers
60 views
Webbrowser1_newwindow advanced [closed]
Sorry, I posted this earlier, but in the wrong section. I am really stressed out, haven't gotten anywhere with this after days of searching everywhere I could think of.
I have no problem opening new ...
0
votes
4answers
74 views
Open all links not part of my website in new window with jquery
Im not sure what i have to put in the '???' to make it check if the website is my address or not. Will this also work for google adsense ads(just wondering, but not important)?
I was thinking of ...
0
votes
1answer
25 views
How do we enforce a valid way of opening a new window?
XHTML 1.1 has no such attribute target on anchors, well, it works - yes, but it's not valid.
So, how do we open a link in new window in a valid way?
0
votes
0answers
30 views
Open a DNN (DotNetNuke) page in a new browser window
I use NavigateURL to redirect request to a new DNN logical page. What I would like to achieve is to open the new page in a separate browser window and be able to set the window dimensions.
0
votes
3answers
450 views
Set top.location and open new tab?
i'm using the following code:
$('a[href*="somelinktext"]').click(function(e) {
e.preventDefault();
top.location = "http://www.someurl.com";
});
Is it possible to open a new ...
0
votes
1answer
335 views
What's the difference between New Blank Window and Popup in Javascript terms
Hello again StackOverflow Community:
I need to prevent my site from being opened in traditional popup windows (due to some fraud prevention issues, since the site is an ad network and fraud can be ...
0
votes
1answer
293 views
How to use axWebBrowser to interact with the HTML?
I'm trying to automate system login by using webbrowser control and do some processing after i have login-ed.
Normally, after login into the web, it will pop up a new windows. But then, i faced a ...
0
votes
1answer
84 views
link and post user input to another pg in new window
I have a page in my site that has allows users to search for different items, and when they choose the item, the "link".text next to it changes to how many times that item has been loaned, and when ...
0
votes
2answers
501 views
How to force a pop-up to open in a new window while (Always open pop-ups in new tab) is checked?
Currently, under IE8 and in IE7, using javascript window.open and target param is set to _blank, and while (Always open pop-ups in new tab) is checked, the pop up will open in new tab.
Is there a way ...
0
votes
1answer
163 views
How do I open a new window with POST data from a Gridview's onRowDataBound event, that must pass values from the other cells?
Okay the question is not exactly straightforward: let me explain.
I have a gridview, that I have hooked up to a datasource and all is peachy. I need to open a more detailed page for each row, so what ...
0
votes
1answer
340 views
link in SWF should open a new page, but doesn't
I have some images floating around in my SWF.
The SWF holds several buttons, linked to those pics etc.
The buttons have actions:
on(release) { getURL("http://domain.com/sub/folder/page.html/"); }
...
0
votes
1answer
1k views
WPF WebBrowser: How I do access progress and new window events
I'm building an a WPF app that uses the WebBrowser control.
I'm struggling on a couple of points:
How to get the current progress of a download from the control. The WinForms WebBrowser control ...
0
votes
1answer
85 views
hyperlink open is separate windows
I have used a js code to open a hyper link in a new window.
function openNewWindow() {
alert("hello");
var theurl="http://www.google.com";
popupWin = window.open(theurl, 'open_window',
...
0
votes
1answer
903 views
hyperlink in new window c#
I have a variable with hyper links (www.wow.com) like this. I have to pass this value to <a href=""> here in this href tag. My real task is to open this hyper links which will change time by ...
0
votes
1answer
226 views
How to prevent a iframed page from opening in a new window
I have a site iframed in and it has a bunch of links in the menu. The way their site is built they have all the links in the menu set to open the pages in a new window. Is there any way to override ...