window.open
Opera opening blank window with window.open on internal (intranet) network (tested with opera 11.50);document.write does not work
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[详细]
2023-03-26 01:09 分类:问答Javascript window.open and print causing IE8 to hang
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.[详细]
2023-03-25 00:16 分类:问答window.open send parametrs
How I can send the result of a win开发者_运维问答dow.open page to a parent page? I mean, do inverse this link:[详细]
2023-03-24 04:01 分类:问答ASP.NET - Window.Open(URL) - File is cached, how do I stop it?
I\'m using ASP.NET to load 开发者_如何学编程PDFs.The files are called by a simple JavaScript in the code behind:[详细]
2023-03-23 20:32 分类:问答Close all child tabs when parent tab is closed
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.[详细]
2023-03-23 18:16 分类:问答ASP.NET Javascript: window.open won't work twice
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[详细]
2023-03-22 04:41 分类:问答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 分类:问答Why doesn't IE show file download dialog for PDF with GWT Window.open()?
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[详细]
2023-03-19 17:23 分类:问答window.open global scope variable javascript
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![详细]
2023-03-19 15:24 分类:问答submit form into new window > displays pdf > parent loses child window reference
I have the following code onClick of a button $(\'#someForm\').attr(\"target\", \"formresult\"); .......[详细]
2023-03-14 09:06 分类:问答