window.opener
How to use .show() and .hide() with opener?
I have a page with few photos, when a photo is clicked, a div opens using the whole avaliable screen\'s space to show an album ... like the facebook\'s photo viewer. Now, I want to press the ESC key a[详细]
2023-04-08 20:10 分类:问答ASP.NET & Javascript: Setting values from one window to another
I have a child browser window (aspx) opened from the parent application. The child window has some controls, and a textbox. When the user is finished, s/he clicks a button and the following code takes[详细]
2023-03-21 23:01 分类:问答Refresh the parent window from the second child window in Javascript
The work flow is like this, from my page, I created a popup 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[详细]
2023-03-21 00:08 分类:问答Interesting quirk with the "with" keyword in javascript and parent/child windows
I noticed something peculiar about the \"with\" keyword in javascript and the parent and child window relationship, specifically window.opener.I haven\'t tested this from the parent window, just the c[详细]
2023-03-13 06:27 分类:问答window.opener becomes null in Internet Explorer after security zone change
My application runs in Local Intranet zone which launches a popup. This popup opens another page in my applic开发者_如何学运维ation (Local Intranet zone) which redirects to an authentication page (Int[详细]
2023-03-09 06:57 分类:问答upgrade window.open popup to jQuery UI Dialog
I\'ve created a form with a button. If users click the button, browser will generate a popup for 开发者_JS百科user to upload and crop a photo.[详细]
2023-02-21 22:55 分类:问答open a popup in a UIWebView and retrieve a value to the opener
I\'m developing an iPad app to load a web page (an ERP) and work with it. The problem here is that I can\'t modify the web page code (big site... 1000 pages or more) but we use all over the site searc[详细]
2023-02-10 00:07 分类:问答Determine if window was opened by window.showModalDialog?
Does anyone know how to figure out if a window was opened by window.showModalDialog()?window.opener returns the parent window when the new window is opened by window.open(), but for some reason when y[详细]
2023-01-26 12:03 分类:问答Refresh the parent window from the child window in javascript
I have looked for awhile and cannot find an answer that fits my needs. I have a page that pops a window (window.open), logs the user in (creates a cookie,开发者_C百科 set session) then redirects to an[详细]
2023-01-16 20:55 分类:问答JavaScript: 2 window.opener.location.href statements with alert() in between not functioning
I need to make a little JS app to scroll automatically through a list of URLs.I\'ve chosen to have the functionality in a pop-up, for various开发者_开发百科 reasons.[详细]
2023-01-02 10:38 分类:问答