open a new pop-up window having a pop-up window already open....
Hi all, pls help I have done coding to open a pop window, its opening without any problem, now I want to open an new pop-up window keeping the older pop-up open, currently as I try to open page in the new pop-up, the page is displayed in the older pop up window instead of showingin a new pop-up window.
Please help in this regard
Thanks
Avaneesh Bajoria
Hi,you popup window objects may be overwritten... post your code... VasanthakumarSoftware Engineer.
hi!use different titles for each window: var i =0; &nb...
Postback from pop up window opens new window
Hi guys,
I am opening a pop up window using using a link and javascript function like this:
<a href='WebsiteDiscussion.aspx onclick="popup('WritePost.aspx', 'Add Post')">Write a post</a>
function popup(mylink, windowname) { window.open(href); //window.showModalDialog(href); return false; &...
how to open a pop up window by disabling the main window i.e pop up will remain in the main window until closing
I need to make subpartitions of the contents of a form(transfring values from a page to a popup) and i need that when we click on a button on a page(main window) then a pop up will open by disabling the main window until n unless popup is closed.i.e focus will not lose from the popup until it is closed.RegardsSHOAIB RIZWAN
see links below:http://microsoft.apress.com/asptodayarchive/73815/using-modal-dialog-boxes-in-aspnet-applications http://msdn.microsoft.com/en-us/magazine/cc164247.aspx google can be your friend :) Simply JS | june blog
Or use this model on how to open ...
opening new window other than window.open
is there any other way of opening a new window... aside from window.open?
window.open has a memory leak so i want to prevent using it as much as possible.Alvin ShihSoftware DeveloperMCP MCTS MCPD
Hi
window.showmodaldialog()
but supports only IE....
Regards
Suresh Kumar Goudampally
Why dont you avoid pop up windows all together and use an iframe that is positioned over the content? Eric Pascarello.com | Twitter epascarello | LinkedIn
Hi,Try Target="_blank" N.P.SenthilSoftware Engineer
Link buttons targer property is set to "_blank"...
Open a new window with window.open()Hi,
=20
in our web application, we try to open a popup-window with
window.open(). But instead of opening a new window, a new tab is opened.
=20
In the SeaMonkey preferences, we configured it, to open new links in a
new tab. With firefox, we had the same preferences, but when
window.open() was called, a new window was opened.=20
How can we configure SeaMonkey, so that it has the Firefox behavior when
calling window.open() ?
=20
Thanks in advance.
=20
=20
=20
Artur Zeiler schrieb:
> Hi,
>
> in our web application, we try to open a popup-window wi...
How to open url in new window and use previous window when already opened
We can achieve this by using a simple javascript function....
var WindowObjectReference;
function openRequestedSingleWindow(strUrl, strWindowName)
{
if(WindowObjectReference == null || WindowObjectReference.closed)
{
WindowObjectReference = window.open(strUrl, strWindowName);
}
else
{
WindowObjectReference.focus();
}
}
Here we use a WindowObjectReference as a global variable to track the
opened window. If opened for the fir...
window.open() opens new windowFirefox 19.0
Windows XP Pro SP-3
Example site URL: http://www.pcconnection.com/
(I've hit this problem at many sites, however.)
Firefox is configured (enabled) as:
Tools -> Options -> Tabs
"Open new windows in a new tab instead" = Enabled
Presumably this means when a page tries to open a new window (another
instance of the web browser) that instead a new tab will appear in the
current window. Works that way in IE8 (when "Always open popups in a
new tab" is enabled).
Go down the page and click on the "Site Help" link. What I get...
Pop up opens in new tap whole window size pop-upName: John
Email: jodhodotcomatgmaildotcom
Product: Firefox
Summary: Pop up opens in new tap whole window size pop-up
Comments:
Pop up opens in new tap; whole window change in size pop-up. firefox 3
Browser Details: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; nl; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
From URL: http://hendrix.mozilla.org/
...
open new tab in parent window by clicking on a link in pop-up windowI tried to open new tab in parent window of browsers by clicking on a link in pop-up window.
i> When we browse with Google Chrome then by clicking on link in pop-up window, open new tab in parent window and pop-up closed.
ii> When we browse with Mozilla Firefox then by clicking on link in pop-up window, pop-up is closed directly without open a new tab or window.
iii> When we browse with IE and Safari then by clicking on link in pop-up window, open a new window and pop-up closed.
...
How to disable a Parent window when the Child pop-up window opens in C#.net
My Code:
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;public partial class _Default : System.Web.UI.Page
{dbUtils dbu = new dbUtils();
//SqlDataAdapter dataAdapter;
//DataSet dSet;
//SqlCommand cmd;
//int value;
//string Temp,var;protected void Page_Load(object sender, EventArgs e)
{if (Page.IsPostBack == false)
{
session();
}
}public v...
OPEN NEW WINDOW USING window.open
Hi, can any eagle eyed geniuses spot what I'm doing wrong here? It's doing my nut! I'm simply trying to call a new page in a new window that I want to control the size, etc. I've tried two different ways - one from within my code behind and the other triggered by a LinkButton command action. Both do absolutely nothing. Please help...
Private Sub InfoClick1(ByVal pSiteCode)
Response.Write("<script>window.open('siteinfo.aspx?sitecode='" & pSiteCode & "','Info','left=20,top=20,height=500,width=850,toolbar=no,status=no,resizable=1,scrollbars=no')</script>")
End Sub
+...
superreview granted: [Bug 429926] Make Cmd+T open a new window when no browser windows are open : [Attachment 316692] BrowserOpenTab() even when no windows are openneil@parkwaycc.co.uk <neil@httl.net> has granted Stefan <stefanh@inbox.com>'s
request for superreview:
Bug 429926: Make Cmd+T open a new window when no browser windows are open
https://bugzilla.mozilla.org/show_bug.cgi?id=429926
Attachment 316692: BrowserOpenTab() even when no windows are open
https://bugzilla.mozilla.org/attachment.cgi?id=316692&action=edit
...
superreview requested: [Bug 429926] Make Cmd+T open a new window when no browser windows are open : [Attachment 316692] BrowserOpenTab() even when no windows are openStefan <stefanh@bluebottle.com> has asked neil@parkwaycc.co.uk <neil@httl.net>
for superreview:
Bug 429926: Make Cmd+T open a new window when no browser windows are open
https://bugzilla.mozilla.org/show_bug.cgi?id=429926
Attachment 316692: BrowserOpenTab() even when no windows are open
https://bugzilla.mozilla.org/attachment.cgi?id=316692&action=edit
...
browser opens into the background when launched/ does not open pop-up windows/logs out of web sitesName: Ari Rochmann
Product: Firefox
Summary: browser opens into the background when launched/ does not open pop-up windows/logs out of web sites
Comments:
when launched the firefox browser opens, but does not appear on screen.
it then has to be closed through the task manager and reopened in order
for it to appear properly. additionally, the browser will no longer
open links which lead to pop-up windows, even with the pop-up windows
blocker option deselected. the browser also logs off of website, such as
facebook, when the browser is closed, even though the information is not
...