The following code works fine on www but opens a blank window in an internal network.That is, it\'ll work on http://www.foobar.com, but it\'ll die on http://myserver.foobar.com, where myserver is a pr
I am trying to use window.open() to create a pop up that then prints, but I am running into problems with IE8 hanging up after it brings up the pop up.
How I can send the result of a win开发者_运维问答dow.open page to a parent page? I mean, do inverse this link:
I\'m using ASP.NET to load 开发者_如何学编程PDFs.The files are called by a simple JavaScript in the code behind:
There is a page in asp.net which have a link that opens into a new tab in browser. So when I close my parent开发者_运维百科 tab all the child tabs should be closed.
I have an aspx page with a button. When the user clicks that button, the following javascript opens a new browser window (in this case, \'Reasons.aspx\'). Works great. Here\'s the function for that pa
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
We are generating PDF documents for our customers and serving them with a Servlet. The following code works with Firefox, Chrome a开发者_StackOverflownd Opera, but not with any version of IE. The popu
Can anyone tell me how i could use a global scope v开发者_如何学JAVAariable so that I could close \"window 1\" from \"window2\"?This is really throwing me for a loop, so any help would be great!
I have the following code onClick of a button $(\'#someForm\').attr(\"target\", \"formresult\"); .......