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
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
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
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
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
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.
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
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
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
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.